Browse Source

softmmu: move include files to include/sysemu/

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
pull/10/head
Paolo Bonzini 14 years ago
parent
commit
9c17d615a6
  1. 6
      arch_init.c
  2. 2
      audio/audio.c
  3. 2
      audio/winwaveaudio.c
  4. 4
      balloon.c
  5. 2
      block-migration.c
  6. 2
      block.c
  7. 2
      block/vdi.c
  8. 4
      blockdev-nbd.c
  9. 6
      blockdev.c
  10. 2
      cpu-exec.c
  11. 10
      cpus.c
  12. 2
      device_tree.c
  13. 2
      dma-helpers.c
  14. 2
      dump-stub.c
  15. 8
      dump.c
  16. 6
      exec.c
  17. 4
      gdbstub.c
  18. 2
      hw/ac97.c
  19. 2
      hw/acpi.c
  20. 4
      hw/acpi_ich9.c
  21. 2
      hw/acpi_piix4.c
  22. 2
      hw/alpha_dp264.c
  23. 2
      hw/alpha_pci.c
  24. 2
      hw/alpha_typhoon.c
  25. 2
      hw/apb_pci.c
  26. 2
      hw/apic_common.c
  27. 4
      hw/arm_boot.c
  28. 2
      hw/arm_sysctl.c
  29. 2
      hw/axis_dev88.c
  30. 2
      hw/block-common.c
  31. 2
      hw/boards.h
  32. 2
      hw/bonito.c
  33. 2
      hw/cbus.c
  34. 2
      hw/collie.c
  35. 2
      hw/cuda.c
  36. 4
      hw/device-hotplug.c
  37. 4
      hw/e1000.c
  38. 4
      hw/eepro100.c
  39. 2
      hw/es1370.c
  40. 2
      hw/etraxfs_dma.c
  41. 2
      hw/etraxfs_timer.c
  42. 2
      hw/exynos4210.c
  43. 2
      hw/exynos4210_rtc.c
  44. 2
      hw/exynos4210_uart.c
  45. 2
      hw/exynos4_boards.c
  46. 4
      hw/fdc.c
  47. 2
      hw/fw_cfg.c
  48. 2
      hw/gumstix.c
  49. 4
      hw/highbank.c
  50. 2
      hw/ide/ahci.c
  51. 4
      hw/ide/cmd646.c
  52. 6
      hw/ide/core.c
  53. 2
      hw/ide/ich.c
  54. 4
      hw/ide/internal.h
  55. 2
      hw/ide/isa.c
  56. 2
      hw/ide/macio.c
  57. 2
      hw/ide/microdrive.c
  58. 2
      hw/ide/mmio.c
  59. 2
      hw/ide/pci.c
  60. 6
      hw/ide/piix.c
  61. 6
      hw/ide/qdev.c
  62. 4
      hw/ide/via.c
  63. 2
      hw/imx_ccm.c
  64. 2
      hw/imx_serial.c
  65. 2
      hw/integratorcp.c
  66. 2
      hw/intel-hda.c
  67. 2
      hw/isa-bus.c
  68. 2
      hw/ivshmem.c
  69. 2
      hw/kvm/apic.c
  70. 4
      hw/kvm/clock.c
  71. 4
      hw/kvm/i8254.c
  72. 2
      hw/kvm/i8259.c
  73. 2
      hw/kvm/ioapic.c
  74. 2
      hw/kvm/pci-assign.c
  75. 6
      hw/kvmvapic.c
  76. 2
      hw/kzm.c
  77. 2
      hw/lan9118.c
  78. 2
      hw/leon3.c
  79. 2
      hw/lm32_boards.c
  80. 2
      hw/lm32_sys.c
  81. 2
      hw/loader.c
  82. 2
      hw/lpc_ich9.c
  83. 2
      hw/lsi53c895a.c
  84. 2
      hw/m25p80.c
  85. 2
      hw/m48t59.c
  86. 2
      hw/mac_nvram.c
  87. 2
      hw/mainstone.c
  88. 2
      hw/mc146818rtc.c
  89. 2
      hw/mcf5206.c
  90. 2
      hw/mcf5208.c
  91. 2
      hw/megasas.c
  92. 2
      hw/microblaze_boot.c
  93. 4
      hw/milkymist-memcard.c
  94. 2
      hw/milkymist-sysctl.c
  95. 4
      hw/milkymist.c
  96. 4
      hw/mips_fulong2e.c
  97. 6
      hw/mips_jazz.c
  98. 6
      hw/mips_malta.c
  99. 2
      hw/mips_mipssim.c
  100. 4
      hw/mips_r4k.c

