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