sysemu: avoid proliferation of include/ subdirectories

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2013-04-08 16:55:25 +02:00
parent bdee56f546
commit dccfcd0e5f
78 changed files with 78 additions and 78 deletions

View file

@ -22,7 +22,7 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu-common.h" #include "qemu-common.h"
#include "char/char.h" #include "sysemu/char.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "hw/usb.h" #include "hw/usb.h"
#include <brlapi.h> #include <brlapi.h>

View file

@ -23,7 +23,7 @@
*/ */
#include <stdlib.h> #include <stdlib.h>
#include "qemu-common.h" #include "qemu-common.h"
#include "char/char.h" #include "sysemu/char.h"
#include "ui/console.h" #include "ui/console.h"
#define MSMOUSE_LO6(n) ((n) & 0x3f) #define MSMOUSE_LO6(n) ((n) & 0x3f)

View file

@ -10,8 +10,8 @@
* See the COPYING file in the top-level directory. * See the COPYING file in the top-level directory.
*/ */
#include "qemu/rng.h" #include "sysemu/rng.h"
#include "char/char.h" #include "sysemu/char.h"
#include "qapi/qmp/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 */

View file

@ -10,8 +10,8 @@
* See the COPYING file in the top-level directory. * See the COPYING file in the top-level directory.
*/ */
#include "qemu/rng-random.h" #include "sysemu/rng-random.h"
#include "qemu/rng.h" #include "sysemu/rng.h"
#include "qapi/qmp/qerror.h" #include "qapi/qmp/qerror.h"
#include "qemu/main-loop.h" #include "qemu/main-loop.h"

View file

@ -10,7 +10,7 @@
* See the COPYING file in the top-level directory. * See the COPYING file in the top-level directory.
*/ */
#include "qemu/rng.h" #include "sysemu/rng.h"
#include "qapi/qmp/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,

View file

@ -12,7 +12,7 @@
* Based on backends/rng.c by Anthony Liguori * Based on backends/rng.c by Anthony Liguori
*/ */
#include "backends/tpm.h" #include "sysemu/tpm_backend.h"
#include "qapi/qmp/qerror.h" #include "qapi/qmp/qerror.h"
#include "sysemu/tpm.h" #include "sysemu/tpm.h"
#include "qemu/thread.h" #include "qemu/thread.h"

View file

@ -18,7 +18,7 @@
*/ */
#include "qemu-common.h" #include "qemu-common.h"
#include "bt/bt.h" #include "sysemu/bt.h"
#include "qemu/main-loop.h" #include "qemu/main-loop.h"
#ifndef _WIN32 #ifndef _WIN32

View file

@ -18,7 +18,7 @@
*/ */
#include "qemu-common.h" #include "qemu-common.h"
#include "bt/bt.h" #include "sysemu/bt.h"
#include "hw/bt.h" #include "hw/bt.h"
#include "qemu/main-loop.h" #include "qemu/main-loop.h"

View file

@ -30,7 +30,7 @@
#include "qemu.h" #include "qemu.h"
#else #else
#include "monitor/monitor.h" #include "monitor/monitor.h"
#include "char/char.h" #include "sysemu/char.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
#include "exec/gdbstub.h" #include "exec/gdbstub.h"
#endif #endif

2
hmp.c
View file

@ -15,7 +15,7 @@
#include "hmp.h" #include "hmp.h"
#include "net/net.h" #include "net/net.h"
#include "char/char.h" #include "sysemu/char.h"
#include "qemu/option.h" #include "qemu/option.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "qmp-commands.h" #include "qmp-commands.h"

View file

@ -24,7 +24,7 @@
#include "hw/arm/omap.h" #include "hw/arm/omap.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "char/char.h" #include "sysemu/char.h"
#include "hw/block/flash.h" #include "hw/block/flash.h"
#include "hw/arm/soc_dma.h" #include "hw/arm/soc_dma.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"

View file

