2012-11-26 15:36:40 +01:00
|
|
|
#include "qemu-common.h"
|
|
|
|
#include "monitor/monitor.h"
|
|
|
|
|
2015-03-17 14:29:59 +01:00
|
|
|
Monitor *cur_mon;
|
|
|
|
|
2015-03-06 20:01:05 +01:00
|
|
|
bool monitor_cur_is_qmp(void)
|
2012-11-26 15:36:40 +01:00
|
|
|
{
|
2015-03-06 20:01:05 +01:00
|
|
|
return false;
|
2012-11-26 15:36:40 +01:00
|
|
|
}
|