Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xing Lin
qemu
Commits
7b1b5d19
Commit
7b1b5d19
authored
Dec 17, 2012
by
Paolo Bonzini
Browse files
qapi: move include files to include/qobject/
Signed-off-by:
Paolo Bonzini
<
pbonzini@redhat.com
>
parent
cb9c377f
Changes
119
Hide whitespace changes
Inline
Side-by-side
backends/rng-egd.c
View file @
7b1b5d19
...
...
@@ -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"
...
...
backends/rng-random.c
View file @
7b1b5d19
...
...
@@ -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
...
...
backends/rng.c
View file @
7b1b5d19
...
...
@@ -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
,
...
...
balloon.c
View file @
7b1b5d19
...
...
@@ -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
;
...
...
block.c
View file @
7b1b5d19
...
...
@@ -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"
...
...
block.h
View file @
7b1b5d19
...
...
@@ -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 */
...
...
block/qcow2.c
View file @
7b1b5d19
...
...
@@ -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"
/*
...
...
block/qed.c
View file @
7b1b5d19
...
...
@@ -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
)
...
...
block_int.h
View file @
7b1b5d19
...
...
@@ -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
...
...
blockdev-nbd.c
View file @
7b1b5d19
...
...
@@ -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"
...
...
blockdev.c
View file @
7b1b5d19
...
...
@@ -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
"q
emu-object
s.h"
#include
"q
api/qmp/type
s.h"
#include
"sysemu.h"
#include
"block_int.h"
#include
"qmp-commands.h"
...
...
blockdev.h
View file @
7b1b5d19
...
...
@@ -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
);
...
...
blockjob.c
View file @
7b1b5d19
...
...
@@ -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"
...
...
dump-stub.c
View file @
7b1b5d19
...
...
@@ -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 */
...
...
dump.c
View file @
7b1b5d19
...
...
@@ -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"
...
...
error.c
View file @
7b1b5d19
...
...
@@ -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
{
...
...
hmp.h
View file @
7b1b5d19
...
...
@@ -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
);
...
...
hw/ivshmem.c
View file @
7b1b5d19
...
...
@@ -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"
...
...
hw/mc146818rtc.c
View file @
7b1b5d19
...
...
@@ -25,7 +25,7 @@
#include
"qemu-timer.h"
#include
"sysemu.h"
#include
"mc146818rtc.h"
#include
"qapi/
qapi-
visit
-c
or
e
.h"
#include
"qapi/visitor.h"
#ifdef TARGET_I386
#include
"apic.h"
...
...
hw/pci/pci-hotplug.c
View file @
7b1b5d19
...
...
@@ -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
,
...
...
Prev
1
2
3
4
5
6
Next
Xing Lin
@xinglin
mentioned in commit
122abbe5
·
Jan 13, 2015
mentioned in commit
122abbe5
mentioned in commit 122abbe5fca8104d71d92a4dd850a14420f9373c
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment