mirror of https://gitee.com/openkylin/qemu.git
Include qmp-commands.h exactly where needed
Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20180201111846.21846-7-armbru@redhat.com> [OSX breakage fixed]
This commit is contained in:
parent
a82400cf5c
commit
abb297ed44
1
block.c
1
block.c
|
@ -39,7 +39,6 @@
|
|||
#include "qemu/notify.h"
|
||||
#include "qemu/coroutine.h"
|
||||
#include "block/qapi.h"
|
||||
#include "qmp-commands.h"
|
||||
#include "qemu/timer.h"
|
||||
#include "qapi-event.h"
|
||||
#include "qemu/cutils.h"
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
#include "qapi/qmp/qjson.h"
|
||||
#include "qemu/coroutine.h"
|
||||
#include "qemu/id.h"
|
||||
#include "qmp-commands.h"
|
||||
#include "qemu/timer.h"
|
||||
#include "qapi-event.h"
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include "qemu/osdep.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
#include "qmp-commands.h"
|
||||
#include "hw/acpi/acpi.h"
|
||||
|
||||
void acpi_table_add(const QemuOpts *opts, Error **errp)
|
||||
|
|
|
@ -74,7 +74,6 @@
|
|||
#include "hw/compat.h"
|
||||
#include "qemu/cutils.h"
|
||||
#include "hw/ppc/spapr_cpu_core.h"
|
||||
#include "qmp-commands.h"
|
||||
|
||||
#include <libfdt.h>
|
||||
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
#include "qemu/osdep.h"
|
||||
#include "hw/boards.h"
|
||||
#include "cpu.h"
|
||||
#include "qmp-commands.h"
|
||||
#include "migration/qemu-file.h"
|
||||
#include "migration/register.h"
|
||||
#include "hw/s390x/storage-attributes.h"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include "qemu/osdep.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
#include "qmp-commands.h"
|
||||
#include "hw/smbios/smbios.h"
|
||||
|
||||
void smbios_entry_add(QemuOpts *opts, Error **errp)
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
#include "qemu/osdep.h"
|
||||
#include "qemu/error-report.h"
|
||||
#include "hw/xen/xen_backend.h"
|
||||
#include "qmp-commands.h"
|
||||
#include "chardev/char.h"
|
||||
#include "sysemu/accel.h"
|
||||
#include "migration/misc.h"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#ifndef QEMU_ARCH_INIT_H
|
||||
#define QEMU_ARCH_INIT_H
|
||||
|
||||
#include "qmp-commands.h"
|
||||
#include "qemu/option.h"
|
||||
|
||||
enum {
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
#include "qapi/qmp/dispatch.h"
|
||||
#include "qemu-common.h"
|
||||
#include "qga-qmp-commands.h"
|
||||
#include "qga-qapi-types.h"
|
||||
|
||||
#define QGA_READ_COUNT_DEFAULT 4096
|
||||
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include "qapi/qmp/qjson.h"
|
||||
#include "qga/guest-agent-core.h"
|
||||
#include "qemu/module.h"
|
||||
#include "qga-qmp-commands.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qapi/qmp/dispatch.h"
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
#include "qemu/osdep.h"
|
||||
#include "qemu-common.h"
|
||||
#include "sysemu/dump-arch.h"
|
||||
#include "qmp-commands.h"
|
||||
|
||||
int cpu_get_dump_info(ArchDumpInfo *info,
|
||||
const struct GuestPhysBlockList *guest_phys_blocks)
|
||||
|
|
Loading…
Reference in New Issue