mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-29 13:23:54 -06:00

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