|
@@ -25,27 +25,20 @@
|
|
#include "qemu/osdep.h"
|
|
#include "qemu/osdep.h"
|
|
#include "monitor-internal.h"
|
|
#include "monitor-internal.h"
|
|
#include "monitor/qdev.h"
|
|
#include "monitor/qdev.h"
|
|
-#include "hw/pci/pci.h"
|
|
|
|
-#include "sysemu/watchdog.h"
|
|
|
|
#include "exec/gdbstub.h"
|
|
#include "exec/gdbstub.h"
|
|
#include "net/net.h"
|
|
#include "net/net.h"
|
|
#include "net/slirp.h"
|
|
#include "net/slirp.h"
|
|
#include "ui/qemu-spice.h"
|
|
#include "ui/qemu-spice.h"
|
|
-#include "qemu/config-file.h"
|
|
|
|
#include "qemu/ctype.h"
|
|
#include "qemu/ctype.h"
|
|
#include "audio/audio.h"
|
|
#include "audio/audio.h"
|
|
#include "disas/disas.h"
|
|
#include "disas/disas.h"
|
|
-#include "qemu/timer.h"
|
|
|
|
#include "qemu/log.h"
|
|
#include "qemu/log.h"
|
|
#include "sysemu/hw_accel.h"
|
|
#include "sysemu/hw_accel.h"
|
|
#include "sysemu/runstate.h"
|
|
#include "sysemu/runstate.h"
|
|
-#include "authz/list.h"
|
|
|
|
-#include "qapi/util.h"
|
|
|
|
#include "sysemu/sysemu.h"
|
|
#include "sysemu/sysemu.h"
|
|
#include "sysemu/device_tree.h"
|
|
#include "sysemu/device_tree.h"
|
|
#include "qapi/qmp/qdict.h"
|
|
#include "qapi/qmp/qdict.h"
|
|
#include "qapi/qmp/qerror.h"
|
|
#include "qapi/qmp/qerror.h"
|
|
-#include "qapi/qmp/qstring.h"
|
|
|
|
#include "qom/object_interfaces.h"
|
|
#include "qom/object_interfaces.h"
|
|
#include "trace/control.h"
|
|
#include "trace/control.h"
|
|
#include "monitor/hmp-target.h"
|
|
#include "monitor/hmp-target.h"
|
|
@@ -53,10 +46,8 @@
|
|
#ifdef CONFIG_TRACE_SIMPLE
|
|
#ifdef CONFIG_TRACE_SIMPLE
|
|
#include "trace/simple.h"
|
|
#include "trace/simple.h"
|
|
#endif
|
|
#endif
|
|
-#include "exec/memory.h"
|
|
|
|
-#include "exec/exec-all.h"
|
|
|
|
-#include "qemu/option.h"
|
|
|
|
-#include "qemu/thread.h"
|
|
|
|
|
|
+#include "exec/address-spaces.h"
|
|
|
|
+#include "exec/ioport.h"
|
|
#include "block/qapi.h"
|
|
#include "block/qapi.h"
|
|
#include "block/block-hmp-cmds.h"
|
|
#include "block/block-hmp-cmds.h"
|
|
#include "qapi/qapi-commands-char.h"
|
|
#include "qapi/qapi-commands-char.h"
|
|
@@ -69,7 +60,6 @@
|
|
#include "qapi/qapi-commands-machine.h"
|
|
#include "qapi/qapi-commands-machine.h"
|
|
#include "qapi/qapi-init-commands.h"
|
|
#include "qapi/qapi-init-commands.h"
|
|
#include "qapi/error.h"
|
|
#include "qapi/error.h"
|
|
-#include "qapi/qmp-event.h"
|
|
|
|
#include "qemu/cutils.h"
|
|
#include "qemu/cutils.h"
|
|
|
|
|
|
#if defined(TARGET_S390X)
|
|
#if defined(TARGET_S390X)
|