mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
qapi: move include files to include/qobject/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
cb9c377f54
commit
7b1b5d1913
119 changed files with 242 additions and 242 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
#include "qemu/rng.h"
|
||||
#include "qemu-char.h"
|
||||
#include "qerror.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
#include "hw/qdev.h" /* just for DEFINE_PROP_CHR */
|
||||
|
||||
#define TYPE_RNG_EGD "rng-egd"
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
#include "qemu/rng-random.h"
|
||||
#include "qemu/rng.h"
|
||||
#include "qerror.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
#include "main-loop.h"
|
||||
|
||||
struct RndRandom
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#include "qemu/rng.h"
|
||||
#include "qerror.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
|
||||
void rng_backend_request_entropy(RngBackend *s, size_t size,
|
||||
EntropyReceiveFunc *receive_entropy,
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "balloon.h"
|
||||
#include "trace.h"
|
||||
#include "qmp-commands.h"
|
||||
#include "qjson.h"
|
||||
#include "qapi/qmp/qjson.h"
|
||||
|
||||
static QEMUBalloonEvent *balloon_event_fn;
|
||||
static QEMUBalloonStatus *balloon_stat_fn;
|
||||
|
|
2
block.c
2
block.c
|
@ -28,7 +28,7 @@
|
|||
#include "block_int.h"
|
||||
#include "blockjob.h"
|
||||
#include "module.h"
|
||||
#include "qjson.h"
|
||||
#include "qapi/qmp/qjson.h"
|
||||
#include "sysemu.h"
|
||||
#include "notify.h"
|
||||
#include "qemu-coroutine.h"
|
||||
|
|
2
block.h
2
block.h
|
@ -5,7 +5,7 @@
|
|||
#include "qemu-common.h"
|
||||
#include "qemu-option.h"
|
||||
#include "qemu-coroutine.h"
|
||||
#include "qobject.h"
|
||||
#include "qapi/qmp/qobject.h"
|
||||
#include "qapi-types.h"
|
||||
|
||||
/* block.c */
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "aes.h"
|
||||
#include "block/qcow2.h"
|
||||
#include "qemu-error.h"
|
||||
#include "qerror.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
#include "trace.h"
|
||||
|
||||
/*
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include "qemu-timer.h"
|
||||
#include "trace.h"
|
||||
#include "qed.h"
|
||||
#include "qerror.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
#include "migration.h"
|
||||
|
||||
static void qed_aio_cancel(BlockDriverAIOCB *blockacb)
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "qemu-coroutine.h"
|
||||
#include "qemu-timer.h"
|
||||
#include "qapi-types.h"
|
||||
#include "qerror.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
#include "monitor.h"
|
||||
|
||||
#define BLOCK_FLAG_ENCRYPT 1
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include "blockdev.h"
|
||||
#include "hw/block-common.h"
|
||||
#include "monitor.h"
|
||||
#include "qerror.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
#include "sysemu.h"
|
||||
#include "qmp-commands.h"
|
||||
#include "trace.h"
|
||||
|
|
|
@ -11,10 +11,10 @@
|
|||
#include "hw/block-common.h"
|
||||
#include "blockjob.h"
|
||||
#include "monitor.h"
|
||||
#include "qerror.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
#include "qemu-option.h"
|
||||
#include "qemu-config.h"
|
||||
#include "qemu-objects.h"
|
||||
#include "qapi/qmp/types.h"
|
||||
#include "sysemu.h"
|
||||
#include "block_int.h"
|
||||
#include "qmp-commands.h"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#define BLOCKDEV_H
|
||||
|
||||
#include "block.h"
|
||||
#include "error.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qemu-queue.h"
|
||||
|
||||
void blockdev_mark_auto_del(BlockDriverState *bs);
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "block.h"
|
||||
#include "blockjob.h"
|
||||
#include "block_int.h"
|
||||
#include "qjson.h"
|
||||
#include "qapi/qmp/qjson.h"
|
||||
#include "qemu-coroutine.h"
|
||||
#include "qmp-commands.h"
|
||||
#include "qemu-timer.h"
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
#include "qemu-common.h"
|
||||
#include "dump.h"
|
||||
#include "qerror.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
#include "qmp-commands.h"
|
||||
|
||||
/* we need this function in hmp.c */
|
||||
|
|
2
dump.c
2
dump.c
|
@ -21,7 +21,7 @@
|
|||
#include "dump.h"
|
||||
#include "sysemu.h"
|
||||
#include "memory_mapping.h"
|
||||
#include "error.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qmp-commands.h"
|
||||
#include "gdbstub.h"
|
||||
|
||||
|
|
8
error.c
8
error.c
|
@ -11,11 +11,11 @@
|
|||
*/
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "error.h"
|
||||
#include "qjson.h"
|
||||
#include "qdict.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qapi/qmp/qjson.h"
|
||||
#include "qapi/qmp/qdict.h"
|
||||
#include "qapi-types.h"
|
||||
#include "qerror.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
|
||||
struct Error
|
||||
{
|
||||
|
|
2
hmp.h
2
hmp.h
|
@ -16,7 +16,7 @@
|
|||
|
||||
#include "qemu-common.h"
|
||||
#include "qapi-types.h"
|
||||
#include "qdict.h"
|
||||
#include "qapi/qmp/qdict.h"
|
||||
|
||||
void hmp_info_name(Monitor *mon);
|
||||
void hmp_info_version(Monitor *mon);
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include "pci/msix.h"
|
||||
#include "kvm.h"
|
||||
#include "migration.h"
|
||||
#include "qerror.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
#include "event_notifier.h"
|
||||
#include "qemu-char.h"
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include "qemu-timer.h"
|
||||
#include "sysemu.h"
|
||||
#include "mc146818rtc.h"
|
||||
#include "qapi/qapi-visit-core.h"
|
||||
#include "qapi/visitor.h"
|
||||
|
||||
#ifdef TARGET_I386
|
||||
#include "apic.h"
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include "hw/virtio-blk.h"
|
||||
#include "qemu-config.h"
|
||||
#include "blockdev.h"
|
||||
#include "error.h"
|
||||
#include "qapi/error.h"
|
||||
|
||||
#if defined(TARGET_I386)
|
||||
static PCIDevice *qemu_pci_hot_add_nic(Monitor *mon,
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
#include "sysemu.h"
|
||||
#include "qemu-objects.h"
|
||||
#include "qapi/qmp/types.h"
|
||||
#include "monitor.h"
|
||||
#include "hw/pci/pci_bridge.h"
|
||||
#include "hw/pci/pcie.h"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include "qdev.h"
|
||||
#include "qdev-addr.h"
|
||||
#include "hwaddr.h"
|
||||
#include "qapi/qapi-visit-core.h"
|
||||
#include "qapi/visitor.h"
|
||||
|
||||
/* --- target physical address --- */
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include "qemu-types.h"
|
||||
#include "qemu/object.h"
|
||||
#include "hw/irq.h"
|
||||
#include "error.h"
|
||||
#include "qapi/error.h"
|
||||
|
||||
enum DevState {
|
||||
DEV_STATE_CREATED = 1,
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
#include "net/net.h"
|
||||
#include "qdev.h"
|
||||
#include "qerror.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
#include "blockdev.h"
|
||||
#include "hw/block-common.h"
|
||||
#include "net/hub.h"
|
||||
#include "qapi/qapi-visit-core.h"
|
||||
#include "qapi/visitor.h"
|
||||
#include "qemu-char.h"
|
||||
|
||||
void *qdev_get_prop_ptr(DeviceState *dev, Property *prop)
|
||||
|
|
|
@ -28,8 +28,8 @@
|
|||
#include "net/net.h"
|
||||
#include "qdev.h"
|
||||
#include "sysemu.h"
|
||||
#include "error.h"
|
||||
#include "qapi/qapi-visit-core.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qapi/visitor.h"
|
||||
|
||||
int qdev_hotplug = 0;
|
||||
static bool qdev_hot_added = false;
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#define HW_VGA_INT_H 1
|
||||
|
||||
#include <hw/hw.h>
|
||||
#include "error.h"
|
||||
#include "qapi/error.h"
|
||||
#include "memory.h"
|
||||
|
||||
#define ST01_V_RETRACE 0x08
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include "qemu-option.h"
|
||||
#include "qemu-config.h"
|
||||
#include "qemu-queue.h"
|
||||
#include "qemu-objects.h"
|
||||
#include "qapi/qmp/types.h"
|
||||
#include "monitor.h"
|
||||
#include "sysemu.h"
|
||||
#include "hw/watchdog.h"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include "qemu-queue.h"
|
||||
#include "qemu-common.h"
|
||||
#include "qdict.h"
|
||||
#include "qapi/qmp/qdict.h"
|
||||
#include "qemu-option.h"
|
||||
#include "net/queue.h"
|
||||
#include "vmstate.h"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#define QEMU_NET_SLIRP_H
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "qdict.h"
|
||||
#include "qapi/qmp/qdict.h"
|
||||
#include "qemu-option.h"
|
||||
#include "qapi-types.h"
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#ifndef QAPI_DEALLOC_VISITOR_H
|
||||
#define QAPI_DEALLOC_VISITOR_H
|
||||
|
||||
#include "qapi-visit-core.h"
|
||||
#include "qapi/visitor.h"
|
||||
|
||||
typedef struct QapiDeallocVisitor QapiDeallocVisitor;
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
#ifndef OPTS_VISITOR_H
|
||||
#define OPTS_VISITOR_H
|
||||
|
||||
#include "qapi-visit-core.h"
|
||||
#include "qapi/visitor.h"
|
||||
#include "qemu-option.h"
|
||||
|
||||
typedef struct OptsVisitor OptsVisitor;
|
|
@ -14,8 +14,8 @@
|
|||
#ifndef QMP_INPUT_VISITOR_H
|
||||
#define QMP_INPUT_VISITOR_H
|
||||
|
||||
#include "qapi-visit-core.h"
|
||||
#include "qobject.h"
|
||||
#include "qapi/visitor.h"
|
||||
#include "qapi/qmp/qobject.h"
|
||||
|
||||
typedef struct QmpInputVisitor QmpInputVisitor;
|
||||
|
|
@ -14,8 +14,8 @@
|
|||
#ifndef QMP_OUTPUT_VISITOR_H
|
||||
#define QMP_OUTPUT_VISITOR_H
|
||||
|
||||
#include "qapi-visit-core.h"
|
||||
#include "qobject.h"
|
||||
#include "qapi/visitor.h"
|
||||
#include "qapi/qmp/qobject.h"
|
||||
|
||||
typedef struct QmpOutputVisitor QmpOutputVisitor;
|
||||
|
|
@ -14,9 +14,9 @@
|
|||
#ifndef QMP_CORE_H
|
||||
#define QMP_CORE_H
|
||||
|
||||
#include "qobject.h"
|
||||
#include "qdict.h"
|
||||
#include "error.h"
|
||||
#include "qapi/qmp/qobject.h"
|
||||
#include "qapi/qmp/qdict.h"
|
||||
#include "qapi/error.h"
|
||||
|
||||
typedef void (QmpCommandFunc)(QDict *, QObject **, Error **);
|
||||
|
|
@ -14,8 +14,8 @@
|
|||
#ifndef QEMU_JSON_LEXER_H
|
||||
#define QEMU_JSON_LEXER_H
|
||||
|
||||
#include "qstring.h"
|
||||
#include "qlist.h"
|
||||
#include "qapi/qmp/qstring.h"
|
||||
#include "qapi/qmp/qlist.h"
|
||||
|
||||
typedef enum json_token_type {
|
||||
JSON_OPERATOR = 100,
|
|
@ -15,8 +15,8 @@
|
|||
#define QEMU_JSON_PARSER_H
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "qlist.h"
|
||||
#include "error.h"
|
||||
#include "qapi/qmp/qlist.h"
|
||||
#include "qapi/error.h"
|
||||
|
||||
QObject *json_parser_parse(QList *tokens, va_list *ap);
|
||||
QObject *json_parser_parse_err(QList *tokens, va_list *ap, Error **errp);
|
|
@ -14,8 +14,8 @@
|
|||
#ifndef QEMU_JSON_STREAMER_H
|
||||
#define QEMU_JSON_STREAMER_H
|
||||
|
||||
#include "qlist.h"
|
||||
#include "json-lexer.h"
|
||||
#include "qapi/qmp/qlist.h"
|
||||
#include "qapi/qmp/json-lexer.h"
|
||||
|
||||
typedef struct JSONMessageParser
|
||||
{
|
|
@ -15,7 +15,7 @@
|
|||
#define QBOOL_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "qobject.h"
|
||||
#include "qapi/qmp/qobject.h"
|
||||
|
||||
typedef struct QBool {
|
||||
QObject_HEAD;
|
|
@ -13,8 +13,8 @@
|
|||
#ifndef QDICT_H
|
||||
#define QDICT_H
|
||||
|
||||
#include "qobject.h"
|
||||
#include "qlist.h"
|
||||
#include "qapi/qmp/qobject.h"
|
||||
#include "qapi/qmp/qlist.h"
|
||||
#include "qemu-queue.h"
|
||||
#include <stdint.h>
|
||||
|
|
@ -12,10 +12,10 @@
|
|||
#ifndef QERROR_H
|
||||
#define QERROR_H
|
||||
|
||||
#include "qdict.h"
|
||||
#include "qstring.h"
|
||||
#include "qapi/qmp/qdict.h"
|
||||
#include "qapi/qmp/qstring.h"
|
||||
#include "qemu-error.h"
|
||||
#include "error.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qapi-types.h"
|
||||
#include <stdarg.h>
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
#define QFLOAT_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "qobject.h"
|
||||
#include "qapi/qmp/qobject.h"
|
||||
|
||||
typedef struct QFloat {
|
||||
QObject_HEAD;
|
|
@ -14,7 +14,7 @@
|
|||
#define QINT_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "qobject.h"
|
||||
#include "qapi/qmp/qobject.h"
|
||||
|
||||
typedef struct QInt {
|
||||
QObject_HEAD;
|
|
@ -16,8 +16,8 @@
|
|||
|
||||
#include <stdarg.h>
|
||||
#include "compiler.h"
|
||||
#include "qobject.h"
|
||||
#include "qstring.h"
|
||||
#include "qapi/qmp/qobject.h"
|
||||
#include "qapi/qmp/qstring.h"
|
||||
|
||||
QObject *qobject_from_json(const char *string) GCC_FMT_ATTR(1, 0);
|
||||
QObject *qobject_from_jsonf(const char *string, ...) GCC_FMT_ATTR(1, 2);
|
|
@ -13,7 +13,7 @@
|
|||
#ifndef QLIST_H
|
||||
#define QLIST_H
|
||||
|
||||
#include "qobject.h"
|
||||
#include "qapi/qmp/qobject.h"
|
||||
#include "qemu-queue.h"
|
||||
#include "qemu-queue.h"
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
#define QSTRING_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "qobject.h"
|
||||
#include "qapi/qmp/qobject.h"
|
||||
|
||||
typedef struct QString {
|
||||
QObject_HEAD;
|
|
@ -13,13 +13,13 @@
|
|||
#ifndef QEMU_OBJECTS_H
|
||||
#define QEMU_OBJECTS_H
|
||||
|
||||
#include "qobject.h"
|
||||
#include "qint.h"
|
||||
#include "qfloat.h"
|
||||
#include "qbool.h"
|
||||
#include "qstring.h"
|
||||
#include "qdict.h"
|
||||
#include "qlist.h"
|
||||
#include "qjson.h"
|
||||
#include "qapi/qmp/qobject.h"
|
||||
#include "qapi/qmp/qint.h"
|
||||
#include "qapi/qmp/qfloat.h"
|
||||
#include "qapi/qmp/qbool.h"
|
||||
#include "qapi/qmp/qstring.h"
|
||||
#include "qapi/qmp/qdict.h"
|
||||
#include "qapi/qmp/qlist.h"
|
||||
#include "qapi/qmp/qjson.h"
|
||||
|
||||
#endif /* QEMU_OBJECTS_H */
|
|
@ -13,7 +13,7 @@
|
|||
#ifndef STRING_INPUT_VISITOR_H
|
||||
#define STRING_INPUT_VISITOR_H
|
||||
|
||||
#include "qapi-visit-core.h"
|
||||
#include "qapi/visitor.h"
|
||||
|
||||
typedef struct StringInputVisitor StringInputVisitor;
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
#ifndef STRING_OUTPUT_VISITOR_H
|
||||
#define STRING_OUTPUT_VISITOR_H
|
||||
|
||||
#include "qapi-visit-core.h"
|
||||
#include "qapi/visitor.h"
|
||||
|
||||
typedef struct StringOutputVisitor StringOutputVisitor;
|
||||
|
|
@ -12,8 +12,8 @@
|
|||
#ifndef QAPI_VISITOR_IMPL_H
|
||||
#define QAPI_VISITOR_IMPL_H
|
||||
|
||||
#include "error.h"
|
||||
#include "qapi/qapi-visit-core.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qapi/visitor.h"
|
||||
|
||||
struct Visitor
|
||||
{
|
|
@ -13,7 +13,7 @@
|
|||
#ifndef QAPI_VISITOR_CORE_H
|
||||
#define QAPI_VISITOR_CORE_H
|
||||
|
||||
#include "error.h"
|
||||
#include "qapi/error.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
typedef struct GenericList
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
#include "qemu/object.h"
|
||||
#include "qemu-common.h"
|
||||
#include "error.h"
|
||||
#include "qapi/error.h"
|
||||
|
||||
#define TYPE_RNG_BACKEND "rng-backend"
|
||||
#define RNG_BACKEND(obj) \
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
#define CONSOLE_H
|
||||
|
||||
#include "ui/qemu-pixman.h"
|
||||
#include "qdict.h"
|
||||
#include "qapi/qmp/qdict.h"
|
||||
#include "notify.h"
|
||||
#include "monitor.h"
|
||||
#include "trace.h"
|
||||
#include "qapi-types.h"
|
||||
#include "error.h"
|
||||
#include "qapi/error.h"
|
||||
|
||||
/* keyboard/mouse support */
|
||||
|
||||
|
|
10
json-lexer.c
10
json-lexer.c
|
@ -11,12 +11,12 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "qstring.h"
|
||||
#include "qlist.h"
|
||||
#include "qdict.h"
|
||||
#include "qint.h"
|
||||
#include "qapi/qmp/qstring.h"
|
||||
#include "qapi/qmp/qlist.h"
|
||||
#include "qapi/qmp/qdict.h"
|
||||
#include "qapi/qmp/qint.h"
|
||||
#include "qemu-common.h"
|
||||
#include "json-lexer.h"
|
||||
#include "qapi/qmp/json-lexer.h"
|
||||
|
||||
#define MAX_TOKEN_SIZE (64ULL << 20)
|
||||
|
||||
|
|
|
@ -14,15 +14,15 @@
|
|||
#include <stdarg.h>
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "qstring.h"
|
||||
#include "qint.h"
|
||||
#include "qdict.h"
|
||||
#include "qlist.h"
|
||||
#include "qfloat.h"
|
||||
#include "qbool.h"
|
||||
#include "json-parser.h"
|
||||
#include "json-lexer.h"
|
||||
#include "qerror.h"
|
||||
#include "qapi/qmp/qstring.h"
|
||||
#include "qapi/qmp/qint.h"
|
||||
#include "qapi/qmp/qdict.h"
|
||||
#include "qapi/qmp/qlist.h"
|
||||
#include "qapi/qmp/qfloat.h"
|
||||
#include "qapi/qmp/qbool.h"
|
||||
#include "qapi/qmp/json-parser.h"
|
||||
#include "qapi/qmp/json-lexer.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
|
||||
typedef struct JSONParserContext
|
||||
{
|
||||
|
|
|
@ -11,12 +11,12 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "qlist.h"
|
||||
#include "qint.h"
|
||||
#include "qdict.h"
|
||||
#include "qapi/qmp/qlist.h"
|
||||
#include "qapi/qmp/qint.h"
|
||||
#include "qapi/qmp/qdict.h"
|
||||
#include "qemu-common.h"
|
||||
#include "json-lexer.h"
|
||||
#include "json-streamer.h"
|
||||
#include "qapi/qmp/json-lexer.h"
|
||||
#include "qapi/qmp/json-streamer.h"
|
||||
|
||||
#define MAX_TOKEN_SIZE (64ULL << 20)
|
||||
#define MAX_NESTING (1ULL << 10)
|
||||
|
|
|
@ -14,10 +14,10 @@
|
|||
#ifndef QEMU_MIGRATION_H
|
||||
#define QEMU_MIGRATION_H
|
||||
|
||||
#include "qdict.h"
|
||||
#include "qapi/qmp/qdict.h"
|
||||
#include "qemu-common.h"
|
||||
#include "notify.h"
|
||||
#include "error.h"
|
||||
#include "qapi/error.h"
|
||||
#include "vmstate.h"
|
||||
#include "qapi-types.h"
|
||||
|
||||
|
|
16
monitor.c
16
monitor.c
|
@ -47,14 +47,14 @@
|
|||
#include "migration.h"
|
||||
#include "kvm.h"
|
||||
#include "acl.h"
|
||||
#include "qint.h"
|
||||
#include "qfloat.h"
|
||||
#include "qlist.h"
|
||||
#include "qbool.h"
|
||||
#include "qstring.h"
|
||||
#include "qjson.h"
|
||||
#include "json-streamer.h"
|
||||
#include "json-parser.h"
|
||||
#include "qapi/qmp/qint.h"
|
||||
#include "qapi/qmp/qfloat.h"
|
||||
#include "qapi/qmp/qlist.h"
|
||||
#include "qapi/qmp/qbool.h"
|
||||
#include "qapi/qmp/qstring.h"
|
||||
#include "qapi/qmp/qjson.h"
|
||||
#include "qapi/qmp/json-streamer.h"
|
||||
#include "qapi/qmp/json-parser.h"
|
||||
#include "osdep.h"
|
||||
#include "cpu.h"
|
||||
#include "trace.h"
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
#define MONITOR_H
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "qerror.h"
|
||||
#include "qdict.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
#include "qapi/qmp/qdict.h"
|
||||
#include "block.h"
|
||||
#include "readline.h"
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
#include "iov.h"
|
||||
#include "qapi-visit.h"
|
||||
#include "qapi/opts-visitor.h"
|
||||
#include "qapi/qapi-dealloc-visitor.h"
|
||||
#include "qapi/dealloc-visitor.h"
|
||||
|
||||
/* Net bridge is currently not supported for W32. */
|
||||
#if !defined(_WIN32)
|
||||
|
|
2
pixman
2
pixman
|
@ -1 +1 @@
|
|||
Subproject commit a5e5179b5624c99c812e9bf6e7b907e355a811e8
|
||||
Subproject commit 97336fad32acf802003855cd8bd6477fa49a12e3
|
|
@ -11,11 +11,11 @@
|
|||
*/
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "qerror.h"
|
||||
#include "opts-visitor.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
#include "qapi/opts-visitor.h"
|
||||
#include "qemu-queue.h"
|
||||
#include "qemu-option-internal.h"
|
||||
#include "qapi-visit-impl.h"
|
||||
#include "qapi/visitor-impl.h"
|
||||
|
||||
|
||||
struct OptsVisitor
|
||||
|
|
|
@ -11,11 +11,11 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "qapi-dealloc-visitor.h"
|
||||
#include "qapi/dealloc-visitor.h"
|
||||
#include "qemu-queue.h"
|
||||
#include "qemu-common.h"
|
||||
#include "qemu-objects.h"
|
||||
#include "qapi-visit-impl.h"
|
||||
#include "qapi/qmp/types.h"
|
||||
#include "qapi/visitor-impl.h"
|
||||
|
||||
typedef struct StackEntry
|
||||
{
|
||||
|
|
|
@ -12,9 +12,9 @@
|
|||
*/
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "qerror.h"
|
||||
#include "qapi/qapi-visit-core.h"
|
||||
#include "qapi/qapi-visit-impl.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
#include "qapi/visitor.h"
|
||||
#include "qapi/visitor-impl.h"
|
||||
|
||||
void visit_start_handle(Visitor *v, void **obj, const char *kind,
|
||||
const char *name, Error **errp)
|
||||
|
|
|
@ -11,12 +11,12 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "qemu-objects.h"
|
||||
#include "qapi/qmp-core.h"
|
||||
#include "json-parser.h"
|
||||
#include "qapi/qmp/types.h"
|
||||
#include "qapi/qmp/dispatch.h"
|
||||
#include "qapi/qmp/json-parser.h"
|
||||
#include "qapi-types.h"
|
||||
#include "error.h"
|
||||
#include "qerror.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
|
||||
static QDict *qmp_dispatch_check_obj(const QObject *request, Error **errp)
|
||||
{
|
||||
|
|
|
@ -11,12 +11,12 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "qmp-input-visitor.h"
|
||||
#include "qapi/qapi-visit-impl.h"
|
||||
#include "qapi/qmp-input-visitor.h"
|
||||
#include "qapi/visitor-impl.h"
|
||||
#include "qemu-queue.h"
|
||||
#include "qemu-common.h"
|
||||
#include "qemu-objects.h"
|
||||
#include "qerror.h"
|
||||
#include "qapi/qmp/types.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
|
||||
#define QIV_STACK_SIZE 1024
|
||||
|
||||
|
|
|
@ -11,12 +11,12 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "qmp-output-visitor.h"
|
||||
#include "qapi/qapi-visit-impl.h"
|
||||
#include "qapi/qmp-output-visitor.h"
|
||||
#include "qapi/visitor-impl.h"
|
||||
#include "qemu-queue.h"
|
||||
#include "qemu-common.h"
|
||||
#include "qemu-objects.h"
|
||||
#include "qerror.h"
|
||||
#include "qapi/qmp/types.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
|
||||
typedef struct QStackEntry
|
||||
{
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
#include <glib.h>
|
||||
#include <string.h>
|
||||
#include "qapi/qmp-core.h"
|
||||
#include "qapi/qmp/dispatch.h"
|
||||
|
||||
static QTAILQ_HEAD(QmpCommandList, QmpCommand) qmp_commands =
|
||||
QTAILQ_HEAD_INITIALIZER(qmp_commands);
|
||||
|
|
|
@ -11,9 +11,9 @@
|
|||
*/
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "string-input-visitor.h"
|
||||
#include "qapi/qapi-visit-impl.h"
|
||||
#include "qerror.h"
|
||||
#include "qapi/string-input-visitor.h"
|
||||
#include "qapi/visitor-impl.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
|
||||
struct StringInputVisitor
|
||||
{
|
||||
|
|
|
@ -11,9 +11,9 @@
|
|||
*/
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "string-output-visitor.h"
|
||||
#include "qapi/qapi-visit-impl.h"
|
||||
#include "qerror.h"
|
||||
#include "qapi/string-output-visitor.h"
|
||||
#include "qapi/visitor-impl.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
|
||||
struct StringOutputVisitor
|
||||
{
|
||||
|
|
4
qbool.c
4
qbool.c
|
@ -11,8 +11,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "qbool.h"
|
||||
#include "qobject.h"
|
||||
#include "qapi/qmp/qbool.h"
|
||||
#include "qapi/qmp/qobject.h"
|
||||
#include "qemu-common.h"
|
||||
|
||||
static void qbool_destroy_obj(QObject *obj);
|
||||
|
|
12
qdict.c
12
qdict.c
|
@ -10,12 +10,12 @@
|
|||
* See the COPYING.LIB file in the top-level directory.
|
||||
*/
|
||||
|
||||
#include "qint.h"
|
||||
#include "qfloat.h"
|
||||
#include "qdict.h"
|
||||
#include "qbool.h"
|
||||
#include "qstring.h"
|
||||
#include "qobject.h"
|
||||
#include "qapi/qmp/qint.h"
|
||||
#include "qapi/qmp/qfloat.h"
|
||||
#include "qapi/qmp/qdict.h"
|
||||
#include "qapi/qmp/qbool.h"
|
||||
#include "qapi/qmp/qstring.h"
|
||||
#include "qapi/qmp/qobject.h"
|
||||
#include "qemu-queue.h"
|
||||
#include "qemu-common.h"
|
||||
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
#include "qemu-option.h"
|
||||
#include "qemu-config.h"
|
||||
#include "qemu-aio.h"
|
||||
#include "qobject.h"
|
||||
#include "qstring.h"
|
||||
#include "qapi/qmp/qobject.h"
|
||||
#include "qapi/qmp/qstring.h"
|
||||
#include "main-loop.h"
|
||||
|
||||
/* character device */
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include "qemu-option.h"
|
||||
#include "qemu-config.h"
|
||||
#include "hw/qdev.h"
|
||||
#include "error.h"
|
||||
#include "qapi/error.h"
|
||||
|
||||
static QemuOptsList qemu_drive_opts = {
|
||||
.name = "drive",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include "qemu-option.h"
|
||||
#include "error.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qemu-option.h"
|
||||
|
||||
extern QemuOptsList qemu_fsdev_opts;
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
*/
|
||||
#include "qapi-visit.h"
|
||||
#include "qapi/qmp-output-visitor.h"
|
||||
#include "qjson.h"
|
||||
#include "qapi/qmp/qjson.h"
|
||||
#include "qemu-common.h"
|
||||
#include "qemu-option.h"
|
||||
#include "qemu-error.h"
|
||||
|
|
|
@ -28,9 +28,9 @@
|
|||
|
||||
#include "qemu-common.h"
|
||||
#include "qemu-error.h"
|
||||
#include "qemu-objects.h"
|
||||
#include "error.h"
|
||||
#include "qerror.h"
|
||||
#include "qapi/qmp/types.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
#include "qemu-option-internal.h"
|
||||
|
||||
/*
|
||||
|
|
|
@ -28,8 +28,8 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include "qemu-queue.h"
|
||||
#include "error.h"
|
||||
#include "qdict.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qapi/qmp/qdict.h"
|
||||
|
||||
enum QEMUOptionParType {
|
||||
OPT_FLAG,
|
||||
|
|
|
@ -27,8 +27,8 @@ int inet_aton(const char *cp, struct in_addr *ia);
|
|||
#endif /* !_WIN32 */
|
||||
|
||||
#include "qemu-option.h"
|
||||
#include "error.h"
|
||||
#include "qerror.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
|
||||
/* misc helpers */
|
||||
int qemu_socket(int domain, int type, int protocol);
|
||||
|
|
4
qerror.c
4
qerror.c
|
@ -11,8 +11,8 @@
|
|||
*/
|
||||
|
||||
#include "monitor.h"
|
||||
#include "qjson.h"
|
||||
#include "qerror.h"
|
||||
#include "qapi/qmp/qjson.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
#include "qemu-common.h"
|
||||
|
||||
static void qerror_destroy_obj(QObject *obj);
|
||||
|
|
4
qfloat.c
4
qfloat.c
|
@ -11,8 +11,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "qfloat.h"
|
||||
#include "qobject.h"
|
||||
#include "qapi/qmp/qfloat.h"
|
||||
#include "qapi/qmp/qobject.h"
|
||||
#include "qemu-common.h"
|
||||
|
||||
static void qfloat_destroy_obj(QObject *obj);
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <sys/wait.h>
|
||||
#include "qga/guest-agent-core.h"
|
||||
#include "qga-qmp-commands.h"
|
||||
#include "qerror.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
#include "qemu-queue.h"
|
||||
#include "host-utils.h"
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include <powrprof.h>
|
||||
#include "qga/guest-agent-core.h"
|
||||
#include "qga-qmp-commands.h"
|
||||
#include "qerror.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
|
||||
#ifndef SHTDN_REASON_FLAG_PLANNED
|
||||
#define SHTDN_REASON_FLAG_PLANNED 0x80000000
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include <glib.h>
|
||||
#include "qga/guest-agent-core.h"
|
||||
#include "qga-qmp-commands.h"
|
||||
#include "qerror.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
|
||||
/* Note: in some situations, like with the fsfreeze, logging may be
|
||||
* temporarilly disabled. if it is necessary that a command be able
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
* This work is licensed under the terms of the GNU GPL, version 2 or later.
|
||||
* See the COPYING file in the top-level directory.
|
||||
*/
|
||||
#include "qapi/qmp-core.h"
|
||||
#include "qapi/qmp/dispatch.h"
|
||||
#include "qemu-common.h"
|
||||
|
||||
#define QGA_READ_COUNT_DEFAULT 4096
|
||||
|
|
12
qga/main.c
12
qga/main.c
|
@ -20,15 +20,15 @@
|
|||
#include <sys/wait.h>
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
#include "json-streamer.h"
|
||||
#include "json-parser.h"
|
||||
#include "qint.h"
|
||||
#include "qjson.h"
|
||||
#include "qapi/qmp/json-streamer.h"
|
||||
#include "qapi/qmp/json-parser.h"
|
||||
#include "qapi/qmp/qint.h"
|
||||
#include "qapi/qmp/qjson.h"
|
||||
#include "qga/guest-agent-core.h"
|
||||
#include "module.h"
|
||||
#include "signal.h"
|
||||
#include "qerror.h"
|
||||
#include "qapi/qmp-core.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
#include "qapi/qmp/dispatch.h"
|
||||
#include "qga/channel.h"
|
||||
#ifdef _WIN32
|
||||
#include "qga/service-win32.h"
|
||||
|
|
4
qint.c
4
qint.c
|
@ -10,8 +10,8 @@
|
|||
* See the COPYING.LIB file in the top-level directory.
|
||||
*/
|
||||
|
||||
#include "qint.h"
|
||||
#include "qobject.h"
|
||||
#include "qapi/qmp/qint.h"
|
||||
#include "qapi/qmp/qobject.h"
|
||||
#include "qemu-common.h"
|
||||
|
||||
static void qint_destroy_obj(QObject *obj);
|
||||
|
|
18
qjson.c
18
qjson.c
|
@ -11,15 +11,15 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "json-lexer.h"
|
||||
#include "json-parser.h"
|
||||
#include "json-streamer.h"
|
||||
#include "qjson.h"
|
||||
#include "qint.h"
|
||||
#include "qlist.h"
|
||||
#include "qbool.h"
|
||||
#include "qfloat.h"
|
||||
#include "qdict.h"
|
||||
#include "qapi/qmp/json-lexer.h"
|
||||
#include "qapi/qmp/json-parser.h"
|
||||
#include "qapi/qmp/json-streamer.h"
|
||||
#include "qapi/qmp/qjson.h"
|
||||
#include "qapi/qmp/qint.h"
|
||||
#include "qapi/qmp/qlist.h"
|
||||
#include "qapi/qmp/qbool.h"
|
||||
#include "qapi/qmp/qfloat.h"
|
||||
#include "qapi/qmp/qdict.h"
|
||||
|
||||
typedef struct JSONParsingState
|
||||
{
|
||||
|
|
4
qlist.c
4
qlist.c
|
@ -10,8 +10,8 @@
|
|||
* See the COPYING.LIB file in the top-level directory.
|
||||
*/
|
||||
|
||||
#include "qlist.h"
|
||||
#include "qobject.h"
|
||||
#include "qapi/qmp/qlist.h"
|
||||
#include "qapi/qmp/qobject.h"
|
||||
#include "qemu-queue.h"
|
||||
#include "qemu-common.h"
|
||||
|
||||
|
|
12
qom/object.c
12
qom/object.c
|
@ -12,18 +12,18 @@
|
|||
|
||||
#include "qemu/object.h"
|
||||
#include "qemu-common.h"
|
||||
#include "qapi/qapi-visit-core.h"
|
||||
#include "qapi/visitor.h"
|
||||
#include "qapi/string-input-visitor.h"
|
||||
#include "qapi/string-output-visitor.h"
|
||||
#include "qerror.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
|
||||
/* TODO: replace QObject with a simpler visitor to avoid a dependency
|
||||
* of the QOM core on QObject? */
|
||||
#include "qemu/qom-qobject.h"
|
||||
#include "qobject.h"
|
||||
#include "qbool.h"
|
||||
#include "qint.h"
|
||||
#include "qstring.h"
|
||||
#include "qapi/qmp/qobject.h"
|
||||
#include "qapi/qmp/qbool.h"
|
||||
#include "qapi/qmp/qint.h"
|
||||
#include "qapi/qmp/qstring.h"
|
||||
|
||||
#define MAX_INTERFACES 32
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
#include "qemu-common.h"
|
||||
#include "qemu/object.h"
|
||||
#include "qemu/qom-qobject.h"
|
||||
#include "qapi/qapi-visit-core.h"
|
||||
#include "qapi/visitor.h"
|
||||
#include "qapi/qmp-input-visitor.h"
|
||||
#include "qapi/qmp-output-visitor.h"
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
* See the COPYING.LIB file in the top-level directory.
|
||||
*/
|
||||
|
||||
#include "qobject.h"
|
||||
#include "qstring.h"
|
||||
#include "qapi/qmp/qobject.h"
|
||||
#include "qapi/qmp/qstring.h"
|
||||
#include "qemu-common.h"
|
||||
|
||||
static void qstring_destroy_obj(QObject *obj);
|
||||
|
|
|
@ -342,8 +342,8 @@ def gen_command_decl_prologue(header, guard, prefix=""):
|
|||
#define %(guard)s
|
||||
|
||||
#include "%(prefix)sqapi-types.h"
|
||||
#include "qdict.h"
|
||||
#include "error.h"
|
||||
#include "qapi/qmp/qdict.h"
|
||||
#include "qapi/error.h"
|
||||
|
||||
''',
|
||||
header=basename(header), guard=guardname(header), prefix=prefix)
|
||||
|
@ -368,13 +368,13 @@ def gen_command_def_prologue(prefix="", proxy=False):
|
|||
|
||||
#include "qemu-common.h"
|
||||
#include "module.h"
|
||||
#include "qerror.h"
|
||||
#include "qemu-objects.h"
|
||||
#include "qapi/qmp-core.h"
|
||||
#include "qapi/qapi-visit-core.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
#include "qapi/qmp/types.h"
|
||||
#include "qapi/qmp/dispatch.h"
|
||||
#include "qapi/visitor.h"
|
||||
#include "qapi/qmp-output-visitor.h"
|
||||
#include "qapi/qmp-input-visitor.h"
|
||||
#include "qapi/qapi-dealloc-visitor.h"
|
||||
#include "qapi/dealloc-visitor.h"
|
||||
#include "%(prefix)sqapi-types.h"
|
||||
#include "%(prefix)sqapi-visit.h"
|
||||
|
||||
|
|
|
@ -248,7 +248,7 @@ def maybe_open(really, name, opt):
|
|||
*
|
||||
*/
|
||||
|
||||
#include "qapi/qapi-dealloc-visitor.h"
|
||||
#include "qapi/dealloc-visitor.h"
|
||||
#include "%(prefix)sqapi-types.h"
|
||||
#include "%(prefix)sqapi-visit.h"
|
||||
|
||||
|
|
|
@ -322,7 +322,7 @@ def maybe_open(really, name, opt):
|
|||
#ifndef %(guard)s
|
||||
#define %(guard)s
|
||||
|
||||
#include "qapi/qapi-visit-core.h"
|
||||
#include "qapi/visitor.h"
|
||||
#include "%(prefix)sqapi-types.h"
|
||||
''',
|
||||
prefix=prefix, guard=guardname(h_file)))
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "qemu-common.h"
|
||||
#include "arch_init.h"
|
||||
#include "qerror.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
|
||||
CpuDefinitionInfoList *arch_query_cpu_definitions(Error **errp)
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include "qemu/cpu.h"
|
||||
#include "cpu.h"
|
||||
#include "error.h"
|
||||
#include "qapi/error.h"
|
||||
|
||||
#ifdef TARGET_X86_64
|
||||
#define TYPE_X86_CPU "x86_64-cpu"
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
|
||||
#include "qemu-option.h"
|
||||
#include "qemu-config.h"
|
||||
#include "qerror.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
|
||||
#include "qapi/qapi-visit-core.h"
|
||||
#include "qapi/visitor.h"
|
||||
#include "arch_init.h"
|
||||
|
||||
#include "hyperv.h"
|
||||
|
|
|
@ -33,7 +33,7 @@ struct OpenRISCCPU;
|
|||
#include "cpu-defs.h"
|
||||
#include "softfloat.h"
|
||||
#include "qemu/cpu.h"
|
||||
#include "error.h"
|
||||
#include "qapi/error.h"
|
||||
|
||||
#define TYPE_OPENRISC_CPU "or32-cpu"
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue