489653b5db
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
8 lines
107 B
C
8 lines
107 B
C
#include "qemu-common.h"
|
|
#include "monitor/monitor.h"
|
|
|
|
bool monitor_cur_is_qmp(void)
|
|
{
|
|
return false;
|
|
}
|