mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-27 13:30:52 +00:00
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;
|
|
}
|