6
arch_init.c

@ -30,15 +30,15 @@
#endif
#include "config.h"
#include "monitor/monitor.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "qemu/bitops.h"
#include "qemu/bitmap.h"
#include "arch_init.h"
#include "sysemu/arch_init.h"
#include "audio/audio.h"
#include "hw/pc.h"
#include "hw/pci/pci.h"
#include "hw/audiodev.h"
#include "kvm.h"
#include "sysemu/kvm.h"
#include "migration/migration.h"
#include "exec/gdbstub.h"
#include "hw/smbios.h"

2
audio/audio.c

@ -25,7 +25,7 @@
#include "audio.h"
#include "monitor/monitor.h"
#include "qemu/timer.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#define AUDIO_CAP "audio"
#include "audio_int.h"

2
audio/winwaveaudio.c

@ -1,7 +1,7 @@
/* public domain */
#include "qemu-common.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "audio.h"
#define AUDIO_CAP "winwave"

4
balloon.c

@ -26,8 +26,8 @@
#include "monitor/monitor.h"
#include "exec/cpu-common.h"
#include "kvm.h"
#include "balloon.h"
#include "sysemu/kvm.h"
#include "sysemu/balloon.h"
#include "trace.h"
#include "qmp-commands.h"
#include "qapi/qmp/qjson.h"

2
block-migration.c

@ -20,7 +20,7 @@
#include "qemu/timer.h"
#include "migration/block.h"
#include "migration/migration.h"
#include "blockdev.h"
#include "sysemu/blockdev.h"
#include <assert.h>
#define BLOCK_SIZE (BDRV_SECTORS_PER_DIRTY_CHUNK << BDRV_SECTOR_BITS)

2
block.c

@ -29,7 +29,7 @@
#include "block/blockjob.h"
#include "qemu/module.h"
#include "qapi/qmp/qjson.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "qemu/notify.h"
#include "block/coroutine.h"
#include "qmp-commands.h"

2
block/vdi.c

@ -58,7 +58,7 @@
#include <uuid/uuid.h>
#else
/* TODO: move uuid emulation to some central place in QEMU. */
#include "sysemu.h" /* UUID_FMT */
#include "sysemu/sysemu.h" /* UUID_FMT */
typedef unsigned char uuid_t[16];
#endif

4
blockdev-nbd.c

@ -9,11 +9,11 @@
* later. See the COPYING file in the top-level directory.
*/
#include "blockdev.h"
#include "sysemu/blockdev.h"
#include "hw/block-common.h"
#include "monitor/monitor.h"
#include "qapi/qmp/qerror.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "qmp-commands.h"
#include "trace.h"
#include "block/nbd.h"

6
blockdev.c

@ -7,7 +7,7 @@
* later. See the COPYING file in the top-level directory.
*/
#include "blockdev.h"
#include "sysemu/blockdev.h"
#include "hw/block-common.h"
#include "block/blockjob.h"
#include "monitor/monitor.h"
@ -15,11 +15,11 @@
#include "qemu/option.h"
#include "qemu/config-file.h"
#include "qapi/qmp/types.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "block/block_int.h"
#include "qmp-commands.h"
#include "trace.h"
#include "arch_init.h"
#include "sysemu/arch_init.h"
static QTAILQ_HEAD(drivelist, DriveInfo) drives = QTAILQ_HEAD_INITIALIZER(drives);

2
cpu-exec.c

@ -21,7 +21,7 @@
#include "disas/disas.h"
#include "tcg.h"
#include "qemu/atomic.h"
#include "qtest.h"
#include "sysemu/qtest.h"
int tb_invalidated_flag;

10
cpus.c

@ -26,15 +26,15 @@
#include "config-host.h"
#include "monitor/monitor.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "exec/gdbstub.h"
#include "dma.h"
#include "kvm.h"
#include "sysemu/dma.h"
#include "sysemu/kvm.h"
#include "qmp-commands.h"
#include "qemu/thread.h"
#include "cpus.h"
#include "qtest.h"
#include "sysemu/cpus.h"
#include "sysemu/qtest.h"
#include "qemu/main-loop.h"
#include "qemu/bitmap.h"

