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