@ -13,7 +13,7 @@
#include "hw/char/serial.h" #include "hw/char/serial.h"
#include "hw/i2c/i2c.h" #include "hw/i2c/i2c.h"
#include "hw/ssi.h" #include "hw/ssi.h"
#include "char/char.h" #include "sysemu/char.h"
#include "sysemu/blockdev.h" #include "sysemu/blockdev.h"
static struct { static struct {

View file

@ -30,7 +30,7 @@
#include "strongarm.h" #include "strongarm.h"
#include "qemu/error-report.h" #include "qemu/error-report.h"
#include "hw/arm/arm.h" #include "hw/arm/arm.h"
#include "char/char.h" #include "sysemu/char.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
#include "hw/ssi.h" #include "hw/ssi.h"

View file

@ -18,7 +18,7 @@
*/ */
#include "qemu-common.h" #include "qemu-common.h"
#include "bt/bt.h" #include "sysemu/bt.h"
#include "hw/bt.h" #include "hw/bt.h"
/* Slave implementations can ignore this */ /* Slave implementations can ignore this */

View file

@ -19,10 +19,10 @@
*/ */
#include "qemu-common.h" #include "qemu-common.h"
#include "char/char.h" #include "sysemu/char.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "hw/irq.h" #include "hw/irq.h"
#include "bt/bt.h" #include "sysemu/bt.h"
#include "hw/bt.h" #include "hw/bt.h"
struct csrhci_s { struct csrhci_s {

View file

@ -21,7 +21,7 @@
#include "qemu-common.h" #include "qemu-common.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "hw/usb.h" #include "hw/usb.h"
#include "bt/bt.h" #include "sysemu/bt.h"
#include "hw/bt.h" #include "hw/bt.h"
struct bt_hci_s { struct bt_hci_s {

View file

@ -17,7 +17,7 @@
*/ */
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "char/char.h" #include "sysemu/char.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#ifdef CADENCE_UART_ERR_DEBUG #ifdef CADENCE_UART_ERR_DEBUG

View file

@ -25,7 +25,7 @@
*/ */
#include "hw/hw.h" #include "hw/hw.h"
#include "char/char.h" #include "sysemu/char.h"
#include "hw/isa/isa.h" #include "hw/isa/isa.h"
#include "hw/i386/pc.h" #include "hw/i386/pc.h"

View file

@ -25,7 +25,7 @@
#include "hw/hw.h" #include "hw/hw.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "hw/char/escc.h" #include "hw/char/escc.h"
#include "char/char.h" #include "sysemu/char.h"
#include "ui/console.h" #include "ui/console.h"
#include "trace.h" #include "trace.h"

View file

@ -23,7 +23,7 @@
*/ */
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "char/char.h" #include "sysemu/char.h"
#include "qemu/log.h" #include "qemu/log.h"
#define D(x) #define D(x)

View file

@ -21,7 +21,7 @@
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
#include "char/char.h" #include "sysemu/char.h"
#include "hw/arm/exynos4210.h" #include "hw/arm/exynos4210.h"

View file

@ -23,7 +23,7 @@
*/ */
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "char/char.h" #include "sysemu/char.h"
#include "trace.h" #include "trace.h"

View file

@ -20,7 +20,7 @@
#include "hw/hw.h" #include "hw/hw.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
#include "char/char.h" #include "sysemu/char.h"
#include "hw/arm/imx.h" #include "hw/arm/imx.h"
//#define DEBUG_SERIAL 1 //#define DEBUG_SERIAL 1

View file

@ -10,7 +10,7 @@
#include "ipack.h" #include "ipack.h"
#include "qemu/bitops.h" #include "qemu/bitops.h"
#include "char/char.h" #include "sysemu/char.h"
/* #define DEBUG_IPOCTAL */ /* #define DEBUG_IPOCTAL */

View file

@ -20,7 +20,7 @@
#include "hw/hw.h" #include "hw/hw.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "trace.h" #include "trace.h"
#include "char/char.h" #include "sysemu/char.h"
#include "hw/lm32/lm32_juart.h" #include "hw/lm32/lm32_juart.h"

View file

@ -25,7 +25,7 @@
#include "hw/hw.h" #include "hw/hw.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "trace.h" #include "trace.h"
#include "char/char.h" #include "sysemu/char.h"
#include "qemu/error-report.h" #include "qemu/error-report.h"
enum { enum {

View file

@ -7,7 +7,7 @@
*/ */
#include "hw/hw.h" #include "hw/hw.h"
#include "hw/m68k/mcf.h" #include "hw/m68k/mcf.h"
#include "char/char.h" #include "sysemu/char.h"
#include "exec/address-spaces.h" #include "exec/address-spaces.h"
typedef struct { typedef struct {

View file

@ -24,7 +24,7 @@
#include "hw/hw.h" #include "hw/hw.h"
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "trace.h" #include "trace.h"
#include "char/char.h" #include "sysemu/char.h"
#include "qemu/error-report.h" #include "qemu/error-report.h"
enum { enum {

View file

@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License along * You should have received a copy of the GNU General Public License along
* with this program; if not, see <http://www.gnu.org/licenses/>. * with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#include "char/char.h" #include "sysemu/char.h"
#include "hw/hw.h" #include "hw/hw.h"
#include "hw/arm/omap.h" #include "hw/arm/omap.h"
#include "hw/char/serial.h" #include "hw/char/serial.h"

View file

@ -23,7 +23,7 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "hw/hw.h" #include "hw/hw.h"
#include "char/char.h" #include "sysemu/char.h"
#include "hw/isa/isa.h" #include "hw/isa/isa.h"
#include "hw/i386/pc.h" #include "hw/i386/pc.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"

View file

@ -8,7 +8,7 @@
*/ */
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "char/char.h" #include "sysemu/char.h"
typedef struct { typedef struct {
SysBusDevice busdev; SysBusDevice busdev;

View file

@ -18,7 +18,7 @@
#include "hw/s390x/sclp.h" #include "hw/s390x/sclp.h"
#include "hw/s390x/event-facility.h" #include "hw/s390x/event-facility.h"
#include "char/char.h" #include "sysemu/char.h"
typedef struct ASCIIConsoleData { typedef struct ASCIIConsoleData {
EventBufferHeader ebh; EventBufferHeader ebh;

View file

@ -24,7 +24,7 @@
*/ */
#include "hw/char/serial.h" #include "hw/char/serial.h"
#include "char/char.h" #include "sysemu/char.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "exec/address-spaces.h" #include "exec/address-spaces.h"

View file

@ -26,7 +26,7 @@
*/ */
#include "hw/hw.h" #include "hw/hw.h"
#include "hw/sh4/sh.h" #include "hw/sh4/sh.h"
#include "char/char.h" #include "sysemu/char.h"
#include "exec/address-spaces.h" #include "exec/address-spaces.h"
//#define DEBUG_SERIAL //#define DEBUG_SERIAL

View file

@ -1,5 +1,5 @@
#include "hw/qdev.h" #include "hw/qdev.h"
#include "char/char.h" #include "sysemu/char.h"
#include "hw/ppc/spapr.h" #include "hw/ppc/spapr.h"
#include "hw/ppc/spapr_vio.h" #include "hw/ppc/spapr_vio.h"

View file

@ -10,7 +10,7 @@
* the COPYING file in the top-level directory. * the COPYING file in the top-level directory.
*/ */
#include "char/char.h" #include "sysemu/char.h"
#include "qemu/error-report.h" #include "qemu/error-report.h"
#include "trace.h" #include "trace.h"
#include "hw/virtio/virtio-serial.h" #include "hw/virtio/virtio-serial.h"

View file

@ -30,7 +30,7 @@
#include <sys/mman.h> #include <sys/mman.h>
#include "hw/hw.h" #include "hw/hw.h"
#include "char/char.h" #include "sysemu/char.h"
#include "hw/xen/xen_backend.h" #include "hw/xen/xen_backend.h"
#include <xen/io/console.h> #include <xen/io/console.h>

View file

@ -23,7 +23,7 @@
*/ */
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "char/char.h" #include "sysemu/char.h"
#define DUART(x) #define DUART(x)

View file

@ -17,7 +17,7 @@
#include "hw/block/block.h" #include "hw/block/block.h"
#include "net/hub.h" #include "net/hub.h"
#include "qapi/visitor.h" #include "qapi/visitor.h"
#include "char/char.h" #include "sysemu/char.h"
static void get_pointer(Object *obj, Visitor *v, Property *prop, static void get_pointer(Object *obj, Visitor *v, Property *prop,
const char *(*print)(void *ptr), const char *(*print)(void *ptr),

View file

@ -5,7 +5,7 @@
#include "hw/block/block.h" #include "hw/block/block.h"
#include "net/hub.h" #include "net/hub.h"
#include "qapi/visitor.h" #include "qapi/visitor.h"
#include "char/char.h" #include "sysemu/char.h"
void qdev_prop_set_after_realize(DeviceState *dev, const char *name, void qdev_prop_set_after_realize(DeviceState *dev, const char *name,
Error **errp) Error **errp)

View file

@ -37,7 +37,7 @@
#include "hw/hw.h" #include "hw/hw.h"
#include "ui/console.h" #include "ui/console.h"
#include "char/char.h" #include "sysemu/char.h"
#include "hw/xen/xen_backend.h" #include "hw/xen/xen_backend.h"
#include <xen/event_channel.h> #include <xen/event_channel.h>

View file

@ -27,7 +27,7 @@
#include "qemu/error-report.h" #include "qemu/error-report.h"
#include "sysemu/blockdev.h" #include "sysemu/blockdev.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
#include "char/char.h" #include "sysemu/char.h"
#include "trace.h" #include "trace.h"

View file

@ -30,7 +30,7 @@
#include "hw/mips/mips.h" #include "hw/mips/mips.h"
#include "hw/mips/cpudevs.h" #include "hw/mips/cpudevs.h"
#include "hw/pci/pci.h" #include "hw/pci/pci.h"
#include "char/char.h" #include "sysemu/char.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
#include "audio/audio.h" #include "audio/audio.h"
#include "qemu/log.h" #include "qemu/log.h"

View file

@ -34,7 +34,7 @@
#include "hw/mips/mips.h" #include "hw/mips/mips.h"
#include "hw/mips/cpudevs.h" #include "hw/mips/cpudevs.h"
#include "hw/pci/pci.h" #include "hw/pci/pci.h"
#include "char/char.h" #include "sysemu/char.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
#include "sysemu/arch_init.h" #include "sysemu/arch_init.h"
#include "hw/boards.h" #include "hw/boards.h"

View file

@ -24,7 +24,7 @@
#include "migration/migration.h" #include "migration/migration.h"
#include "qapi/qmp/qerror.h" #include "qapi/qmp/qerror.h"
#include "qemu/event_notifier.h" #include "qemu/event_notifier.h"
#include "char/char.h" #include "sysemu/char.h"
#include <sys/mman.h> #include <sys/mman.h>
#include <sys/types.h> #include <sys/types.h>

View file

@ -25,7 +25,7 @@
*/ */
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "char/char.h" #include "sysemu/char.h"
#include "qemu/log.h" #include "qemu/log.h"
#include "net/net.h" #include "net/net.h"
#include "net/checksum.h" #include "net/checksum.h"

View file

@ -26,7 +26,7 @@
*/ */
#include "cpu.h" #include "cpu.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
#include "char/char.h" #include "sysemu/char.h"
#include "hw/qdev.h" #include "hw/qdev.h"
#include "sysemu/device_tree.h" #include "sysemu/device_tree.h"

View file

@ -26,7 +26,7 @@
*/ */
#include "cpu.h" #include "cpu.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
#include "char/char.h" #include "sysemu/char.h"
#include "hw/qdev.h" #include "hw/qdev.h"
#include "sysemu/device_tree.h" #include "sysemu/device_tree.h"

View file

@ -24,7 +24,7 @@
#include "hw/hw.h" #include "hw/hw.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "hw/ptimer.h" #include "hw/ptimer.h"
#include "char/char.h" #include "sysemu/char.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
#include "hw/boards.h" #include "hw/boards.h"
#include "hw/loader.h" #include "hw/loader.h"

View file

@ -27,7 +27,7 @@
#include "qemu-common.h" #include "qemu-common.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qemu/sockets.h" #include "qemu/sockets.h"
#include "backends/tpm.h" #include "sysemu/tpm_backend.h"
#include "tpm_int.h" #include "tpm_int.h"
#include "hw/hw.h" #include "hw/hw.h"
#include "hw/i386/pc.h" #include "hw/i386/pc.h"

View file

@ -19,7 +19,7 @@
* specification. * specification.
*/ */
#include "backends/tpm.h" #include "sysemu/tpm_backend.h"
#include "tpm_int.h" #include "tpm_int.h"
#include "block/block.h" #include "block/block.h"
#include "exec/address-spaces.h" #include "exec/address-spaces.h"

View file

@ -32,7 +32,7 @@
#include <vcard_emul.h> #include <vcard_emul.h>
#include "qemu/thread.h" #include "qemu/thread.h"
#include "char/char.h" #include "sysemu/char.h"
#include "monitor/monitor.h" #include "monitor/monitor.h"
#include "ccid.h" #include "ccid.h"

View file

@ -8,7 +8,7 @@
* See the COPYING file in the top-level directory. * See the COPYING file in the top-level directory.
*/ */
#include "char/char.h" #include "sysemu/char.h"
#include "qemu/sockets.h" #include "qemu/sockets.h"
#include "monitor/monitor.h" #include "monitor/monitor.h"
#include "ccid.h" #include "ccid.h"

View file

@ -21,7 +21,7 @@
#include "qemu-common.h" #include "qemu-common.h"
#include "hw/usb.h" #include "hw/usb.h"
#include "hw/usb/desc.h" #include "hw/usb/desc.h"
#include "bt/bt.h" #include "sysemu/bt.h"
#include "hw/bt.h" #include "hw/bt.h"
struct USBBtState { struct USBBtState {

View file

@ -12,7 +12,7 @@
#include "qemu/error-report.h" #include "qemu/error-report.h"
#include "hw/usb.h" #include "hw/usb.h"
#include "hw/usb/desc.h" #include "hw/usb/desc.h"
#include "char/char.h" #include "sysemu/char.h"
//#define DEBUG_Serial //#define DEBUG_Serial

View file

@ -30,7 +30,7 @@
#include "monitor/monitor.h" #include "monitor/monitor.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
#include "qemu/iov.h" #include "qemu/iov.h"
#include "char/char.h" #include "sysemu/char.h"
#include <dirent.h> #include <dirent.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>

View file

@ -14,7 +14,7 @@
#include "qapi/qmp/qerror.h" #include "qapi/qmp/qerror.h"
#include "hw/virtio/virtio.h" #include "hw/virtio/virtio.h"
#include "hw/virtio/virtio-rng.h" #include "hw/virtio/virtio-rng.h"
#include "qemu/rng.h" #include "sysemu/rng.h"
static bool is_guest_ready(VirtIORNG *vrng) static bool is_guest_ready(VirtIORNG *vrng)
{ {

View file

@ -35,7 +35,7 @@
#include <sys/signal.h> #include <sys/signal.h>
#include "hw/hw.h" #include "hw/hw.h"
#include "char/char.h" #include "sysemu/char.h"
#include "qemu/log.h" #include "qemu/log.h"
#include "hw/xen/xen_backend.h" #include "hw/xen/xen_backend.h"

View file

@ -36,7 +36,7 @@
#include "hw/sysbus.h" #include "hw/sysbus.h"
#include "hw/block/flash.h" #include "hw/block/flash.h"
#include "sysemu/blockdev.h" #include "sysemu/blockdev.h"
#include "char/char.h" #include "sysemu/char.h"
#include "xtensa_bootparam.h" #include "xtensa_bootparam.h"
typedef struct LxBoardDesc { typedef struct LxBoardDesc {

View file

@ -12,8 +12,8 @@
#ifndef _QEMU_VIRTIO_RNG_H #ifndef _QEMU_VIRTIO_RNG_H
#define _QEMU_VIRTIO_RNG_H #define _QEMU_VIRTIO_RNG_H
#include "qemu/rng.h" #include "sysemu/rng.h"
#include "qemu/rng-random.h" #include "sysemu/rng-random.h"
/* The Virtio ID for the virtio rng device */ /* The Virtio ID for the virtio rng device */
#define VIRTIO_ID_RNG 4 #define VIRTIO_ID_RNG 4

View file

@ -33,7 +33,7 @@
#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 "char/char.h" #include "sysemu/char.h"
#include "ui/qemu-spice.h" #include "ui/qemu-spice.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
#include "monitor/monitor.h" #include "monitor/monitor.h"

View file

@ -35,7 +35,7 @@
#include "monitor/monitor.h" #include "monitor/monitor.h"
#include "qemu/sockets.h" #include "qemu/sockets.h"
#include "slirp/libslirp.h" #include "slirp/libslirp.h"
#include "char/char.h" #include "sysemu/char.h"
static int get_str_sep(char *buf, int buf_size, const char **pp, int sep) static int get_str_sep(char *buf, int buf_size, const char **pp, int sep)
{ {

View file

@ -26,7 +26,7 @@
#include "ui/console.h" #include "ui/console.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "char/char.h" #include "sysemu/char.h"
#include "hw/usb.h" #include "hw/usb.h"
#include "qmp-commands.h" #include "qmp-commands.h"

2
qmp.c
View file

@ -16,7 +16,7 @@
#include "qemu-common.h" #include "qemu-common.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
#include "qmp-commands.h" #include "qmp-commands.h"
#include "char/char.h" #include "sysemu/char.h"
#include "ui/qemu-spice.h" #include "ui/qemu-spice.h"
#include "ui/vnc.h" #include "ui/vnc.h"
#include "sysemu/kvm.h" #include "sysemu/kvm.h"

View file

@ -13,7 +13,7 @@
#include "sysemu/qtest.h" #include "sysemu/qtest.h"
#include "hw/qdev.h" #include "hw/qdev.h"
#include "char/char.h" #include "sysemu/char.h"
#include "exec/ioport.h" #include "exec/ioport.h"
#include "exec/memory.h" #include "exec/memory.h"
#include "hw/irq.h" #include "hw/irq.h"

View file

@ -23,7 +23,7 @@
*/ */
#include "qemu-common.h" #include "qemu-common.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "char/char.h" #include "sysemu/char.h"
#include "slirp.h" #include "slirp.h"
#include "hw/hw.h" #include "hw/hw.h"

View file

@ -1,7 +1,7 @@
#include "config-host.h" #include "config-host.h"
#include "trace.h" #include "trace.h"
#include "ui/qemu-spice.h" #include "ui/qemu-spice.h"
#include "char/char.h" #include "sysemu/char.h"
#include <spice.h> #include <spice.h>
#include <spice-experimental.h> #include <spice-experimental.h>
#include <spice/protocol.h> #include <spice/protocol.h>

2
tpm.c
View file

@ -15,7 +15,7 @@
#include "monitor/monitor.h" #include "monitor/monitor.h"
#include "qapi/qmp/qerror.h" #include "qapi/qmp/qerror.h"
#include "backends/tpm.h" #include "sysemu/tpm_backend.h"
#include "sysemu/tpm.h" #include "sysemu/tpm.h"
#include "qemu/config-file.h" #include "qemu/config-file.h"
#include "qmp-commands.h" #include "qmp-commands.h"

View file

@ -25,7 +25,7 @@
#include "ui/console.h" #include "ui/console.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "qmp-commands.h" #include "qmp-commands.h"
#include "char/char.h" #include "sysemu/char.h"
//#define DEBUG_CONSOLE //#define DEBUG_CONSOLE
#define DEFAULT_BACKSCROLL 512 #define DEFAULT_BACKSCROLL 512

View file

@ -62,7 +62,7 @@
#include "qmp-commands.h" #include "qmp-commands.h"
#include "x_keymap.h" #include "x_keymap.h"
#include "keymaps.h" #include "keymaps.h"
#include "char/char.h" #include "sysemu/char.h"
//#define DEBUG_GTK //#define DEBUG_GTK

View file

@ -12,7 +12,7 @@
#include "qemu-common.h" #include "qemu-common.h"
#include "qemu/event_notifier.h" #include "qemu/event_notifier.h"
#include "char/char.h" #include "sysemu/char.h"
#include "qemu/main-loop.h" #include "qemu/main-loop.h"
#ifdef CONFIG_EVENTFD #ifdef CONFIG_EVENTFD

4
vl.c
View file

@ -126,7 +126,7 @@ int main(int argc, char **argv)
#include "hw/qdev.h" #include "hw/qdev.h"
#include "hw/loader.h" #include "hw/loader.h"
#include "monitor/qdev.h" #include "monitor/qdev.h"
#include "bt/bt.h" #include "sysemu/bt.h"
#include "net/net.h" #include "net/net.h"
#include "net/slirp.h" #include "net/slirp.h"
#include "monitor/monitor.h" #include "monitor/monitor.h"
@ -134,7 +134,7 @@ int main(int argc, char **argv)
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
#include "exec/gdbstub.h" #include "exec/gdbstub.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "char/char.h" #include "sysemu/char.h"
#include "qemu/cache-utils.h" #include "qemu/cache-utils.h"
#include "sysemu/blockdev.h" #include "sysemu/blockdev.h"
#include "hw/block/block.h" #include "hw/block/block.h"

View file

@ -16,7 +16,7 @@
#include "hw/xen/xen_backend.h" #include "hw/xen/xen_backend.h"
#include "qmp-commands.h" #include "qmp-commands.h"
#include "char/char.h" #include "sysemu/char.h"
#include "qemu/range.h" #include "qemu/range.h"
#include "sysemu/xen-mapcache.h" #include "sysemu/xen-mapcache.h"
#include "trace.h" #include "trace.h"