2
device_tree.c

@ -20,7 +20,7 @@
#include "config.h"
#include "qemu-common.h"
#include "device_tree.h"
#include "sysemu/device_tree.h"
#include "hw/loader.h"
#include "qemu/option.h"
#include "qemu/config-file.h"

2
dma-helpers.c

@ -7,7 +7,7 @@
* (GNU GPL), version 2 or later.
*/
#include "dma.h"
#include "sysemu/dma.h"
#include "trace.h"
#include "qemu/range.h"
#include "qemu/thread.h"

2
dump-stub.c

@ -12,7 +12,7 @@
*/
#include "qemu-common.h"
#include "dump.h"
#include "sysemu/dump.h"
#include "qapi/qmp/qerror.h"
#include "qmp-commands.h"

8
dump.c

@ -17,10 +17,10 @@
#include "exec/cpu-all.h"
#include "exec/hwaddr.h"
#include "monitor/monitor.h"
#include "kvm.h"
#include "dump.h"
#include "sysemu.h"
#include "memory_mapping.h"
#include "sysemu/kvm.h"
#include "sysemu/dump.h"
#include "sysemu/sysemu.h"
#include "sysemu/memory_mapping.h"
#include "qapi/error.h"
#include "qmp-commands.h"
#include "exec/gdbstub.h"

6
exec.c

@ -30,17 +30,17 @@
#include "hw/hw.h"
#include "hw/qdev.h"
#include "qemu/osdep.h"
#include "kvm.h"
#include "sysemu/kvm.h"
#include "hw/xen.h"
#include "qemu/timer.h"
#include "qemu/config-file.h"
#include "exec/memory.h"
#include "dma.h"
#include "sysemu/dma.h"
#include "exec/address-spaces.h"
#if defined(CONFIG_USER_ONLY)
#include <qemu.h>
#else /* !CONFIG_USER_ONLY */
#include "xen-mapcache.h"
#include "sysemu/xen-mapcache.h"
#include "trace.h"
#endif

4
gdbstub.c

