Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
qemu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Xing Lin
qemu
Commits
9c17d615
Commit
9c17d615
authored
Dec 17, 2012
by
Paolo Bonzini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
softmmu: move include files to include/sysemu/
Signed-off-by:
Paolo Bonzini
<
pbonzini@redhat.com
>
parent
1de7afc9
Changes
296
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
296 changed files
with
421 additions
and
421 deletions
+421
-421
arch_init.c
arch_init.c
+3
-3
audio/audio.c
audio/audio.c
+1
-1
audio/winwaveaudio.c
audio/winwaveaudio.c
+1
-1
balloon.c
balloon.c
+2
-2
block-migration.c
block-migration.c
+1
-1
block.c
block.c
+1
-1
block/vdi.c
block/vdi.c
+1
-1
blockdev-nbd.c
blockdev-nbd.c
+2
-2
blockdev.c
blockdev.c
+3
-3
cpu-exec.c
cpu-exec.c
+1
-1
cpus.c
cpus.c
+5
-5
device_tree.c
device_tree.c
+1
-1
dma-helpers.c
dma-helpers.c
+1
-1
dump-stub.c
dump-stub.c
+1
-1
dump.c
dump.c
+4
-4
exec.c
exec.c
+3
-3
gdbstub.c
gdbstub.c
+2
-2
hw/ac97.c
hw/ac97.c
+1
-1
hw/acpi.c
hw/acpi.c
+1
-1
hw/acpi_ich9.c
hw/acpi_ich9.c
+2
-2
hw/acpi_piix4.c
hw/acpi_piix4.c
+1
-1
hw/alpha_dp264.c
hw/alpha_dp264.c
+1
-1
hw/alpha_pci.c
hw/alpha_pci.c
+1
-1
hw/alpha_typhoon.c
hw/alpha_typhoon.c
+1
-1
hw/apb_pci.c
hw/apb_pci.c
+1
-1
hw/apic_common.c
hw/apic_common.c
+1
-1
hw/arm_boot.c
hw/arm_boot.c
+2
-2
hw/arm_sysctl.c
hw/arm_sysctl.c
+1
-1
hw/axis_dev88.c
hw/axis_dev88.c
+1
-1
hw/block-common.c
hw/block-common.c
+1
-1
hw/boards.h
hw/boards.h
+1
-1
hw/bonito.c
hw/bonito.c
+1
-1
hw/cbus.c
hw/cbus.c
+1
-1
hw/collie.c
hw/collie.c
+1
-1
hw/cuda.c
hw/cuda.c
+1
-1
hw/device-hotplug.c
hw/device-hotplug.c
+2
-2
hw/e1000.c
hw/e1000.c
+2
-2
hw/eepro100.c
hw/eepro100.c
+2
-2
hw/es1370.c
hw/es1370.c
+1
-1
hw/etraxfs_dma.c
hw/etraxfs_dma.c
+1
-1
hw/etraxfs_timer.c
hw/etraxfs_timer.c
+1
-1
hw/exynos4210.c
hw/exynos4210.c
+1
-1
hw/exynos4210_rtc.c
hw/exynos4210_rtc.c
+1
-1
hw/exynos4210_uart.c
hw/exynos4210_uart.c
+1
-1
hw/exynos4_boards.c
hw/exynos4_boards.c
+1
-1
hw/fdc.c
hw/fdc.c
+2
-2
hw/fw_cfg.c
hw/fw_cfg.c
+1
-1
hw/gumstix.c
hw/gumstix.c
+1
-1
hw/highbank.c
hw/highbank.c
+2
-2
hw/ide/ahci.c
hw/ide/ahci.c
+1
-1
hw/ide/cmd646.c
hw/ide/cmd646.c
+2
-2
hw/ide/core.c
hw/ide/core.c
+3
-3
hw/ide/ich.c
hw/ide/ich.c
+1
-1
hw/ide/internal.h
hw/ide/internal.h
+2
-2
hw/ide/isa.c
hw/ide/isa.c
+1
-1
hw/ide/macio.c
hw/ide/macio.c
+1
-1
hw/ide/microdrive.c
hw/ide/microdrive.c
+1
-1
hw/ide/mmio.c
hw/ide/mmio.c
+1
-1
hw/ide/pci.c
hw/ide/pci.c
+1
-1
hw/ide/piix.c
hw/ide/piix.c
+3
-3
hw/ide/qdev.c
hw/ide/qdev.c
+3
-3
hw/ide/via.c
hw/ide/via.c
+2
-2
hw/imx_ccm.c
hw/imx_ccm.c
+1
-1
hw/imx_serial.c
hw/imx_serial.c
+1
-1
hw/integratorcp.c
hw/integratorcp.c
+1
-1
hw/intel-hda.c
hw/intel-hda.c
+1
-1
hw/isa-bus.c
hw/isa-bus.c
+1
-1
hw/ivshmem.c
hw/ivshmem.c
+1
-1
hw/kvm/apic.c
hw/kvm/apic.c
+1
-1
hw/kvm/clock.c
hw/kvm/clock.c
+2
-2
hw/kvm/i8254.c
hw/kvm/i8254.c
+2
-2
hw/kvm/i8259.c
hw/kvm/i8259.c
+1
-1
hw/kvm/ioapic.c
hw/kvm/ioapic.c
+1
-1
hw/kvm/pci-assign.c
hw/kvm/pci-assign.c
+1
-1
hw/kvmvapic.c
hw/kvmvapic.c
+3
-3
hw/kzm.c
hw/kzm.c
+1
-1
hw/lan9118.c
hw/lan9118.c
+1
-1
hw/leon3.c
hw/leon3.c
+1
-1
hw/lm32_boards.c
hw/lm32_boards.c
+1
-1
hw/lm32_sys.c
hw/lm32_sys.c
+1
-1
hw/loader.c
hw/loader.c
+1
-1
hw/lpc_ich9.c
hw/lpc_ich9.c
+1
-1
hw/lsi53c895a.c
hw/lsi53c895a.c
+1
-1
hw/m25p80.c
hw/m25p80.c
+1
-1
hw/m48t59.c
hw/m48t59.c
+1
-1
hw/mac_nvram.c
hw/mac_nvram.c
+1
-1
hw/mainstone.c
hw/mainstone.c
+1
-1
hw/mc146818rtc.c
hw/mc146818rtc.c
+1
-1
hw/mcf5206.c
hw/mcf5206.c
+1
-1
hw/mcf5208.c
hw/mcf5208.c
+1
-1
hw/megasas.c
hw/megasas.c
+1
-1
hw/microblaze_boot.c
hw/microblaze_boot.c
+1
-1
hw/milkymist-memcard.c
hw/milkymist-memcard.c
+2
-2
hw/milkymist-sysctl.c
hw/milkymist-sysctl.c
+1
-1
hw/milkymist.c
hw/milkymist.c
+2
-2
hw/mips_fulong2e.c
hw/mips_fulong2e.c
+2
-2
hw/mips_jazz.c
hw/mips_jazz.c
+3
-3
hw/mips_malta.c
hw/mips_malta.c
+3
-3
hw/mips_mipssim.c
hw/mips_mipssim.c
+1
-1
hw/mips_r4k.c
hw/mips_r4k.c
+2
-2
hw/mpc8544_guts.c
hw/mpc8544_guts.c
+1
-1
hw/multiboot.c
hw/multiboot.c
+1
-1
hw/musicpal.c
hw/musicpal.c
+2
-2
hw/nand.c
hw/nand.c
+1
-1
hw/ne2000.c
hw/ne2000.c
+1
-1
hw/nseries.c
hw/nseries.c
+2
-2
hw/omap1.c
hw/omap1.c
+2
-2
hw/omap2.c
hw/omap2.c
+2
-2
hw/omap_sx1.c
hw/omap_sx1.c
+1
-1
hw/onenand.c
hw/onenand.c
+1
-1
hw/opencores_eth.c
hw/opencores_eth.c
+1
-1
hw/openrisc_sim.c
hw/openrisc_sim.c
+2
-2
hw/palm.c
hw/palm.c
+1
-1
hw/pam.c
hw/pam.c
+1
-1
hw/parallel.c
hw/parallel.c
+1
-1
hw/pc.c
hw/pc.c
+4
-4
hw/pc_piix.c
hw/pc_piix.c
+4
-4
hw/pc_q35.c
hw/pc_q35.c
+2
-2
hw/pc_sysfw.c
hw/pc_sysfw.c
+3
-3
hw/pci/pci-hotplug.c
hw/pci/pci-hotplug.c
+1
-1
hw/pci/pci-stub.c
hw/pci/pci-stub.c
+1
-1
hw/pci/pci.c
hw/pci/pci.c
+1
-1
hw/pci/pci.h
hw/pci/pci.h
+1
-1
hw/pci/pcie_aer.c
hw/pci/pcie_aer.c
+1
-1
hw/pckbd.c
hw/pckbd.c
+1
-1
hw/pcnet-pci.c
hw/pcnet-pci.c
+1
-1
hw/pcnet.c
hw/pcnet.c
+1
-1
hw/petalogix_ml605_mmu.c
hw/petalogix_ml605_mmu.c
+2
-2
hw/petalogix_s3adsp1800_mmu.c
hw/petalogix_s3adsp1800_mmu.c
+2
-2
hw/pl031.c
hw/pl031.c
+1
-1
hw/pl181.c
hw/pl181.c
+1
-1
hw/ppc.c
hw/ppc.c
+2
-2
hw/ppc/e500.c
hw/ppc/e500.c
+3
-3
hw/ppc/e500plat.c
hw/ppc/e500plat.c
+2
-2
hw/ppc/mpc8544ds.c
hw/ppc/mpc8544ds.c
+1
-1
hw/ppc405_boards.c
hw/ppc405_boards.c
+2
-2
hw/ppc405_uc.c
hw/ppc405_uc.c
+1
-1
hw/ppc440_bamboo.c
hw/ppc440_bamboo.c
+3
-3
hw/ppc_booke.c
hw/ppc_booke.c
+1
-1
hw/ppc_newworld.c
hw/ppc_newworld.c
+3
-3
hw/ppc_oldworld.c
hw/ppc_oldworld.c
+3
-3
hw/ppc_prep.c
hw/ppc_prep.c
+3
-3
hw/ppce500_spin.c
hw/ppce500_spin.c
+2
-2
hw/ps2.c
hw/ps2.c
+1
-1
hw/pxa2xx.c
hw/pxa2xx.c
+2
-2
hw/pxa2xx_lcd.c
hw/pxa2xx_lcd.c
+1
-1
hw/pxa2xx_timer.c
hw/pxa2xx_timer.c
+1
-1
hw/qdev-monitor.c
hw/qdev-monitor.c
+1
-1
hw/qdev-properties.c
hw/qdev-properties.c
+1
-1
hw/qdev.c
hw/qdev.c
+1
-1
hw/qxl.c
hw/qxl.c
+1
-1
hw/r2d.c
hw/r2d.c
+2
-2
hw/realview.c
hw/realview.c
+2
-2
hw/rtl8139.c
hw/rtl8139.c
+2
-2
hw/s390-virtio-bus.c
hw/s390-virtio-bus.c
+2
-2
hw/s390-virtio.c
hw/s390-virtio.c
+3
-3
hw/s390x/event-facility.c
hw/s390x/event-facility.c
+1
-1
hw/s390x/sclp.c
hw/s390x/sclp.c
+1
-1
hw/s390x/sclpquiesce.c
hw/s390x/sclpquiesce.c
+1
-1
hw/scsi-bus.c
hw/scsi-bus.c
+2
-2
hw/scsi-disk.c
hw/scsi-disk.c
+3
-3
hw/scsi-generic.c
hw/scsi-generic.c
+1
-1
hw/scsi.h
hw/scsi.h
+1
-1
hw/serial.h
hw/serial.h
+1
-1
hw/sga.c
hw/sga.c
+1
-1
hw/sh7750.c
hw/sh7750.c
+1
-1
hw/shix.c
hw/shix.c
+1
-1
hw/slavio_misc.c
hw/slavio_misc.c
+1
-1
hw/smbios.c
hw/smbios.c
+1
-1
hw/smbus_ich9.c
hw/smbus_ich9.c
+1
-1
hw/spapr.c
hw/spapr.c
+5
-5
hw/spapr.h
hw/spapr.h
+1
-1
hw/spapr_events.c
hw/spapr_events.c
+2
-2
hw/spapr_hcall.c
hw/spapr_hcall.c
+2
-2
hw/spapr_iommu.c
hw/spapr_iommu.c
+2
-2
hw/spapr_nvram.c
hw/spapr_nvram.c
+1
-1
hw/spapr_rtas.c
hw/spapr_rtas.c
+2
-2
hw/spapr_vio.c
hw/spapr_vio.c
+3
-3
hw/spapr_vio.h
hw/spapr_vio.h
+1
-1
hw/spitz.c
hw/spitz.c
+2
-2
hw/ssi-sd.c
hw/ssi-sd.c
+1
-1
hw/strongarm.c
hw/strongarm.c
+1
-1
hw/sun4m.c
hw/sun4m.c
+2
-2
hw/sun4u.c
hw/sun4u.c
+2
-2
hw/tc6393xb.c
hw/tc6393xb.c
+1
-1
hw/tosa.c
hw/tosa.c
+1
-1
hw/twl92230.c
hw/twl92230.c
+1
-1
hw/usb/bus.c
hw/usb/bus.c
+1
-1
hw/usb/dev-network.c
hw/usb/dev-network.c
+1
-1
hw/usb/dev-storage.c
hw/usb/dev-storage.c
+2
-2
hw/usb/hcd-ehci.h
hw/usb/hcd-ehci.h
+2
-2
hw/usb/hcd-uhci.c
hw/usb/hcd-uhci.c
+1
-1
hw/usb/host-linux.c
hw/usb/host-linux.c
+1
-1
hw/usb/libhw.c
hw/usb/libhw.c
+1
-1
hw/usb/redirect.c
hw/usb/redirect.c
+1
-1
hw/versatilepb.c
hw/versatilepb.c
+2
-2
hw/vexpress.c
hw/vexpress.c
+2
-2
hw/vfio_pci.c
hw/vfio_pci.c
+1
-1
hw/virtex_ml507.c
hw/virtex_ml507.c
+3
-3
hw/virtio-balloon.c
hw/virtio-balloon.c
+2
-2
hw/virtio-blk.c
hw/virtio-blk.c
+1
-1
hw/virtio-pci.c
hw/virtio-pci.c
+2
-2
hw/virtio.h
hw/virtio.h
+1
-1
hw/vmport.c
hw/vmport.c
+1
-1
hw/vt82c686.c
hw/vt82c686.c
+1
-1
hw/watchdog.c
hw/watchdog.c
+1
-1
hw/xen_backend.h
hw/xen_backend.h
+1
-1
hw/xen_devconfig.c
hw/xen_devconfig.c
+1
-1
hw/xen_disk.c
hw/xen_disk.c
+1
-1
hw/xen_machine_pv.c
hw/xen_machine_pv.c
+1
-1
hw/xilinx_spi.c
hw/xilinx_spi.c
+1
-1
hw/xilinx_spips.c
hw/xilinx_spips.c
+1
-1
hw/xilinx_zynq.c
hw/xilinx_zynq.c
+2
-2
hw/xtensa_lx60.c
hw/xtensa_lx60.c
+2
-2
hw/xtensa_sim.c
hw/xtensa_sim.c
+1
-1
hw/z2.c
hw/z2.c
+2
-2
hw/zynq_slcr.c
hw/zynq_slcr.c
+1
-1
include/sysemu/arch_init.h
include/sysemu/arch_init.h
+0
-0
include/sysemu/balloon.h
include/sysemu/balloon.h
+0
-0
include/sysemu/blockdev.h
include/sysemu/blockdev.h
+0
-0
include/sysemu/cpus.h
include/sysemu/cpus.h
+0
-0
include/sysemu/device_tree.h
include/sysemu/device_tree.h
+0
-0
include/sysemu/dma.h
include/sysemu/dma.h
+1
-1
include/sysemu/dump.h
include/sysemu/dump.h
+0
-0
include/sysemu/kvm.h
include/sysemu/kvm.h
+0
-0
include/sysemu/memory_mapping.h
include/sysemu/memory_mapping.h
+0
-0
include/sysemu/os-posix.h
include/sysemu/os-posix.h
+0
-0
include/sysemu/os-win32.h
include/sysemu/os-win32.h
+0
-0
include/sysemu/qtest.h
include/sysemu/qtest.h
+0
-0
include/sysemu/seccomp.h
include/sysemu/seccomp.h
+0
-0
include/sysemu/sysemu.h
include/sysemu/sysemu.h
+0
-0
include/sysemu/xen-mapcache.h
include/sysemu/xen-mapcache.h
+0
-0
include/ui/spice-display.h
include/ui/spice-display.h
+1
-1
kvm-all.c
kvm-all.c
+2
-2
kvm-stub.c
kvm-stub.c
+1
-1
memory.c
memory.c
+1
-1
memory_mapping-stub.c
memory_mapping-stub.c
+1
-1
memory_mapping.c
memory_mapping.c
+1
-1
migration.c
migration.c
+1
-1
monitor.c
monitor.c
+4
-4
net/tap-bsd.c
net/tap-bsd.c
+1
-1
net/tap-linux.c
net/tap-linux.c
+1
-1
net/tap-solaris.c
net/tap-solaris.c
+1
-1
net/tap-win32.c
net/tap-win32.c
+1
-1
net/tap.c
net/tap.c
+1
-1
os-posix.c
os-posix.c
+1
-1
os-win32.c
os-win32.c
+1
-1
oslib-posix.c
oslib-posix.c
+1
-1
oslib-win32.c
oslib-win32.c
+1
-1
qemu-char.c
qemu-char.c
+1
-1
qemu-common.h
qemu-common.h
+2
-2
qemu-img.c
qemu-img.c
+1
-1
qemu-progress.c
qemu-progress.c
+1
-1
qemu-seccomp.c
qemu-seccomp.c
+1
-1
qemu-timer.c
qemu-timer.c
+1
-1
qemu-tool.c
qemu-tool.c
+1
-1
qmp.c
qmp.c
+4
-4
qtest.c
qtest.c
+3
-3
savevm.c
savevm.c
+2
-2
stubs/arch-query-cpu-def.c
stubs/arch-query-cpu-def.c
+1
-1
target-alpha/sys_helper.c
target-alpha/sys_helper.c
+1
-1
target-arm/cpu.c
target-arm/cpu.c
+1
-1
target-arm/helper.c
target-arm/helper.c
+1
-1
target-i386/arch_dump.c
target-i386/arch_dump.c
+1
-1
target-i386/arch_memory_mapping.c
target-i386/arch_memory_mapping.c
+1
-1
target-i386/cpu.c
target-i386/cpu.c
+3
-3
target-i386/excp_helper.c
target-i386/excp_helper.c
+1
-1
target-i386/helper.c
target-i386/helper.c
+2
-2
target-i386/kvm.c
target-i386/kvm.c
+2
-2
target-i386/kvm_i386.h
target-i386/kvm_i386.h
+1
-1
target-i386/machine.c
target-i386/machine.c
+1
-1
target-m68k/m68k-semi.c
target-m68k/m68k-semi.c
+1
-1
target-ppc/helper.c
target-ppc/helper.c
+2
-2
target-ppc/kvm.c
target-ppc/kvm.c
+4
-4
target-ppc/kvm_ppc.c
target-ppc/kvm_ppc.c
+1
-1
target-ppc/machine.c
target-ppc/machine.c
+1
-1
target-ppc/mmu_helper.c
target-ppc/mmu_helper.c
+1
-1
target-ppc/translate_init.c
target-ppc/translate_init.c
+2
-2
target-s390x/helper.c
target-s390x/helper.c
+1
-1
target-s390x/interrupt.c
target-s390x/interrupt.c
+1
-1
target-s390x/kvm.c
target-s390x/kvm.c
+3
-3
target-s390x/misc_helper.c
target-s390x/misc_helper.c
+2
-2
target-sparc/helper.c
target-sparc/helper.c
+1
-1
target-sparc/int32_helper.c
target-sparc/int32_helper.c
+1
-1
target-xtensa/translate.c
target-xtensa/translate.c
+1
-1
ui/cocoa.m
ui/cocoa.m
+1
-1
ui/curses.c
ui/curses.c
+1
-1
ui/input.c
ui/input.c
+1
-1
ui/keymaps.c
ui/keymaps.c
+1
-1
ui/sdl.c
ui/sdl.c
+1
-1
ui/spice-core.c
ui/spice-core.c
+1
-1
ui/spice-display.c
ui/spice-display.c
+1
-1
ui/vnc.c
ui/vnc.c
+1
-1
vl.c
vl.c
+8
-8
xen-all.c
xen-all.c
+1
-1
xen-mapcache.c
xen-mapcache.c
+2
-2
No files found.
arch_init.c
View file @
9c17d615
...
...
@@ -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"
...
...
audio/audio.c
View file @
9c17d615
...
...
@@ -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"
...
...
audio/winwaveaudio.c
View file @
9c17d615
/* public domain */
#include "qemu-common.h"
#include "sysemu.h"
#include "sysemu
/sysemu
.h"
#include "audio.h"
#define AUDIO_CAP "winwave"
...
...
balloon.c
View file @
9c17d615
...
...
@@ -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"
...
...
block-migration.c
View file @
9c17d615
...
...
@@ -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)
...
...
block.c
View file @
9c17d615
...
...
@@ -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"
...
...
block/vdi.c
View file @
9c17d615
...
...
@@ -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
...
...
blockdev-nbd.c
View file @
9c17d615
...
...
@@ -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"
...
...
blockdev.c
View file @
9c17d615
...
...
@@ -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
);
...
...
cpu-exec.c
View file @
9c17d615
...
...
@@ -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
;
...
...
cpus.c
View file @
9c17d615
...
...
@@ -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"
...
...
device_tree.c
View file @
9c17d615
...
...
@@ -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"
...
...
dma-helpers.c
View file @
9c17d615
...
...
@@ -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"
...
...
dump-stub.c
View file @
9c17d615
...
...
@@ -12,7 +12,7 @@
*/
#include "qemu-common.h"
#include "dump.h"
#include "
sysemu/
dump.h"
#include "qapi/qmp/qerror.h"
#include "qmp-commands.h"
...
...
dump.c
View file @
9c17d615
...
...
@@ -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"
...
...
exec.c
View file @
9c17d615
...
...
@@ -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
...
...
gdbstub.c
View file @
9c17d615
...
...
@@ -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
,
...
...
hw/ac97.c
View file @
9c17d615
...
...
@@ -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
,
...
...
hw/acpi.c
View file @
9c17d615
...
...
@@ -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"
...
...
hw/acpi_ich9.c
View file @
9c17d615
...
...
@@ -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"
...
...
hw/acpi_piix4.c
View file @
9c17d615
...
...
@@ -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"
...
...
hw/alpha_dp264.c
View file @
9c17d615
...
...
@@ -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"
...
...
hw/alpha_pci.c
View file @
9c17d615
...
...
@@ -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. */
...
...
hw/alpha_typhoon.c
View file @
9c17d615
...
...
@@ -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"
...
...
hw/apb_pci.c
View file @
9c17d615
...
...
@@ -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 */
...
...
hw/apic_common.c
View file @
9c17d615
...
...
@@ -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
;
...
...
hw/arm_boot.c
View file @
9c17d615
...
...
@@ -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
...
...
hw/arm_sysctl.c
View file @
9c17d615
...
...
@@ -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
...
...
hw/axis_dev88.c
View file @
9c17d615
...
...
@@ -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)
...
...
hw/block-common.c
View file @
9c17d615
...
...
@@ -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"
...
...
hw/boards.h
View file @
9c17d615
...
...
@@ -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
{
...
...
hw/bonito.c
View file @
9c17d615
...
...
@@ -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
...
...
hw/cbus.c
View file @
9c17d615
...
...
@@ -23,7 +23,7 @@
#include "qemu-common.h"
#include "irq.h"
#include "devices.h"
#include "sysemu.h"
#include "sysemu
/sysemu
.h"
//#define DEBUG
...
...
hw/collie.c
View file @
9c17d615
...
...
@@ -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
=
{
...
...
hw/cuda.c
View file @
9c17d615
...
...
@@ -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 */
...
...
hw/device-hotplug.c
View file @
9c17d615
...
...
@@ -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
)
...
...
hw/e1000.c
View file @
9c17d615
...
...
@@ -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"
...
...
hw/eepro100.c
View file @
9c17d615
...
...
@@ -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.
...
...
hw/es1370.c
View file @
9c17d615
...
...
@@ -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
...
...
hw/etraxfs_dma.c
View file @
9c17d615
...
...
@@ -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"
...
...
hw/etraxfs_timer.c
View file @
9c17d615
...
...
@@ -22,7 +22,7 @@
* THE SOFTWARE.
*/
#include "sysbus.h"
#include "sysemu.h"
#include "sysemu
/sysemu
.h"
#include "qemu/timer.h"
#include "ptimer.h"
...
...
hw/exynos4210.c
View file @
9c17d615
...
...
@@ -22,7 +22,7 @@
*/
#include "boards.h"
#include "sysemu.h"
#include "sysemu
/sysemu
.h"
#include "sysbus.h"
#include "arm-misc.h"
#include "loader.h"
...
...
hw/exynos4210_rtc.c
View file @
9c17d615
...
...
@@ -32,7 +32,7 @@
#include "hw.h"
#include "qemu/timer.h"
#include "sysemu.h"
#include "sysemu
/sysemu
.h"
#include "exynos4210.h"
...
...
hw/exynos4210_uart.c
View file @
9c17d615
...
...
@@ -20,7 +20,7 @@
*/
#include "sysbus.h"
#include "sysemu.h"
#include "sysemu
/sysemu
.h"
#include "qemu-char.h"
#include "exynos4210.h"
...
...
hw/exynos4_boards.c
View file @
9c17d615
...
...
@@ -21,7 +21,7 @@
*
*/
#include "sysemu.h"
#include "sysemu
/sysemu
.h"
#include "sysbus.h"
#include "net/net.h"
#include "arm-misc.h"
...
...
hw/fdc.c
View file @
9c17d615
...
...
@@ -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"
/********************************************************/
...
...
hw/fw_cfg.c
View file @
9c17d615
...
...
@@ -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"
...
...
hw/gumstix.c
View file @
9c17d615
...
...
@@ -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
;
...
...
hw/highbank.c
View file @
9c17d615
...
...
@@ -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"