mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
qapi: move include files to include/qobject/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#include "qemu/rng.h"
|
#include "qemu/rng.h"
|
||||||
#include "qemu-char.h"
|
#include "qemu-char.h"
|
||||||
#include "qerror.h"
|
#include "qapi/qmp/qerror.h"
|
||||||
#include "hw/qdev.h" /* just for DEFINE_PROP_CHR */
|
#include "hw/qdev.h" /* just for DEFINE_PROP_CHR */
|
||||||
|
|
||||||
#define TYPE_RNG_EGD "rng-egd"
|
#define TYPE_RNG_EGD "rng-egd"
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#include "qemu/rng-random.h"
|
#include "qemu/rng-random.h"
|
||||||
#include "qemu/rng.h"
|
#include "qemu/rng.h"
|
||||||
#include "qerror.h"
|
#include "qapi/qmp/qerror.h"
|
||||||
#include "main-loop.h"
|
#include "main-loop.h"
|
||||||
|
|
||||||
struct RndRandom
|
struct RndRandom
|
||||||
|
|||||||
+1
-1
@@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "qemu/rng.h"
|
#include "qemu/rng.h"
|
||||||
#include "qerror.h"
|
#include "qapi/qmp/qerror.h"
|
||||||
|
|
||||||
void rng_backend_request_entropy(RngBackend *s, size_t size,
|
void rng_backend_request_entropy(RngBackend *s, size_t size,
|
||||||
EntropyReceiveFunc *receive_entropy,
|
EntropyReceiveFunc *receive_entropy,
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
#include "balloon.h"
|
#include "balloon.h"
|
||||||
#include "trace.h"
|
#include "trace.h"
|
||||||
#include "qmp-commands.h"
|
#include "qmp-commands.h"
|
||||||
#include "qjson.h"
|
#include "qapi/qmp/qjson.h"
|
||||||
|
|
||||||
static QEMUBalloonEvent *balloon_event_fn;
|
static QEMUBalloonEvent *balloon_event_fn;
|
||||||
static QEMUBalloonStatus *balloon_stat_fn;
|
static QEMUBalloonStatus *balloon_stat_fn;
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
#include "block_int.h"
|
#include "block_int.h"
|
||||||
#include "blockjob.h"
|
#include "blockjob.h"
|
||||||
#include "module.h"
|
#include "module.h"
|
||||||
#include "qjson.h"
|
#include "qapi/qmp/qjson.h"
|
||||||
#include "sysemu.h"
|
#include "sysemu.h"
|
||||||
#include "notify.h"
|
#include "notify.h"
|
||||||
#include "qemu-coroutine.h"
|
#include "qemu-coroutine.h"
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#include "qemu-common.h"
|
#include "qemu-common.h"
|
||||||
#include "qemu-option.h"
|
#include "qemu-option.h"
|
||||||
#include "qemu-coroutine.h"
|
#include "qemu-coroutine.h"
|
||||||
#include "qobject.h"
|
#include "qapi/qmp/qobject.h"
|
||||||
#include "qapi-types.h"
|
#include "qapi-types.h"
|
||||||
|
|
||||||
/* block.c */
|
/* block.c */
|
||||||
|
|||||||
+1
-1
@@ -28,7 +28,7 @@
|
|||||||
#include "aes.h"
|
#include "aes.h"
|
||||||
#include "block/qcow2.h"
|
#include "block/qcow2.h"
|
||||||
#include "qemu-error.h"
|
#include "qemu-error.h"
|
||||||
#include "qerror.h"
|
#include "qapi/qmp/qerror.h"
|
||||||
#include "trace.h"
|
#include "trace.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
+1
-1
@@ -15,7 +15,7 @@
|
|||||||
#include "qemu-timer.h"
|
#include "qemu-timer.h"
|
||||||
#include "trace.h"
|
#include "trace.h"
|
||||||
#include "qed.h"
|
#include "qed.h"
|
||||||
#include "qerror.h"
|
#include "qapi/qmp/qerror.h"
|
||||||
#include "migration.h"
|
#include "migration.h"
|
||||||
|
|
||||||
static void qed_aio_cancel(BlockDriverAIOCB *blockacb)
|
static void qed_aio_cancel(BlockDriverAIOCB *blockacb)
|
||||||
|
|||||||
+1
-1
@@ -30,7 +30,7 @@
|
|||||||
#include "qemu-coroutine.h"
|
#include "qemu-coroutine.h"
|
||||||
#include "qemu-timer.h"
|
#include "qemu-timer.h"
|
||||||
#include "qapi-types.h"
|
#include "qapi-types.h"
|
||||||
#include "qerror.h"
|
#include "qapi/qmp/qerror.h"
|
||||||
#include "monitor.h"
|
#include "monitor.h"
|
||||||
|
|
||||||
#define BLOCK_FLAG_ENCRYPT 1
|
#define BLOCK_FLAG_ENCRYPT 1
|
||||||
|
|||||||
+1
-1
@@ -12,7 +12,7 @@
|
|||||||
#include "blockdev.h"
|
#include "blockdev.h"
|
||||||
#include "hw/block-common.h"
|
#include "hw/block-common.h"
|
||||||
#include "monitor.h"
|
#include "monitor.h"
|
||||||
#include "qerror.h"
|
#include "qapi/qmp/qerror.h"
|
||||||
#include "sysemu.h"
|
#include "sysemu.h"
|
||||||
#include "qmp-commands.h"
|
#include "qmp-commands.h"
|
||||||
#include "trace.h"
|
#include "trace.h"
|
||||||
|
|||||||
+2
-2
@@ -11,10 +11,10 @@
|
|||||||
#include "hw/block-common.h"
|
#include "hw/block-common.h"
|
||||||
#include "blockjob.h"
|
#include "blockjob.h"
|
||||||
#include "monitor.h"
|
#include "monitor.h"
|
||||||
#include "qerror.h"
|
#include "qapi/qmp/qerror.h"
|
||||||
#include "qemu-option.h"
|
#include "qemu-option.h"
|
||||||
#include "qemu-config.h"
|
#include "qemu-config.h"
|
||||||
#include "qemu-objects.h"
|
#include "qapi/qmp/types.h"
|
||||||
#include "sysemu.h"
|
#include "sysemu.h"
|
||||||
#include "block_int.h"
|
#include "block_int.h"
|
||||||
#include "qmp-commands.h"
|
#include "qmp-commands.h"
|
||||||
|
|||||||
+1
-1
@@ -11,7 +11,7 @@
|
|||||||
#define BLOCKDEV_H
|
#define BLOCKDEV_H
|
||||||
|
|
||||||
#include "block.h"
|
#include "block.h"
|
||||||
#include "error.h"
|
#include "qapi/error.h"
|
||||||
#include "qemu-queue.h"
|
#include "qemu-queue.h"
|
||||||
|
|
||||||
void blockdev_mark_auto_del(BlockDriverState *bs);
|
void blockdev_mark_auto_del(BlockDriverState *bs);
|
||||||
|
|||||||
+1
-1
@@ -30,7 +30,7 @@
|
|||||||
#include "block.h"
|
#include "block.h"
|
||||||
#include "blockjob.h"
|
#include "blockjob.h"
|
||||||
#include "block_int.h"
|
#include "block_int.h"
|
||||||
#include "qjson.h"
|
#include "qapi/qmp/qjson.h"
|
||||||
#include "qemu-coroutine.h"
|
#include "qemu-coroutine.h"
|
||||||
#include "qmp-commands.h"
|
#include "qmp-commands.h"
|
||||||
#include "qemu-timer.h"
|
#include "qemu-timer.h"
|
||||||
|
|||||||
+1
-1
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
#include "qemu-common.h"
|
#include "qemu-common.h"
|
||||||
#include "dump.h"
|
#include "dump.h"
|
||||||
#include "qerror.h"
|
#include "qapi/qmp/qerror.h"
|
||||||
#include "qmp-commands.h"
|
#include "qmp-commands.h"
|
||||||
|
|
||||||
/* we need this function in hmp.c */
|
/* we need this function in hmp.c */
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
#include "dump.h"
|
#include "dump.h"
|
||||||
#include "sysemu.h"
|
#include "sysemu.h"
|
||||||
#include "memory_mapping.h"
|
#include "memory_mapping.h"
|
||||||
#include "error.h"
|
#include "qapi/error.h"
|
||||||
#include "qmp-commands.h"
|
#include "qmp-commands.h"
|
||||||
#include "gdbstub.h"
|
#include "gdbstub.h"
|
||||||
|
|
||||||
|
|||||||
@@ -11,11 +11,11 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "qemu-common.h"
|
#include "qemu-common.h"
|
||||||
#include "error.h"
|
#include "qapi/error.h"
|
||||||
#include "qjson.h"
|
#include "qapi/qmp/qjson.h"
|
||||||
#include "qdict.h"
|
#include "qapi/qmp/qdict.h"
|
||||||
#include "qapi-types.h"
|
#include "qapi-types.h"
|
||||||
#include "qerror.h"
|
#include "qapi/qmp/qerror.h"
|
||||||
|
|
||||||
struct Error
|
struct Error
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
#include "qemu-common.h"
|
#include "qemu-common.h"
|
||||||
#include "qapi-types.h"
|
#include "qapi-types.h"
|
||||||
#include "qdict.h"
|
#include "qapi/qmp/qdict.h"
|
||||||
|
|
||||||
void hmp_info_name(Monitor *mon);
|
void hmp_info_name(Monitor *mon);
|
||||||
void hmp_info_version(Monitor *mon);
|
void hmp_info_version(Monitor *mon);
|
||||||
|
|||||||
+1
-1
@@ -22,7 +22,7 @@
|
|||||||
#include "pci/msix.h"
|
#include "pci/msix.h"
|
||||||
#include "kvm.h"
|
#include "kvm.h"
|
||||||
#include "migration.h"
|
#include "migration.h"
|
||||||
#include "qerror.h"
|
#include "qapi/qmp/qerror.h"
|
||||||
#include "event_notifier.h"
|
#include "event_notifier.h"
|
||||||
#include "qemu-char.h"
|
#include "qemu-char.h"
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -25,7 +25,7 @@
|
|||||||
#include "qemu-timer.h"
|
#include "qemu-timer.h"
|
||||||
#include "sysemu.h"
|
#include "sysemu.h"
|
||||||
#include "mc146818rtc.h"
|
#include "mc146818rtc.h"
|
||||||
#include "qapi/qapi-visit-core.h"
|
#include "qapi/visitor.h"
|
||||||
|
|
||||||
#ifdef TARGET_I386
|
#ifdef TARGET_I386
|
||||||
#include "apic.h"
|
#include "apic.h"
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
#include "hw/virtio-blk.h"
|
#include "hw/virtio-blk.h"
|
||||||
#include "qemu-config.h"
|
#include "qemu-config.h"
|
||||||
#include "blockdev.h"
|
#include "blockdev.h"
|
||||||
#include "error.h"
|
#include "qapi/error.h"
|
||||||
|
|
||||||
#if defined(TARGET_I386)
|
#if defined(TARGET_I386)
|
||||||
static PCIDevice *qemu_pci_hot_add_nic(Monitor *mon,
|
static PCIDevice *qemu_pci_hot_add_nic(Monitor *mon,
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user