@ -31,7 +31,7 @@
#else
#include "monitor/monitor.h"
#include "qemu-char.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "exec/gdbstub.h"
#endif
@ -39,7 +39,7 @@
#include "cpu.h"
#include "qemu/sockets.h"
#include "kvm.h"
#include "sysemu/kvm.h"
#ifndef TARGET_CPU_MEMORY_RW_DEBUG
static inline int target_memory_rw_debug(CPUArchState *env, target_ulong addr,

2
hw/ac97.c

@ -21,7 +21,7 @@
#include "audiodev.h"
#include "audio/audio.h"
#include "pci/pci.h"
#include "dma.h"
#include "sysemu/dma.h"
enum {
AC97_Reset = 0x00,

2
hw/acpi.c

@ -18,7 +18,7 @@
* Contributions after 2012-01-13 are licensed under the terms of the
* GNU GPL, version 2 or (at your option) any later version.
*/
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "hw.h"
#include "pc.h"
#include "acpi.h"

4
hw/acpi_ich9.c

@ -27,9 +27,9 @@
#include "pc.h"
#include "pci/pci.h"
#include "qemu/timer.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "acpi.h"
#include "kvm.h"
#include "sysemu/kvm.h"
#include "exec/address-spaces.h"
#include "ich9.h"

2
hw/acpi_piix4.c

@ -24,7 +24,7 @@
#include "pm_smbus.h"
#include "pci/pci.h"
#include "acpi.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "qemu/range.h"
#include "exec/ioport.h"
#include "fw_cfg.h"

2
hw/alpha_dp264.c

@ -11,7 +11,7 @@
#include "loader.h"
#include "boards.h"
#include "alpha_sys.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "mc146818rtc.h"
#include "ide.h"
#include "i8254.h"

2
hw/alpha_pci.c

@ -9,7 +9,7 @@
#include "config.h"
#include "alpha_sys.h"
#include "qemu/log.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
/* PCI IO reads/writes, to byte-word addressable memory. */

2
hw/alpha_typhoon.c

@ -10,7 +10,7 @@
#include "exec/exec-all.h"
#include "hw.h"
#include "devices.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "alpha_sys.h"
#include "exec/address-spaces.h"

2
hw/apb_pci.c

@ -32,7 +32,7 @@
#include "pci/pci_bridge.h"
#include "pci/pci_bus.h"
#include "apb_pci.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "exec/address-spaces.h"
/* debug APB */

2
hw/apic_common.c

@ -20,7 +20,7 @@
#include "apic.h"
#include "apic_internal.h"
#include "trace.h"
#include "kvm.h"
#include "sysemu/kvm.h"
static int apic_irq_delivered;
bool apic_report_tpr_access;

4
hw/arm_boot.c

@ -10,11 +10,11 @@
#include "config.h"
#include "hw.h"
#include "arm-misc.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "boards.h"
#include "loader.h"
#include "elf.h"
#include "device_tree.h"
#include "sysemu/device_tree.h"
#include "qemu/config-file.h"
#define KERNEL_ARGS_ADDR 0x100

2
hw/arm_sysctl.c

@ -11,7 +11,7 @@
#include "qemu/timer.h"
#include "sysbus.h"
#include "primecell.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#define LOCK_VALUE 0xa05f

2
hw/axis_dev88.c

@ -30,7 +30,7 @@
#include "loader.h"
#include "elf.h"
#include "cris-boot.h"
#include "blockdev.h"
#include "sysemu/blockdev.h"
#include "exec/address-spaces.h"
#define D(x)

2
hw/block-common.c

@ -7,7 +7,7 @@
* later. See the COPYING file in the top-level directory.
*/
#include "blockdev.h"
#include "sysemu/blockdev.h"
#include "hw/block-common.h"
#include "qemu/error-report.h"

2
hw/boards.h

@ -3,7 +3,7 @@
#ifndef HW_BOARDS_H
#define HW_BOARDS_H
#include "blockdev.h"
#include "sysemu/blockdev.h"
#include "qdev.h"
typedef struct QEMUMachineInitArgs {

2
hw/bonito.c

@ -44,7 +44,7 @@
#include "pc.h"
#include "mips.h"
#include "pci/pci_host.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "exec/address-spaces.h"
//#define DEBUG_BONITO

2
hw/cbus.c

@ -23,7 +23,7 @@
#include "qemu-common.h"
#include "irq.h"
#include "devices.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
//#define DEBUG

2
hw/collie.c

@ -15,7 +15,7 @@
#include "strongarm.h"
#include "arm-misc.h"
#include "flash.h"
#include "blockdev.h"
#include "sysemu/blockdev.h"
#include "exec/address-spaces.h"
static struct arm_boot_info collie_binfo = {

2
hw/cuda.c

@ -26,7 +26,7 @@
#include "ppc_mac.h"
#include "adb.h"
#include "qemu/timer.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
/* XXX: implement all timer modes */

4
hw/device-hotplug.c

@ -24,9 +24,9 @@
#include "hw.h"
#include "boards.h"
#include "blockdev.h"
#include "sysemu/blockdev.h"
#include "qemu/config-file.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "monitor/monitor.h"
DriveInfo *add_init_drive(const char *optstr)

4
hw/e1000.c

@ -30,8 +30,8 @@
#include "net/net.h"
#include "net/checksum.h"
#include "loader.h"
#include "sysemu.h"
#include "dma.h"
#include "sysemu/sysemu.h"
#include "sysemu/dma.h"
#include "e1000_hw.h"

4
hw/eepro100.c

@ -45,8 +45,8 @@
#include "pci/pci.h"
#include "net/net.h"
#include "eeprom93xx.h"
#include "sysemu.h"
#include "dma.h"
#include "sysemu/sysemu.h"
#include "sysemu/dma.h"
/* QEMU sends frames smaller than 60 bytes to ethernet nics.
* Such frames are rejected by real nics and their emulations.

2
hw/es1370.c

@ -30,7 +30,7 @@
#include "audiodev.h"
#include "audio/audio.h"
#include "pci/pci.h"
#include "dma.h"
#include "sysemu/dma.h"
/* Missing stuff:
SCTRL_P[12](END|ST)INC

2
hw/etraxfs_dma.c

@ -26,7 +26,7 @@
#include "hw.h"
#include "exec/address-spaces.h"
#include "qemu-common.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "etraxfs_dma.h"

2
hw/etraxfs_timer.c

@ -22,7 +22,7 @@
* THE SOFTWARE.
*/
#include "sysbus.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "qemu/timer.h"
#include "ptimer.h"

2
hw/exynos4210.c

@ -22,7 +22,7 @@
*/
#include "boards.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "sysbus.h"
#include "arm-misc.h"
#include "loader.h"

2
hw/exynos4210_rtc.c

@ -32,7 +32,7 @@
#include "hw.h"
#include "qemu/timer.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "exynos4210.h"

2
hw/exynos4210_uart.c

@ -20,7 +20,7 @@
*/
#include "sysbus.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "qemu-char.h"
#include "exynos4210.h"

2
hw/exynos4_boards.c

@ -21,7 +21,7 @@
*
*/
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "sysbus.h"
#include "net/net.h"
#include "arm-misc.h"

4
hw/fdc.c

@ -34,8 +34,8 @@
#include "isa.h"
#include "sysbus.h"
#include "qdev-addr.h"
#include "blockdev.h"
#include "sysemu.h"
#include "sysemu/blockdev.h"
#include "sysemu/sysemu.h"
#include "qemu/log.h"
/********************************************************/

2
hw/fw_cfg.c

@ -22,7 +22,7 @@
* THE SOFTWARE.
*/
#include "hw.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "isa.h"
#include "fw_cfg.h"
#include "sysbus.h"

2
hw/gumstix.c

@ -40,7 +40,7 @@
#include "flash.h"
#include "devices.h"
#include "boards.h"
#include "blockdev.h"
#include "sysemu/blockdev.h"
#include "exec/address-spaces.h"
static const int sector_len = 128 * 1024;

4
hw/highbank.c

@ -22,10 +22,10 @@
#include "devices.h"
#include "loader.h"
#include "net/net.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "boards.h"
#include "sysbus.h"
#include "blockdev.h"
#include "sysemu/blockdev.h"
#include "exec/address-spaces.h"
#define SMP_BOOT_ADDR 0x100

2
hw/ide/ahci.c

@ -28,7 +28,7 @@
#include <hw/sysbus.h>
#include "monitor/monitor.h"
#include "dma.h"
#include "sysemu/dma.h"
#include "exec/cpu-common.h"
#include "internal.h"
#include <hw/ide/pci.h>

4
hw/ide/cmd646.c

@ -27,8 +27,8 @@
#include <hw/pci/pci.h>
#include <hw/isa.h>
#include "block/block.h"
#include "sysemu.h"
#include "dma.h"
#include "sysemu/sysemu.h"
#include "sysemu/dma.h"
#include <hw/ide/pci.h>

6
hw/ide/core.c

@ -28,10 +28,10 @@
#include <hw/isa.h>
#include "qemu/error-report.h"
#include "qemu/timer.h"
#include "sysemu.h"
#include "dma.h"
#include "sysemu/sysemu.h"
#include "sysemu/dma.h"
#include "hw/block-common.h"
#include "blockdev.h"
#include "sysemu/blockdev.h"
#include <hw/ide/internal.h>

2
hw/ide/ich.c

@ -66,7 +66,7 @@
#include <hw/pci/pci.h>
#include <hw/isa.h>
#include "block/block.h"
#include "dma.h"
#include "sysemu/dma.h"
#include <hw/ide/pci.h>
#include <hw/ide/ahci.h>

4
hw/ide/internal.h

@ -9,8 +9,8 @@
#include <hw/ide.h>
#include <hw/isa.h>
#include "exec/iorange.h"
#include "dma.h"
#include "sysemu.h"
#include "sysemu/dma.h"
#include "sysemu/sysemu.h"
#include "hw/block-common.h"
#include "hw/scsi-defs.h"

2
hw/ide/isa.c

@ -26,7 +26,7 @@
#include <hw/pc.h>
#include <hw/isa.h>
#include "block/block.h"
#include "dma.h"
#include "sysemu/dma.h"
#include <hw/ide/internal.h>

2
hw/ide/macio.c

@ -26,7 +26,7 @@
#include <hw/ppc_mac.h>
#include <hw/mac_dbdma.h>
#include "block/block.h"
#include "dma.h"
#include "sysemu/dma.h"
#include <hw/ide/internal.h>

2
hw/ide/microdrive.c

@ -26,7 +26,7 @@
#include <hw/pc.h>
#include <hw/pcmcia.h>
#include "block/block.h"
#include "dma.h"
#include "sysemu/dma.h"
#include <hw/ide/internal.h>

2
hw/ide/mmio.c

@ -24,7 +24,7 @@
*/
#include <hw/hw.h>
#include "block/block.h"
#include "dma.h"
#include "sysemu/dma.h"
#include <hw/ide/internal.h>

2
hw/ide/pci.c

@ -27,7 +27,7 @@
#include <hw/pci/pci.h>
#include <hw/isa.h>
#include "block/block.h"
#include "dma.h"
#include "sysemu/dma.h"
#include <hw/ide/pci.h>

6
hw/ide/piix.c

@ -27,9 +27,9 @@
#include <hw/pc.h>
#include <hw/pci/pci.h>
#include <hw/isa.h>
#include "blockdev.h"
#include "sysemu.h"
#include "dma.h"
#include "sysemu/blockdev.h"
#include "sysemu/sysemu.h"
#include "sysemu/dma.h"
#include <hw/ide/pci.h>

6
hw/ide/qdev.c

@ -17,12 +17,12 @@
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#include <hw/hw.h>
#include "dma.h"
#include "sysemu/dma.h"
#include "qemu/error-report.h"
#include <hw/ide/internal.h>
#include "blockdev.h"
#include "sysemu/blockdev.h"
#include "hw/block-common.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
/* --------------------------------- */

4
hw/ide/via.c

@ -28,8 +28,8 @@
#include <hw/pci/pci.h>
#include <hw/isa.h>
#include "block/block.h"
#include "sysemu.h"
#include "dma.h"
#include "sysemu/sysemu.h"
#include "sysemu/dma.h"
#include <hw/ide/pci.h>

2
hw/imx_ccm.c

@ -12,7 +12,7 @@
#include "hw.h"
#include "sysbus.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "imx.h"
#define CKIH_FREQ 26000000 /* 26MHz crystal input */

2
hw/imx_serial.c

@ -19,7 +19,7 @@
#include "hw.h"
#include "sysbus.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "qemu-char.h"
#include "imx.h"

2
hw/integratorcp.c

@ -13,7 +13,7 @@
#include "arm-misc.h"
#include "net/net.h"
#include "exec/address-spaces.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
typedef struct {
SysBusDevice busdev;

2
hw/intel-hda.c

@ -24,7 +24,7 @@
#include "audiodev.h"
#include "intel-hda.h"
#include "intel-hda-defs.h"
#include "dma.h"
#include "sysemu/dma.h"
/* --------------------------------------------------------------------- */
/* hda bus */

2
hw/isa-bus.c

@ -19,7 +19,7 @@
#include "hw.h"
#include "monitor/monitor.h"
#include "sysbus.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "isa.h"
#include "exec/address-spaces.h"

2
hw/ivshmem.c

@ -20,7 +20,7 @@
#include "pc.h"
#include "pci/pci.h"
#include "pci/msix.h"
#include "kvm.h"
#include "sysemu/kvm.h"
#include "migration/migration.h"
#include "qapi/qmp/qerror.h"
#include "qemu/event_notifier.h"

2
hw/kvm/apic.c

@ -11,7 +11,7 @@
*/
#include "hw/apic_internal.h"
#include "hw/pci/msi.h"
#include "kvm.h"
#include "sysemu/kvm.h"
static inline void kvm_apic_set_reg(struct kvm_lapic_state *kapic,
int reg_id, uint32_t val)

4
hw/kvm/clock.c

@ -14,8 +14,8 @@
*/
#include "qemu-common.h"
#include "sysemu.h"
#include "kvm.h"
#include "sysemu/sysemu.h"
#include "sysemu/kvm.h"
#include "hw/sysbus.h"
#include "hw/kvm/clock.h"

4
hw/kvm/i8254.c

@ -23,10 +23,10 @@
* THE SOFTWARE.
*/
#include "qemu/timer.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "hw/i8254.h"
#include "hw/i8254_internal.h"
#include "kvm.h"
#include "sysemu/kvm.h"
#define KVM_PIT_REINJECT_BIT 0

2
hw/kvm/i8259.c

@ -11,7 +11,7 @@
*/
#include "hw/i8259_internal.h"
#include "hw/apic_internal.h"
#include "kvm.h"
#include "sysemu/kvm.h"
static void kvm_pic_get(PICCommonState *s)
{

2
hw/kvm/ioapic.c

@ -13,7 +13,7 @@
#include "hw/pc.h"
#include "hw/ioapic_internal.h"
#include "hw/apic_internal.h"
#include "kvm.h"
#include "sysemu/kvm.h"
/* PC Utility function */
void kvm_pc_setup_irq_routing(bool pci_enabled)

2
hw/kvm/pci-assign.c

@ -33,7 +33,7 @@
#include "hw/loader.h"
#include "monitor/monitor.h"
#include "qemu/range.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "hw/pci/pci.h"
#include "hw/pci/msi.h"
#include "kvm_i386.h"

6
hw/kvmvapic.c

@ -8,9 +8,9 @@
* (at your option) any later version. See the COPYING file in the
* top-level directory.
*/
#include "sysemu.h"
#include "cpus.h"
#include "kvm.h"
#include "sysemu/sysemu.h"
#include "sysemu/cpus.h"
#include "sysemu/kvm.h"
#include "apic_internal.h"
#define APIC_DEFAULT_ADDRESS 0xfee00000

2
hw/kzm.c

@ -19,7 +19,7 @@
#include "arm-misc.h"
#include "devices.h"
#include "net/net.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "boards.h"
#include "serial.h"
#include "imx.h"

2
hw/lan9118.c

@ -13,7 +13,7 @@
#include "sysbus.h"
#include "net/net.h"
#include "devices.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "ptimer.h"
/* For crc32 */
#include <zlib.h>

2
hw/leon3.c

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

2
hw/lm32_boards.c

@ -23,7 +23,7 @@
#include "devices.h"
#include "boards.h"
#include "loader.h"
#include "blockdev.h"
#include "sysemu/blockdev.h"
#include "elf.h"
#include "lm32_hwsetup.h"
#include "lm32.h"

2
hw/lm32_sys.c

@ -33,7 +33,7 @@
#include "trace.h"
#include "qemu/log.h"
#include "qemu/error-report.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "qemu/log.h"
enum {

2
hw/loader.c

@ -45,7 +45,7 @@
#include "hw.h"
#include "disas/disas.h"
#include "monitor/monitor.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "uboot_image.h"
#include "loader.h"
#include "fw_cfg.h"

2
hw/lpc_ich9.c

@ -44,7 +44,7 @@
#include "pam.h"
#include "pci/pci_bus.h"
#include "exec/address-spaces.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
static int ich9_lpc_sci_irq(ICH9LPCState *lpc);

2
hw/lsi53c895a.c

@ -15,7 +15,7 @@
#include "hw.h"
#include "pci/pci.h"
#include "scsi.h"
#include "dma.h"
#include "sysemu/dma.h"
//#define DEBUG_LSI
//#define DEBUG_LSI_REG

2
hw/m25p80.c

@ -22,7 +22,7 @@
*/
#include "hw.h"
#include "blockdev.h"
#include "sysemu/blockdev.h"
#include "ssi.h"
#include "devices.h"

2
hw/m48t59.c

@ -24,7 +24,7 @@
#include "hw.h"
#include "nvram.h"
#include "qemu/timer.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "sysbus.h"
#include "isa.h"
#include "exec/address-spaces.h"

2
hw/mac_nvram.c

@ -24,7 +24,7 @@
*/
#include "hw.h"
#include "firmware_abi.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "ppc_mac.h"
/* debug NVR */

2
hw/mainstone.c

@ -18,7 +18,7 @@
#include "devices.h"
#include "boards.h"
#include "flash.h"
#include "blockdev.h"
#include "sysemu/blockdev.h"
#include "sysbus.h"
#include "exec/address-spaces.h"

2
hw/mc146818rtc.c

@ -23,7 +23,7 @@
*/
#include "hw.h"
#include "qemu/timer.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "mc146818rtc.h"
#include "qapi/visitor.h"

2
hw/mcf5206.c

@ -9,7 +9,7 @@
#include "mcf.h"
#include "qemu/timer.h"
#include "ptimer.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "exec/address-spaces.h"
/* General purpose timer module. */

2
hw/mcf5208.c

@ -9,7 +9,7 @@
#include "mcf.h"
#include "qemu/timer.h"
#include "ptimer.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "net/net.h"
#include "boards.h"
#include "loader.h"

2
hw/megasas.c

@ -20,7 +20,7 @@
#include "hw.h"
#include "pci/pci.h"
#include "dma.h"
#include "sysemu/dma.h"
#include "pci/msix.h"
#include "qemu/iov.h"
#include "scsi.h"

2
hw/microblaze_boot.c

@ -27,7 +27,7 @@
#include "qemu/option.h"
#include "qemu/config-file.h"
#include "qemu-common.h"
#include "device_tree.h"
#include "sysemu/device_tree.h"
#include "loader.h"
#include "elf.h"

4
hw/milkymist-memcard.c

@ -23,10 +23,10 @@
#include "hw.h"
#include "sysbus.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "trace.h"
#include "qemu/error-report.h"
#include "blockdev.h"
#include "sysemu/blockdev.h"
#include "sd.h"
enum {

2
hw/milkymist-sysctl.c

@ -23,7 +23,7 @@
#include "hw.h"
#include "sysbus.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "trace.h"
#include "qemu/timer.h"
#include "ptimer.h"

4
hw/milkymist.c

@ -20,12 +20,12 @@
#include "sysbus.h"
#include "hw.h"
#include "flash.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "devices.h"
#include "boards.h"
#include "loader.h"
#include "elf.h"
#include "blockdev.h"
#include "sysemu/blockdev.h"
#include "milkymist-hw.h"
#include "lm32.h"
#include "exec/address-spaces.h"

4
hw/mips_fulong2e.c

@ -31,7 +31,7 @@
#include "mips_cpudevs.h"
#include "pci/pci.h"
#include "qemu-char.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "audio/audio.h"
#include "qemu/log.h"
#include "loader.h"
@ -41,7 +41,7 @@
#include "vt82c686.h"
#include "mc146818rtc.h"
#include "i8254.h"
#include "blockdev.h"
#include "sysemu/blockdev.h"
#include "exec/address-spaces.h"
#define DEBUG_FULONG2E_INIT

6
hw/mips_jazz.c

@ -29,8 +29,8 @@
#include "serial.h"
#include "isa.h"
#include "fdc.h"
#include "sysemu.h"
#include "arch_init.h"
#include "sysemu/sysemu.h"
#include "sysemu/arch_init.h"
#include "boards.h"
#include "net/net.h"
#include "esp.h"
@ -39,7 +39,7 @@
#include "mc146818rtc.h"
#include "i8254.h"
#include "pcspk.h"
#include "blockdev.h"
#include "sysemu/blockdev.h"
#include "sysbus.h"
#include "exec/address-spaces.h"

6
hw/mips_malta.c

@ -35,8 +35,8 @@
#include "mips_cpudevs.h"
#include "pci/pci.h"
#include "qemu-char.h"
#include "sysemu.h"
#include "arch_init.h"
#include "sysemu/sysemu.h"
#include "sysemu/arch_init.h"
#include "boards.h"
#include "qemu/log.h"
#include "mips-bios.h"
@ -45,7 +45,7 @@
#include "elf.h"
#include "mc146818rtc.h"
#include "i8254.h"
#include "blockdev.h"
#include "sysemu/blockdev.h"
#include "exec/address-spaces.h"
#include "sysbus.h" /* SysBusDevice */

2
hw/mips_mipssim.c

@ -30,7 +30,7 @@
#include "serial.h"
#include "isa.h"
#include "net/net.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "boards.h"
#include "mips-bios.h"
#include "loader.h"

4
hw/mips_r4k.c

@ -14,7 +14,7 @@
#include "serial.h"
#include "isa.h"
#include "net/net.h"
#include "sysemu.h"
#include "sysemu/sysemu.h"
#include "boards.h"
#include "flash.h"
#include "qemu/log.h"
@ -24,7 +24,7 @@
#include "elf.h"
#include "mc146818rtc.h"
#include "i8254.h"
#include "blockdev.h"
#include "sysemu/blockdev.h"
#include "exec/address-spaces.h"
#define MAX_IDE_BUS 2

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save