qemu-patch-raspberry4/stubs/mon-is-qmp.c
Markus Armbruster 4629ed1e98 qerror: Finally unused, clean up
Remove it except for two things in qerror.h:

* Two #include to be cleaned up separately to avoid cluttering this
  patch.

* The QERR_ macros.  Mark as obsolete.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
2015-06-22 18:20:40 +02:00

10 lines
126 B
C

#include "qemu-common.h"
#include "monitor/monitor.h"
Monitor *cur_mon;
bool monitor_cur_is_qmp(void)
{
return false;
}