mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
hw: move headers to include/
Many of these should be cleaned up with proper qdev-/QOM-ification. Right now there are many catch-all headers in include/hw/ARCH depending on cpu.h, and this makes it necessary to compile these files per-target. However, fixing this does not belong in these patches. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
bb585a784e
commit
0d09e41a51
511 changed files with 829 additions and 830 deletions
|
@ -35,15 +35,15 @@
|
|||
#include "qemu/bitmap.h"
|
||||
#include "sysemu/arch_init.h"
|
||||
#include "audio/audio.h"
|
||||
#include "hw/pc.h"
|
||||
#include "hw/i386/pc.h"
|
||||
#include "hw/pci/pci.h"
|
||||
#include "hw/audiodev.h"
|
||||
#include "hw/audio/audio.h"
|
||||
#include "sysemu/kvm.h"
|
||||
#include "migration/migration.h"
|
||||
#include "exec/gdbstub.h"
|
||||
#include "hw/smbios.h"
|
||||
#include "hw/i386/smbios.h"
|
||||
#include "exec/address-spaces.h"
|
||||
#include "hw/pcspk.h"
|
||||
#include "hw/audio/pcspk.h"
|
||||
#include "migration/page_cache.h"
|
||||
#include "qemu/config-file.h"
|
||||
#include "qmp-commands.h"
|
||||
|
|
|
@ -31,14 +31,14 @@
|
|||
#include "qemu/error-report.h"
|
||||
#include "block/block_int.h"
|
||||
#include "trace.h"
|
||||
#include "hw/scsi-defs.h"
|
||||
#include "block/scsi.h"
|
||||
|
||||
#include <iscsi/iscsi.h>
|
||||
#include <iscsi/scsi-lowlevel.h>
|
||||
|
||||
#ifdef __linux__
|
||||
#include <scsi/sg.h>
|
||||
#include <hw/scsi-defs.h>
|
||||
#include <block/scsi.h>
|
||||
#endif
|
||||
|
||||
typedef struct IscsiLun {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
*/
|
||||
|
||||
#include "sysemu/blockdev.h"
|
||||
#include "hw/block-common.h"
|
||||
#include "hw/block/block.h"
|
||||
#include "monitor/monitor.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
*/
|
||||
|
||||
#include "sysemu/blockdev.h"
|
||||
#include "hw/block-common.h"
|
||||
#include "hw/block/block.h"
|
||||
#include "block/blockjob.h"
|
||||
#include "monitor/monitor.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
|
|
2
exec.c
2
exec.c
|
@ -31,7 +31,7 @@
|
|||
#include "hw/qdev.h"
|
||||
#include "qemu/osdep.h"
|
||||
#include "sysemu/kvm.h"
|
||||
#include "hw/xen.h"
|
||||
#include "hw/xen/xen.h"
|
||||
#include "qemu/timer.h"
|
||||
#include "qemu/config-file.h"
|
||||
#include "exec/memory.h"
|
||||
|
|
|
@ -1607,7 +1607,7 @@ static int cpu_gdb_write_register(CPUS390XState *env, uint8_t *mem_buf, int n)
|
|||
}
|
||||
#elif defined (TARGET_LM32)
|
||||
|
||||
#include "hw/lm32_pic.h"
|
||||
#include "hw/lm32/lm32_pic.h"
|
||||
#define NUM_CORE_REGS (32 + 7)
|
||||
|
||||
static int cpu_gdb_read_register(CPULM32State *env, uint8_t *mem_buf, int n)
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "hw/virtio.h"
|
||||
#include "hw/pc.h"
|
||||
#include "hw/virtio/virtio.h"
|
||||
#include "hw/i386/pc.h"
|
||||
#include "qemu/sockets.h"
|
||||
#include "virtio-9p.h"
|
||||
#include "fsdev/qemu-fsdev.h"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "hw/virtio.h"
|
||||
#include "hw/virtio/virtio.h"
|
||||
#include "virtio-9p.h"
|
||||
#include "virtio-9p-xattr.h"
|
||||
#include <arpa/inet.h>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "hw/virtio.h"
|
||||
#include "hw/virtio/virtio.h"
|
||||
#include "virtio-9p.h"
|
||||
#include "virtio-9p-xattr.h"
|
||||
#include <arpa/inet.h>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
#include "qemu/xattr.h"
|
||||
#include "hw/virtio.h"
|
||||
#include "hw/virtio/virtio.h"
|
||||
#include "virtio-9p.h"
|
||||
#include "fsdev/file-op-9p.h"
|
||||
#include "virtio-9p-xattr.h"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
#include <sys/socket.h>
|
||||
#include <sys/un.h>
|
||||
#include "hw/virtio.h"
|
||||
#include "hw/virtio/virtio.h"
|
||||
#include "virtio-9p.h"
|
||||
#include "qemu/error-report.h"
|
||||
#include "fsdev/qemu-fsdev.h"
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "hw/virtio.h"
|
||||
#include "hw/virtio/virtio.h"
|
||||
#include "virtio-9p.h"
|
||||
#include "virtio-9p-xattr.h"
|
||||
#include "fsdev/qemu-fsdev.h"
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include "hw/virtio.h"
|
||||
#include "hw/virtio/virtio.h"
|
||||
#include "virtio-9p.h"
|
||||
#include "fsdev/file-op-9p.h"
|
||||
#include "virtio-9p-xattr.h"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "hw/virtio.h"
|
||||
#include "hw/virtio/virtio.h"
|
||||
#include "virtio-9p.h"
|
||||
#include "fsdev/file-op-9p.h"
|
||||
#include "virtio-9p-xattr.h"
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "hw/virtio.h"
|
||||
#include "hw/pc.h"
|
||||
#include "hw/virtio/virtio.h"
|
||||
#include "hw/i386/pc.h"
|
||||
#include "qemu/sockets.h"
|
||||
#include "virtio-9p.h"
|
||||
#include "fsdev/qemu-fsdev.h"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include <sys/time.h>
|
||||
#include <utime.h>
|
||||
#include <sys/resource.h>
|
||||
#include "hw/virtio.h"
|
||||
#include "hw/virtio/virtio.h"
|
||||
#include "fsdev/file-op-9p.h"
|
||||
#include "fsdev/virtio-9p-marshal.h"
|
||||
#include "qemu/thread.h"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*/
|
||||
|
||||
#include "hw/hw.h"
|
||||
#include "hw/audiodev.h"
|
||||
#include "hw/audio/audio.h"
|
||||
#include "audio/audio.h"
|
||||
#include "hw/pci/pci.h"
|
||||
#include "sysemu/dma.h"
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
*/
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "hw/hw.h"
|
||||
#include "hw/pc.h"
|
||||
#include "hw/acpi.h"
|
||||
#include "hw/i386/pc.h"
|
||||
#include "hw/acpi/acpi.h"
|
||||
#include "monitor/monitor.h"
|
||||
#include "qemu/config-file.h"
|
||||
#include "qapi/opts-visitor.h"
|
||||
|
|
|
@ -24,15 +24,15 @@
|
|||
* GNU GPL, version 2 or (at your option) any later version.
|
||||
*/
|
||||
#include "hw/hw.h"
|
||||
#include "hw/pc.h"
|
||||
#include "hw/i386/pc.h"
|
||||
#include "hw/pci/pci.h"
|
||||
#include "qemu/timer.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "hw/acpi.h"
|
||||
#include "hw/acpi/acpi.h"
|
||||
#include "sysemu/kvm.h"
|
||||
#include "exec/address-spaces.h"
|
||||
|
||||
#include "hw/ich9.h"
|
||||
#include "hw/i386/ich9.h"
|
||||
|
||||
//#define DEBUG
|
||||
|
||||
|
|
|
@ -19,15 +19,15 @@
|
|||
* GNU GPL, version 2 or (at your option) any later version.
|
||||
*/
|
||||
#include "hw/hw.h"
|
||||
#include "hw/pc.h"
|
||||
#include "hw/apm.h"
|
||||
#include "hw/pm_smbus.h"
|
||||
#include "hw/i386/pc.h"
|
||||
#include "hw/isa/apm.h"
|
||||
#include "hw/i2c/pm_smbus.h"
|
||||
#include "hw/pci/pci.h"
|
||||
#include "hw/acpi.h"
|
||||
#include "hw/acpi/acpi.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "qemu/range.h"
|
||||
#include "exec/ioport.h"
|
||||
#include "hw/fw_cfg.h"
|
||||
#include "hw/nvram/fw_cfg.h"
|
||||
#include "exec/address-spaces.h"
|
||||
|
||||
//#define DEBUG
|
||||
|
|
2
hw/adb.c
2
hw/adb.c
|
@ -22,7 +22,7 @@
|
|||
* THE SOFTWARE.
|
||||
*/
|
||||
#include "hw/hw.h"
|
||||
#include "hw/adb.h"
|
||||
#include "hw/input/adb.h"
|
||||
#include "ui/console.h"
|
||||
|
||||
/* debug ADB */
|
||||
|
|
|
@ -23,9 +23,9 @@
|
|||
*/
|
||||
|
||||
#include "hw/hw.h"
|
||||
#include "hw/audiodev.h"
|
||||
#include "hw/audio/audio.h"
|
||||
#include "audio/audio.h"
|
||||
#include "hw/isa.h"
|
||||
#include "hw/isa/isa.h"
|
||||
|
||||
//#define DEBUG
|
||||
|
||||
|
|
|
@ -12,10 +12,10 @@
|
|||
#include "hw/boards.h"
|
||||
#include "hw/alpha_sys.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "hw/mc146818rtc.h"
|
||||
#include "hw/timer/mc146818rtc.h"
|
||||
#include "hw/ide.h"
|
||||
#include "hw/i8254.h"
|
||||
#include "hw/serial.h"
|
||||
#include "hw/timer/i8254.h"
|
||||
#include "hw/char/serial.h"
|
||||
|
||||
#define MAX_IDE_BUS 2
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#include "hw/pci/pci.h"
|
||||
#include "hw/pci/pci_host.h"
|
||||
#include "hw/ide.h"
|
||||
#include "hw/pc.h"
|
||||
#include "hw/i386/pc.h"
|
||||
#include "hw/irq.h"
|
||||
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include "cpu.h"
|
||||
#include "exec/exec-all.h"
|
||||
#include "hw/hw.h"
|
||||
#include "hw/devices.h"
|
||||
#include "hw/arm/devices.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "hw/alpha_sys.h"
|
||||
#include "exec/address-spaces.h"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include "hw/pci/pci_host.h"
|
||||
#include "hw/pci/pci_bridge.h"
|
||||
#include "hw/pci/pci_bus.h"
|
||||
#include "hw/apb_pci.h"
|
||||
#include "hw/pci-host/apb.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "exec/address-spaces.h"
|
||||
|
||||
|
|
10
hw/apic.c
10
hw/apic.c
|
@ -17,14 +17,14 @@
|
|||
* License along with this library; if not, see <http://www.gnu.org/licenses/>
|
||||
*/
|
||||
#include "qemu/thread.h"
|
||||
#include "hw/apic_internal.h"
|
||||
#include "hw/apic.h"
|
||||
#include "hw/ioapic.h"
|
||||
#include "hw/i386/apic_internal.h"
|
||||
#include "hw/i386/apic.h"
|
||||
#include "hw/i386/ioapic.h"
|
||||
#include "hw/pci/msi.h"
|
||||
#include "qemu/host-utils.h"
|
||||
#include "trace.h"
|
||||
#include "hw/pc.h"
|
||||
#include "hw/apic-msidef.h"
|
||||
#include "hw/i386/pc.h"
|
||||
#include "hw/i386/apic-msidef.h"
|
||||
|
||||
#define MAX_APIC_WORDS 8
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, see <http://www.gnu.org/licenses/>
|
||||
*/
|
||||
#include "hw/apic.h"
|
||||
#include "hw/apic_internal.h"
|
||||
#include "hw/i386/apic.h"
|
||||
#include "hw/i386/apic_internal.h"
|
||||
#include "trace.h"
|
||||
#include "sysemu/kvm.h"
|
||||
|
||||
|
|
2
hw/apm.c
2
hw/apm.c
|
@ -20,7 +20,7 @@
|
|||
* GNU GPL, version 2 or (at your option) any later version.
|
||||
*/
|
||||
|
||||
#include "hw/apm.h"
|
||||
#include "hw/isa/apm.h"
|
||||
#include "hw/hw.h"
|
||||
#include "hw/pci/pci.h"
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
*/
|
||||
|
||||
#include "hw/hw.h"
|
||||
#include "hw/isa.h"
|
||||
#include "hw/isa/isa.h"
|
||||
#include "ui/console.h"
|
||||
#include "qemu/timer.h"
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
#include "hw/sysbus.h"
|
||||
#include "hw/arm-misc.h"
|
||||
#include "hw/arm.h"
|
||||
#include "hw/loader.h"
|
||||
#include "elf.h"
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include "config.h"
|
||||
#include "hw/hw.h"
|
||||
#include "hw/arm-misc.h"
|
||||
#include "hw/arm.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "hw/boards.h"
|
||||
#include "hw/loader.h"
|
||||
|
|
|
@ -11,10 +11,10 @@
|
|||
#include "hw/hw.h"
|
||||
#include "hw/sysbus.h"
|
||||
#include "hw/boards.h"
|
||||
#include "hw/devices.h"
|
||||
#include "hw/arm/devices.h"
|
||||
#include "hw/strongarm.h"
|
||||
#include "hw/arm-misc.h"
|
||||
#include "hw/flash.h"
|
||||
#include "hw/arm.h"
|
||||
#include "hw/block/flash.h"
|
||||
#include "sysemu/blockdev.h"
|
||||
#include "exec/address-spaces.h"
|
||||
|
||||
|
|
|
@ -24,9 +24,9 @@
|
|||
#include "hw/boards.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "hw/sysbus.h"
|
||||
#include "hw/arm-misc.h"
|
||||
#include "hw/arm.h"
|
||||
#include "hw/loader.h"
|
||||
#include "hw/exynos4210.h"
|
||||
#include "hw/arm/exynos4210.h"
|
||||
#include "hw/usb/hcd-ehci.h"
|
||||
|
||||
#define EXYNOS4210_CHIPID_ADDR 0x10000000
|
||||
|
|
|
@ -24,9 +24,9 @@
|
|||
#include "sysemu/sysemu.h"
|
||||
#include "hw/sysbus.h"
|
||||
#include "net/net.h"
|
||||
#include "hw/arm-misc.h"
|
||||
#include "hw/arm.h"
|
||||
#include "exec/address-spaces.h"
|
||||
#include "hw/exynos4210.h"
|
||||
#include "hw/arm/exynos4210.h"
|
||||
#include "hw/boards.h"
|
||||
|
||||
#undef DEBUG
|
||||
|
|
|
@ -35,10 +35,10 @@
|
|||
*/
|
||||
|
||||
#include "hw/hw.h"
|
||||
#include "hw/pxa.h"
|
||||
#include "hw/arm/pxa.h"
|
||||
#include "net/net.h"
|
||||
#include "hw/flash.h"
|
||||
#include "hw/devices.h"
|
||||
#include "hw/block/flash.h"
|
||||
#include "hw/arm/devices.h"
|
||||
#include "hw/boards.h"
|
||||
#include "sysemu/blockdev.h"
|
||||
#include "exec/address-spaces.h"
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
*/
|
||||
|
||||
#include "hw/sysbus.h"
|
||||
#include "hw/arm-misc.h"
|
||||
#include "hw/devices.h"
|
||||
#include "hw/arm.h"
|
||||
#include "hw/arm/devices.h"
|
||||
#include "hw/loader.h"
|
||||
#include "net/net.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
*/
|
||||
|
||||
#include "hw/sysbus.h"
|
||||
#include "hw/devices.h"
|
||||
#include "hw/arm/devices.h"
|
||||
#include "hw/boards.h"
|
||||
#include "hw/arm-misc.h"
|
||||
#include "hw/arm.h"
|
||||
#include "net/net.h"
|
||||
#include "exec/address-spaces.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
|
|
|
@ -16,13 +16,13 @@
|
|||
#include "hw/sysbus.h"
|
||||
#include "exec/address-spaces.h"
|
||||
#include "hw/hw.h"
|
||||
#include "hw/arm-misc.h"
|
||||
#include "hw/devices.h"
|
||||
#include "hw/arm.h"
|
||||
#include "hw/arm/devices.h"
|
||||
#include "net/net.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "hw/boards.h"
|
||||
#include "hw/serial.h"
|
||||
#include "hw/imx.h"
|
||||
#include "hw/char/serial.h"
|
||||
#include "hw/arm/imx.h"
|
||||
|
||||
/* Memory map for Kzm Emulation Baseboard:
|
||||
* 0x00000000-0x00003fff 16k secure ROM IGNORED
|
||||
|
|
|
@ -12,12 +12,12 @@
|
|||
* GNU GPL, version 2 or (at your option) any later version.
|
||||
*/
|
||||
#include "hw/hw.h"
|
||||
#include "hw/pxa.h"
|
||||
#include "hw/arm-misc.h"
|
||||
#include "hw/arm/pxa.h"
|
||||
#include "hw/arm.h"
|
||||
#include "net/net.h"
|
||||
#include "hw/devices.h"
|
||||
#include "hw/arm/devices.h"
|
||||
#include "hw/boards.h"
|
||||
#include "hw/flash.h"
|
||||
#include "hw/block/flash.h"
|
||||
#include "sysemu/blockdev.h"
|
||||
#include "hw/sysbus.h"
|
||||
#include "exec/address-spaces.h"
|
||||
|
|
|
@ -10,18 +10,18 @@
|
|||
*/
|
||||
|
||||
#include "hw/sysbus.h"
|
||||
#include "hw/arm-misc.h"
|
||||
#include "hw/devices.h"
|
||||
#include "hw/arm.h"
|
||||
#include "hw/arm/devices.h"
|
||||
#include "net/net.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "hw/boards.h"
|
||||
#include "hw/serial.h"
|
||||
#include "hw/char/serial.h"
|
||||
#include "qemu/timer.h"
|
||||
#include "hw/ptimer.h"
|
||||
#include "block/block.h"
|
||||
#include "hw/flash.h"
|
||||
#include "hw/block/flash.h"
|
||||
#include "ui/console.h"
|
||||
#include "hw/i2c.h"
|
||||
#include "hw/i2c/i2c.h"
|
||||
#include "sysemu/blockdev.h"
|
||||
#include "exec/address-spaces.h"
|
||||
#include "ui/pixel_ops.h"
|
||||
|
|
|
@ -20,14 +20,14 @@
|
|||
|
||||
#include "qemu-common.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "hw/omap.h"
|
||||
#include "hw/arm-misc.h"
|
||||
#include "hw/arm/omap.h"
|
||||
#include "hw/arm.h"
|
||||
#include "hw/irq.h"
|
||||
#include "ui/console.h"
|
||||
#include "hw/boards.h"
|
||||
#include "hw/i2c.h"
|
||||
#include "hw/devices.h"
|
||||
#include "hw/flash.h"
|
||||
#include "hw/i2c/i2c.h"
|
||||
#include "hw/arm/devices.h"
|
||||
#include "hw/block/flash.h"
|
||||
#include "hw/hw.h"
|
||||
#include "hw/bt.h"
|
||||
#include "hw/loader.h"
|
||||
|
|
|
@ -17,10 +17,10 @@
|
|||
* with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "hw/hw.h"
|
||||
#include "hw/arm-misc.h"
|
||||
#include "hw/omap.h"
|
||||
#include "hw/arm.h"
|
||||
#include "hw/arm/omap.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "hw/soc_dma.h"
|
||||
#include "hw/arm/soc_dma.h"
|
||||
#include "sysemu/blockdev.h"
|
||||
#include "qemu/range.h"
|
||||
#include "hw/sysbus.h"
|
||||
|
|
|
@ -20,13 +20,13 @@
|
|||
|
||||
#include "sysemu/blockdev.h"
|
||||
#include "hw/hw.h"
|
||||
#include "hw/arm-misc.h"
|
||||
#include "hw/omap.h"
|
||||
#include "hw/arm.h"
|
||||
#include "hw/arm/omap.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "qemu/timer.h"
|
||||
#include "char/char.h"
|
||||
#include "hw/flash.h"
|
||||
#include "hw/soc_dma.h"
|
||||
#include "hw/block/flash.h"
|
||||
#include "hw/arm/soc_dma.h"
|
||||
#include "hw/sysbus.h"
|
||||
#include "audio/audio.h"
|
||||
|
||||
|
|
|
@ -27,10 +27,10 @@
|
|||
*/
|
||||
#include "hw/hw.h"
|
||||
#include "ui/console.h"
|
||||
#include "hw/omap.h"
|
||||
#include "hw/arm/omap.h"
|
||||
#include "hw/boards.h"
|
||||
#include "hw/arm-misc.h"
|
||||
#include "hw/flash.h"
|
||||
#include "hw/arm.h"
|
||||
#include "hw/block/flash.h"
|
||||
#include "sysemu/blockdev.h"
|
||||
#include "exec/address-spaces.h"
|
||||
|
||||
|
|
|
@ -20,10 +20,10 @@
|
|||
#include "audio/audio.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "ui/console.h"
|
||||
#include "hw/omap.h"
|
||||
#include "hw/arm/omap.h"
|
||||
#include "hw/boards.h"
|
||||
#include "hw/arm-misc.h"
|
||||
#include "hw/devices.h"
|
||||
#include "hw/arm.h"
|
||||
#include "hw/arm/devices.h"
|
||||
#include "hw/loader.h"
|
||||
#include "exec/address-spaces.h"
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
#include "hw/hw.h"
|
||||
#include "hw/arm-misc.h"
|
||||
#include "hw/arm.h"
|
||||
#include "sysemu/kvm.h"
|
||||
|
||||
/* Input 0 is IRQ and input 1 is FIQ. */
|
||||
|
|
|
@ -8,10 +8,10 @@
|
|||
*/
|
||||
|
||||
#include "hw/sysbus.h"
|
||||
#include "hw/pxa.h"
|
||||
#include "hw/arm/pxa.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "hw/serial.h"
|
||||
#include "hw/i2c.h"
|
||||
#include "hw/char/serial.h"
|
||||
#include "hw/i2c/i2c.h"
|
||||
#include "hw/ssi.h"
|
||||
#include "char/char.h"
|
||||
#include "sysemu/blockdev.h"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include "hw/hw.h"
|
||||
#include "hw/sysbus.h"
|
||||
#include "hw/pxa.h"
|
||||
#include "hw/arm/pxa.h"
|
||||
|
||||
#define PXA2XX_GPIO_BANKS 4
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
*/
|
||||
|
||||
#include "hw/hw.h"
|
||||
#include "hw/pxa.h"
|
||||
#include "hw/arm/pxa.h"
|
||||
#include "hw/sysbus.h"
|
||||
|
||||
#define ICIP 0x00 /* Interrupt Controller IRQ Pending register */
|
||||
|
|
|
@ -8,14 +8,14 @@
|
|||
*/
|
||||
|
||||
#include "hw/sysbus.h"
|
||||
#include "hw/arm-misc.h"
|
||||
#include "hw/primecell.h"
|
||||
#include "hw/devices.h"
|
||||
#include "hw/arm.h"
|
||||
#include "hw/arm/primecell.h"
|
||||
#include "hw/arm/devices.h"
|
||||
#include "hw/pci/pci.h"
|
||||
#include "net/net.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "hw/boards.h"
|
||||
#include "hw/i2c.h"
|
||||
#include "hw/i2c/i2c.h"
|
||||
#include "sysemu/blockdev.h"
|
||||
#include "exec/address-spaces.h"
|
||||
|
||||
|
|
|
@ -11,16 +11,16 @@
|
|||
*/
|
||||
|
||||
#include "hw/hw.h"
|
||||
#include "hw/pxa.h"
|
||||
#include "hw/arm-misc.h"
|
||||
#include "hw/arm/pxa.h"
|
||||
#include "hw/arm.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "hw/pcmcia.h"
|
||||
#include "hw/i2c.h"
|
||||
#include "hw/i2c/i2c.h"
|
||||
#include "hw/ssi.h"
|
||||
#include "hw/flash.h"
|
||||
#include "hw/block/flash.h"
|
||||
#include "qemu/timer.h"
|
||||
#include "hw/devices.h"
|
||||
#include "hw/sharpsl.h"
|
||||
#include "hw/arm/devices.h"
|
||||
#include "hw/arm/sharpsl.h"
|
||||
#include "ui/console.h"
|
||||
#include "block/block.h"
|
||||
#include "audio/audio.h"
|
||||
|
|
|
@ -9,10 +9,10 @@
|
|||
|
||||
#include "hw/sysbus.h"
|
||||
#include "hw/ssi.h"
|
||||
#include "hw/arm-misc.h"
|
||||
#include "hw/devices.h"
|
||||
#include "hw/arm.h"
|
||||
#include "hw/arm/devices.h"
|
||||
#include "qemu/timer.h"
|
||||
#include "hw/i2c.h"
|
||||
#include "hw/i2c/i2c.h"
|
||||
#include "net/net.h"
|
||||
#include "hw/boards.h"
|
||||
#include "exec/address-spaces.h"
|
||||
|
|
|
@ -12,14 +12,14 @@
|
|||
*/
|
||||
|
||||
#include "hw/hw.h"
|
||||
#include "hw/pxa.h"
|
||||
#include "hw/arm-misc.h"
|
||||
#include "hw/devices.h"
|
||||
#include "hw/sharpsl.h"
|
||||
#include "hw/arm/pxa.h"
|
||||
#include "hw/arm.h"
|
||||
#include "hw/arm/devices.h"
|
||||
#include "hw/arm/sharpsl.h"
|
||||
#include "hw/pcmcia.h"
|
||||
#include "block/block.h"
|
||||
#include "hw/boards.h"
|
||||
#include "hw/i2c.h"
|
||||
#include "hw/i2c/i2c.h"
|
||||
#include "hw/ssi.h"
|
||||
#include "sysemu/blockdev.h"
|
||||
#include "hw/sysbus.h"
|
||||
|
|
|
@ -8,16 +8,16 @@
|
|||
*/
|
||||
|
||||
#include "hw/sysbus.h"
|
||||
#include "hw/arm-misc.h"
|
||||
#include "hw/devices.h"
|
||||
#include "hw/arm.h"
|
||||
#include "hw/arm/devices.h"
|
||||
#include "net/net.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "hw/pci/pci.h"
|
||||
#include "hw/i2c.h"
|
||||
#include "hw/i2c/i2c.h"
|
||||
#include "hw/boards.h"
|
||||
#include "sysemu/blockdev.h"
|
||||
#include "exec/address-spaces.h"
|
||||
#include "hw/flash.h"
|
||||
#include "hw/block/flash.h"
|
||||
|
||||
#define VERSATILE_FLASH_ADDR 0x34000000
|
||||
#define VERSATILE_FLASH_SIZE (64 * 1024 * 1024)
|
||||
|
|
|
@ -22,15 +22,15 @@
|
|||
*/
|
||||
|
||||
#include "hw/sysbus.h"
|
||||
#include "hw/arm-misc.h"
|
||||
#include "hw/primecell.h"
|
||||
#include "hw/devices.h"
|
||||
#include "hw/arm.h"
|
||||
#include "hw/arm/primecell.h"
|
||||
#include "hw/arm/devices.h"
|
||||
#include "net/net.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "hw/boards.h"
|
||||
#include "exec/address-spaces.h"
|
||||
#include "sysemu/blockdev.h"
|
||||
#include "hw/flash.h"
|
||||
#include "hw/block/flash.h"
|
||||
|
||||
#define VEXPRESS_BOARD_ID 0x8e0
|
||||
#define VEXPRESS_FLASH_SIZE (64 * 1024 * 1024)
|
||||
|
|
|
@ -16,12 +16,12 @@
|
|||
*/
|
||||
|
||||
#include "hw/sysbus.h"
|
||||
#include "hw/arm-misc.h"
|
||||
#include "hw/arm.h"
|
||||
#include "net/net.h"
|
||||
#include "exec/address-spaces.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "hw/boards.h"
|
||||
#include "hw/flash.h"
|
||||
#include "hw/block/flash.h"
|
||||
#include "sysemu/blockdev.h"
|
||||
#include "hw/loader.h"
|
||||
#include "hw/ssi.h"
|
||||
|
|
10
hw/arm/z2.c
10
hw/arm/z2.c
|
@ -12,14 +12,14 @@
|
|||
*/
|
||||
|
||||
#include "hw/hw.h"
|
||||
#include "hw/pxa.h"
|
||||
#include "hw/arm-misc.h"
|
||||
#include "hw/devices.h"
|
||||
#include "hw/i2c.h"
|
||||
#include "hw/arm/pxa.h"
|
||||
#include "hw/arm.h"
|
||||
#include "hw/arm/devices.h"
|
||||
#include "hw/i2c/i2c.h"
|
||||
#include "hw/ssi.h"
|
||||
#include "hw/boards.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "hw/flash.h"
|
||||
#include "hw/block/flash.h"
|
||||
#include "sysemu/blockdev.h"
|
||||
#include "ui/console.h"
|
||||
#include "audio/audio.h"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#include "qemu/timer.h"
|
||||
#include "qemu/bitops.h"
|
||||
#include "hw/sysbus.h"
|
||||
#include "hw/primecell.h"
|
||||
#include "hw/arm/primecell.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
|
||||
#define LOCK_VALUE 0xa05f
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
#include "hw/sysbus.h"
|
||||
#include "qemu/timer.h"
|
||||
#include "hw/arm-misc.h"
|
||||
#include "hw/arm.h"
|
||||
#include "exec/address-spaces.h"
|
||||
#include "hw/arm_gic_internal.h"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef BITBANG_I2C_H
|
||||
#define BITBANG_I2C_H
|
||||
|
||||
#include "hw/i2c.h"
|
||||
#include "hw/i2c/i2c.h"
|
||||
|
||||
typedef struct bitbang_i2c_interface bitbang_i2c_interface;
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include "qemu-common.h"
|
||||
#include "ui/console.h"
|
||||
#include "hw/devices.h"
|
||||
#include "hw/arm/devices.h"
|
||||
#include "hw/vga_int.h"
|
||||
#include "ui/pixel_ops.h"
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
#include "sysemu/blockdev.h"
|
||||
#include "hw/block-common.h"
|
||||
#include "hw/block/block.h"
|
||||
#include "qemu/error-report.h"
|
||||
|
||||
void blkconf_serial(BlockConf *conf, char **serial)
|
||||
|
|
|
@ -41,8 +41,8 @@
|
|||
|
||||
#include "hw/hw.h"
|
||||
#include "hw/pci/pci.h"
|
||||
#include "hw/pc.h"
|
||||
#include "hw/mips.h"
|
||||
#include "hw/i386/pc.h"
|
||||
#include "hw/mips/mips.h"
|
||||
#include "hw/pci/pci_host.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "exec/address-spaces.h"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include "qemu-common.h"
|
||||
#include "qemu/timer.h"
|
||||
#include "ui/console.h"
|
||||
#include "hw/hid.h"
|
||||
#include "hw/input/hid.h"
|
||||
#include "hw/bt.h"
|
||||
|
||||
enum hid_transaction_req {
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include "qemu-common.h"
|
||||
#include "hw/irq.h"
|
||||
#include "hw/devices.h"
|
||||
#include "hw/arm/devices.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
|
||||
//#define DEBUG
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
here. */
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "hw/scsi.h"
|
||||
#include "hw/scsi/scsi.h"
|
||||
|
||||
static void lba_to_msf(uint8_t *buf, int lba)
|
||||
{
|
||||
|
|
|
@ -24,9 +24,9 @@
|
|||
|
||||
#include "hw/sysbus.h"
|
||||
#include "net/net.h"
|
||||
#include "hw/flash.h"
|
||||
#include "hw/block/flash.h"
|
||||
#include "hw/boards.h"
|
||||
#include "hw/etraxfs.h"
|
||||
#include "hw/cris/etraxfs.h"
|
||||
#include "hw/loader.h"
|
||||
#include "elf.h"
|
||||
#include "hw/cris-boot.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "hw/sysbus.h"
|
||||
#include "hw/hw.h"
|
||||
#include "hw/etraxfs.h"
|
||||
#include "hw/cris/etraxfs.h"
|
||||
|
||||
#define D(x)
|
||||
|
||||
|
|
|
@ -22,9 +22,9 @@
|
|||
* THE SOFTWARE.
|
||||
*/
|
||||
#include "hw/hw.h"
|
||||
#include "hw/audiodev.h"
|
||||
#include "hw/audio/audio.h"
|
||||
#include "audio/audio.h"
|
||||
#include "hw/isa.h"
|
||||
#include "hw/isa/isa.h"
|
||||
#include "hw/qdev.h"
|
||||
#include "qemu/timer.h"
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
*/
|
||||
#include "hw/hw.h"
|
||||
#include "hw/ppc/mac.h"
|
||||
#include "hw/adb.h"
|
||||
#include "hw/input/adb.h"
|
||||
#include "qemu/timer.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
|
||||
#include "exec/address-spaces.h"
|
||||
#include "hostmem.h"
|
||||
#include "hw/virtio/dataplane/hostmem.h"
|
||||
|
||||
static int hostmem_lookup_cmp(const void *phys_, const void *region_)
|
||||
{
|
||||
|
|
|
@ -16,12 +16,12 @@
|
|||
#include "qemu/iov.h"
|
||||
#include "qemu/thread.h"
|
||||
#include "qemu/error-report.h"
|
||||
#include "vring.h"
|
||||
#include "hw/virtio/dataplane/vring.h"
|
||||
#include "ioq.h"
|
||||
#include "migration/migration.h"
|
||||
#include "block/block.h"
|
||||
#include "hw/virtio-blk.h"
|
||||
#include "hw/dataplane/virtio-blk.h"
|
||||
#include "hw/virtio/virtio-blk.h"
|
||||
#include "virtio-blk.h"
|
||||
#include "block/aio.h"
|
||||
|
||||
enum {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#ifndef HW_DATAPLANE_VIRTIO_BLK_H
|
||||
#define HW_DATAPLANE_VIRTIO_BLK_H
|
||||
|
||||
#include "hw/virtio.h"
|
||||
#include "hw/virtio/virtio.h"
|
||||
|
||||
typedef struct VirtIOBlockDataPlane VirtIOBlockDataPlane;
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
|
||||
#include "trace.h"
|
||||
#include "vring.h"
|
||||
#include "hw/virtio/dataplane/vring.h"
|
||||
#include "qemu/error-report.h"
|
||||
|
||||
/* Map the guest's vring to host memory */
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
|
||||
#include "hw/hw.h"
|
||||
#include "char/char.h"
|
||||
#include "hw/isa.h"
|
||||
#include "hw/pc.h"
|
||||
#include "hw/isa/isa.h"
|
||||
#include "hw/i386/pc.h"
|
||||
|
||||
#define TYPE_ISA_DEBUGCON_DEVICE "isa-debugcon"
|
||||
#define ISA_DEBUGCON_DEVICE(obj) \
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
#include "hw/hw.h"
|
||||
#include "hw/isa.h"
|
||||
#include "hw/isa/isa.h"
|
||||
|
||||
#define TYPE_ISA_DEBUG_EXIT_DEVICE "isa-debug-exit"
|
||||
#define ISA_DEBUG_EXIT_DEVICE(obj) \
|
||||
|
|
2
hw/dma.c
2
hw/dma.c
|
@ -22,7 +22,7 @@
|
|||
* THE SOFTWARE.
|
||||
*/
|
||||
#include "hw/hw.h"
|
||||
#include "hw/isa.h"
|
||||
#include "hw/isa/isa.h"
|
||||
#include "qemu/main-loop.h"
|
||||
|
||||
/* #define DEBUG_DMA */
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include "hw/hw.h"
|
||||
#include "qemu/timer.h"
|
||||
#include "net/net.h"
|
||||
#include "hw/mips.h"
|
||||
#include "hw/mips/mips.h"
|
||||
|
||||
//#define DEBUG_SONIC
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
* GNU GPL, version 2 or (at your option) any later version.
|
||||
*/
|
||||
|
||||
#include "hw/i2c.h"
|
||||
#include "hw/i2c/i2c.h"
|
||||
|
||||
/* Size of NVRAM including both the user-accessible area and the
|
||||
* secondary register area.
|
||||
|
|
2
hw/ecc.c
2
hw/ecc.c
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
|
||||
#include "hw/hw.h"
|
||||
#include "hw/flash.h"
|
||||
#include "hw/block/flash.h"
|
||||
|
||||
/*
|
||||
* Pre-calculated 256-way 1 byte column parity. Table borrowed from Linux.
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
#include "hw/hw.h"
|
||||
#include "hw/pci/pci.h"
|
||||
#include "net/net.h"
|
||||
#include "hw/eeprom93xx.h"
|
||||
#include "hw/nvram/eeprom93xx.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "sysemu/dma.h"
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
*/
|
||||
|
||||
#include "hw/hw.h"
|
||||
#include "hw/eeprom93xx.h"
|
||||
#include "hw/nvram/eeprom93xx.h"
|
||||
|
||||
/* Debug EEPROM emulation. */
|
||||
//~ #define DEBUG_EEPROM
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#define SILENT_ES1370
|
||||
|
||||
#include "hw/hw.h"
|
||||
#include "hw/audiodev.h"
|
||||
#include "hw/audio/audio.h"
|
||||
#include "audio/audio.h"
|
||||
#include "hw/pci/pci.h"
|
||||
#include "sysemu/dma.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "hw/hw.h"
|
||||
#include "hw/sysbus.h"
|
||||
#include "hw/escc.h"
|
||||
#include "hw/char/escc.h"
|
||||
#include "char/char.h"
|
||||
#include "ui/console.h"
|
||||
#include "trace.h"
|
||||
|
|
|
@ -24,8 +24,8 @@
|
|||
*/
|
||||
|
||||
#include "hw/pci/pci.h"
|
||||
#include "hw/eeprom93xx.h"
|
||||
#include "hw/esp.h"
|
||||
#include "hw/nvram/eeprom93xx.h"
|
||||
#include "hw/scsi/esp.h"
|
||||
#include "trace.h"
|
||||
#include "qemu/log.h"
|
||||
|
||||
|
|
2
hw/esp.c
2
hw/esp.c
|
@ -24,7 +24,7 @@
|
|||
*/
|
||||
|
||||
#include "hw/sysbus.h"
|
||||
#include "hw/esp.h"
|
||||
#include "hw/scsi/esp.h"
|
||||
#include "trace.h"
|
||||
#include "qemu/log.h"
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include "qemu-common.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
|
||||
#include "hw/etraxfs_dma.h"
|
||||
#include "hw/cris/etraxfs_dma.h"
|
||||
|
||||
#define D(x)
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <stdio.h>
|
||||
#include "hw/sysbus.h"
|
||||
#include "net/net.h"
|
||||
#include "hw/etraxfs.h"
|
||||
#include "hw/cris/etraxfs.h"
|
||||
|
||||
#define D(x)
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include "hw/sysbus.h"
|
||||
|
||||
#include "hw/exynos4210.h"
|
||||
#include "hw/arm/exynos4210.h"
|
||||
|
||||
//#define DEBUG_COMBINER
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include "hw/sysbus.h"
|
||||
#include "qemu-common.h"
|
||||
#include "hw/irq.h"
|
||||
#include "hw/exynos4210.h"
|
||||
#include "hw/arm/exynos4210.h"
|
||||
|
||||
enum ExtGicId {
|
||||
EXT_GIC_ID_MDMA_LCD0 = 66,
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
#include "qemu/timer.h"
|
||||
#include "hw/sysbus.h"
|
||||
#include "hw/i2c.h"
|
||||
#include "hw/i2c/i2c.h"
|
||||
|
||||
#ifndef EXYNOS4_I2C_DEBUG
|
||||
#define EXYNOS4_I2C_DEBUG 0
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
#include "qemu-common.h"
|
||||
#include "hw/ptimer.h"
|
||||
|
||||
#include "hw/exynos4210.h"
|
||||
#include "hw/arm/exynos4210.h"
|
||||
|
||||
//#define DEBUG_MCT
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include "qemu-common.h"
|
||||
#include "hw/ptimer.h"
|
||||
|
||||
#include "hw/exynos4210.h"
|
||||
#include "hw/arm/exynos4210.h"
|
||||
|
||||
//#define DEBUG_PWM
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
#include "qemu/timer.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
|
||||
#include "hw/exynos4210.h"
|
||||
#include "hw/arm/exynos4210.h"
|
||||
|
||||
#define DEBUG_RTC 0
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include "sysemu/sysemu.h"
|
||||
#include "char/char.h"
|
||||
|
||||
#include "hw/exynos4210.h"
|
||||
#include "hw/arm/exynos4210.h"
|
||||
|
||||
#undef DEBUG_UART
|
||||
#undef DEBUG_UART_EXTEND
|
||||
|
|
4
hw/fdc.c
4
hw/fdc.c
|
@ -28,10 +28,10 @@
|
|||
*/
|
||||
|
||||
#include "hw/hw.h"
|
||||
#include "hw/fdc.h"
|
||||
#include "hw/block/fdc.h"
|
||||
#include "qemu/error-report.h"
|
||||
#include "qemu/timer.h"
|
||||
#include "hw/isa.h"
|
||||
#include "hw/isa/isa.h"
|
||||
#include "hw/sysbus.h"
|
||||
#include "hw/qdev-addr.h"
|
||||
#include "sysemu/blockdev.h"
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
*/
|
||||
#include "hw/hw.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "hw/isa.h"
|
||||
#include "hw/fw_cfg.h"
|
||||
#include "hw/isa/isa.h"
|
||||
#include "hw/nvram/fw_cfg.h"
|
||||
#include "hw/sysbus.h"
|
||||
#include "trace.h"
|
||||
#include "qemu/error-report.h"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include "hw/sysbus.h"
|
||||
#include "cpu.h"
|
||||
|
||||
#include "hw/grlib.h"
|
||||
#include "hw/sparc/grlib.h"
|
||||
|
||||
#include "trace.h"
|
||||
|
||||
|
|
|
@ -23,10 +23,10 @@
|
|||
*/
|
||||
|
||||
#include "hw/hw.h"
|
||||
#include "hw/mips.h"
|
||||
#include "hw/mips/mips.h"
|
||||
#include "hw/pci/pci.h"
|
||||
#include "hw/pci/pci_host.h"
|
||||
#include "hw/pc.h"
|
||||
#include "hw/i386/pc.h"
|
||||
#include "exec/address-spaces.h"
|
||||
|
||||
//#define DEBUG
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue