These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / stubs / mon-is-qmp.c
1 #include "qemu/osdep.h"
2 #include "qemu-common.h"
3 #include "monitor/monitor.h"
4
5 Monitor *cur_mon;
6
7 bool monitor_cur_is_qmp(void)
8 {
9     return false;
10 }