qemu-e2k/hw
Blue Swirl 3e4571724f exec.h cleanup
Move softmmu_exec.h include directives from target-*/exec.h to
target-*/op_helper.c. Move also various other stuff only used in
op_helper.c there.

Define global env in dyngen-exec.h.

For i386, move wrappers for segment and FPU helpers from user-exec.c
to op_helper.c. Implement raise_exception_err_env() to handle dynamic
CPUState. Move the function declarations to cpu.h since they can be
used outside of op_helper.c context.

LM32, s390x, UniCore32: remove unused cpu_halted(), regs_to_env() and
env_to_regs().

ARM: make raise_exception() static.

Convert
#include "exec.h"
to
#include "cpu.h"
#include "dyngen-exec.h"
and remove now unused target-*/exec.h.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2011-07-30 09:41:14 +00:00
..
9pfs Merge remote-tracking branch 'origin/master' into pci 2011-06-15 18:27:15 +03:00
ide Merge remote-tracking branch 'agraf/xen-next' into staging 2011-07-29 09:42:12 -05:00
9p.h Move stdbool.h 2010-06-13 19:00:50 +01:00
a9mpcore.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
ac97.c Merge remote-tracking branch 'origin/master' into pci 2011-06-15 18:27:15 +03:00
acpi.c revamp acpitable parsing and allow to specify complete (headerful) table 2011-07-30 09:33:31 +00:00
acpi.h acpi, acpi_piix: factor out GPE logic 2011-04-10 14:00:14 +02:00
acpi_piix4.c notifier: Pass data argument to callback 2011-07-23 11:26:06 -05:00
adb.c vmstate: port adb_mouse 2011-04-22 14:41:40 -05:00
adlib.c change all other clock references to use nanosecond resolution accessors 2011-03-21 09:23:23 +01:00
ads7846.c vmstate: port ads7846 2011-04-22 14:41:40 -05:00
an5206.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
apb_pci.c pci: pass address space to pci bus when created 2011-07-29 08:25:44 -05:00
apb_pci.h pci: pci.h cleanup: move out stuff not in pci.c 2009-12-01 17:51:04 +02:00
apic.c change all other clock references to use nanosecond resolution accessors 2011-03-21 09:23:23 +01:00
apic.h apic: qdev conversion cleanup 2010-06-19 07:47:42 +00:00
apm.c Trim unnecessary includes 2010-05-15 17:36:13 +00:00
apm.h acpi: split out apm register emulation from acpi.c 2010-05-15 15:27:19 +00:00
applesmc.c fix applesmc REV key 2011-03-22 07:42:08 +01:00
arm-misc.h Correct spelling of licensed 2011-07-23 11:26:12 -05:00
arm11mpcore.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
arm_boot.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
arm_gic.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
arm_pic.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
arm_sysctl.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
arm_timer.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
armv7m.c Fix comment typos in hw/armv7m.c 2011-06-24 09:13:37 +01:00
armv7m_nvic.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
audiodev.h Add Intel HD Audio support to qemu. 2010-11-01 17:57:22 +03:00
axis_dev88.c hw/nand: qdevify 2011-07-30 06:21:31 +02:00
baum.c qemu-char: Print strerror message on failure 2011-07-23 11:18:57 -05:00
baum.h Fix chrdev return value conversion 2011-07-24 14:48:57 +00:00
bitbang_i2c.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
bitbang_i2c.h GPIO I2C rework 2009-11-22 21:27:40 +00:00
blizzard.c Remove unused sysemu.h include directives 2011-04-15 18:25:41 +00:00
blizzard_template.h rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN 2009-07-27 14:09:21 -05:00
boards.h machine, Add default_machine_opts to QEMUMachine. 2011-05-08 10:09:59 +02:00
bonito.c pci: pass address space to pci bus when created 2011-07-29 08:25:44 -05:00
bt-hci-csr.c Remove unused sysemu.h include directives 2011-04-15 18:25:41 +00:00
bt-hci.c change all other clock references to use nanosecond resolution accessors 2011-03-21 09:23:23 +01:00
bt-hid.c usb: Pass the packet to the device's handle_control callback 2011-05-26 11:55:02 +02:00
bt-l2cap.c bt-l2cap: fix if statement with empty body, spotted by clang 2010-04-22 03:41:24 +02:00
bt-sdp.c Do not redefine reserved key-words TRUE/FALSE 2010-10-30 08:02:38 +00:00
bt.c Update to a hopefully more future proof FSF address 2009-07-16 20:47:01 +00:00
bt.h Fix typos in comments and code (occured -> occurred and related) 2011-05-08 10:02:18 +01:00
cbus.c Update to a hopefully more future proof FSF address 2009-07-16 20:47:01 +00:00
ccid-card-emulated.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
ccid-card-passthru.c w32: Fix compilation (wrong include file) 2011-04-04 00:29:24 +02:00
ccid.h Correct spelling of licensed 2011-07-23 11:26:12 -05:00
cdrom.c scsi: move scsi-disk.h -> scsi.h 2009-11-09 08:43:03 -06:00
cirrus_vga.c Merge remote-tracking branch 'mst/for_anthony' into staging 2011-06-22 07:11:09 -05:00
cirrus_vga_rop.h cirrus: avoid write only variables 2010-10-13 18:38:07 +00:00
cirrus_vga_rop2.h cirrus: avoid write only variables 2010-10-13 18:38:07 +00:00
collie.c Basic implementation of Sharp Zaurus SL-5500 collie PDA 2011-04-20 12:59:15 +02:00
cris-boot.c Remove unused sysemu.h include directives 2011-04-15 18:25:41 +00:00
cris-boot.h cris: Break out image loading to hw/cris-boot.c. 2010-06-10 14:45:46 +02:00
cris_pic_cpu.c cris: First shot at qdev for CRIS interrupts. 2009-05-18 22:24:22 +02:00
cs4231.c Add endianness as io mem parameter 2010-12-11 15:24:25 +00:00
cs4231a.c Keep track of ISA ports ISA device is using in qdev. 2010-12-11 21:27:46 +00:00
cuda.c vmstate: port cuda 2011-04-22 14:41:41 -05:00
debugcon.c Debugcon: Fix debugging printf 2010-04-08 21:44:38 +02:00
dec_pci.c dec_pci: convert to PCIDeviceInfo to initialize ids 2011-06-12 10:33:33 +03:00
dec_pci.h dec: actually implement PCI bridging 2010-02-07 19:28:32 +00:00
device-hotplug.c blockdev: Fix drive_add for drives without media 2011-01-31 11:59:24 +01:00
devices.h OHCI qdev conversion 2010-04-05 19:57:40 +01:00
dma.c savevm: Add DeviceState param 2010-07-06 10:36:28 -05:00
dp8393x.c net: Consistently use qemu_macaddr_default_if_unset 2011-07-23 10:19:50 -05:00
ds1225y.c ds1225y: convert to qdev device, and use it in MIPS Jazz emulation 2011-07-20 20:54:51 +00:00
ds1338.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
dummy_m68k.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
e1000.c hw/e1000.c: convert to PCIDeviceInfo to initialize ids 2011-06-12 10:33:34 +03:00
e1000_hw.h Update to a hopefully more future proof FSF address 2009-07-16 20:47:01 +00:00
ecc.c spitz: make sl-nand emulation use qdev infrastructure 2011-01-29 13:25:22 +01:00
eccmemctl.c Add endianness as io mem parameter 2010-12-11 15:24:25 +00:00
eepro100.c Merge remote-tracking branch 'origin/master' into pci 2011-06-15 18:27:15 +03:00
eeprom93xx.c Fix typo in code and comments 2011-05-06 08:19:25 +01:00
eeprom93xx.h eepro100: Add a dev field to eeprom new/free functions 2010-07-06 10:36:28 -05:00
elf_ops.h elf: Calculate symbol size if needed 2010-09-09 19:37:16 +00:00
empty_slot.c sparc: Fix assertion caused by empty memory slot with 0 byte 2011-04-15 18:16:34 +00:00
empty_slot.h create empty_slot device 2010-04-18 08:55:12 +00:00
es1370.c hw/es1370.c: convert to PCIDeviceInfo to initialize ids 2011-06-12 10:33:34 +03:00
escc.c escc: fix interrupt flags 2011-01-29 15:07:19 +01:00
escc.h Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
esp.c scsi: Add 'hba_private' to SCSIRequest 2011-07-19 15:38:58 +02:00
esp.h ESP: fix ESP DMA access when DMA is not enabled 2010-09-11 16:38:33 +00:00
etraxfs.c Remove unused sysemu.h include directives 2011-04-15 18:25:41 +00:00
etraxfs.h Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
etraxfs_dma.c Add endianness as io mem parameter 2010-12-11 15:24:25 +00:00
etraxfs_dma.h Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
etraxfs_eth.c net: Consistently use qemu_macaddr_default_if_unset 2011-07-23 10:19:50 -05:00
etraxfs_pic.c Add endianness as io mem parameter 2010-12-11 15:24:25 +00:00
etraxfs_ser.c etraxfs-ser: Correct default value for RW_REC_CTRL 2011-06-30 10:52:22 +02:00
etraxfs_timer.c change all other clock references to use nanosecond resolution accessors 2011-03-21 09:23:23 +01:00
event_notifier.c notifier: event notifier implementation 2010-04-01 13:56:43 -05:00
event_notifier.h notifier: event notifier implementation 2010-04-01 13:56:43 -05:00
fdc.c floppy: save and restore DIR register 2011-04-07 13:51:48 +02:00
fdc.h fdc: make optional 2011-02-20 09:34:06 +00:00
firmware_abi.h Document sun ID PROM contents 2009-03-28 16:17:50 +00:00
flash.h onenand: Handle various ID fields separately 2011-07-30 06:42:16 +02:00
fmopl.c hw/fmopl: Fix buffer access out-of-bounds errors 2011-03-13 13:35:21 +00:00
fmopl.h audio merge (malc) 2004-11-07 18:04:02 +00:00
framebuffer.c pxa2xx_lcd: add proper rotation support 2011-07-04 22:12:21 +02:00
framebuffer.h Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
fw_cfg.c showing a splash picture when start 2011-07-29 08:25:44 -05:00
fw_cfg.h Change fw_cfg_add_file() to get full file path as a parameter. 2010-12-11 21:32:46 +00:00
g364fb.c Add endianness as io mem parameter 2010-12-11 15:24:25 +00:00
grackle_pci.c pci: pass address space to pci bus when created 2011-07-29 08:25:44 -05:00
grlib.h SPARC: Emulation of GRLIB APB UART 2011-01-24 20:54:34 +00:00
grlib_apbuart.c trace: Remove %s in grlib trace events 2011-04-26 13:14:49 +01:00
grlib_gptimer.c trace: Remove %s in grlib trace events 2011-04-26 13:14:49 +01:00
grlib_irqmp.c trace: Remove %s in grlib trace events 2011-04-26 13:14:49 +01:00
gt64xxx.c pci: pass address space to pci bus when created 2011-07-29 08:25:44 -05:00
gumstix.c Remove unused sysemu.h include directives 2011-04-15 18:25:41 +00:00
gus.c Keep track of ISA ports ISA device is using in qdev. 2010-12-11 21:27:46 +00:00
gusemu.h qdev/isa: convert gravis ultrasound 2009-09-10 19:48:00 +04:00
gusemu_hal.c Gravis Ultrasound GF1 sound card emulation (malc). 2008-01-14 22:09:11 +00:00
gusemu_mixer.c Fix some signedness issues caught by gcc 4.3 2008-06-08 01:42:47 +00:00
gustate.h Gravis Ultrasound GF1 sound card emulation (malc). 2008-01-14 22:09:11 +00:00
hda-audio.c hda-audio: exit cleanup 2010-11-09 16:51:12 +03:00
heathrow_pic.c vmstate: port heathrow_pic 2011-04-22 14:41:41 -05:00
hpet.c hpet: use specific endian ld/st_phys 2011-07-12 20:00:26 +00:00
hpet_emul.h pass info about hpets to seabios.] 2010-06-14 11:12:53 -05:00
hw.h vmstate: add no_migrate flag to VMStateDescription 2011-07-20 09:23:33 +02:00
i2c.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
i2c.h lm832x: Take DeviceState pointer in lm832x_key_event() 2011-07-30 06:00:42 +02:00
i8254.c change all other clock references to use nanosecond resolution accessors 2011-03-21 09:23:23 +01:00
i8259.c change all other clock references to use nanosecond resolution accessors 2011-03-21 09:23:23 +01:00
ide.h xen: implement unplug protocol in xen_platform 2011-07-26 07:02:17 +02:00
integratorcp.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
intel-hda-defs.h Add Intel HD Audio support to qemu. 2010-11-01 17:57:22 +03:00
intel-hda.c intel-hda: use specific endian ld/st_phys 2011-07-12 20:00:27 +00:00
intel-hda.h intel-hda: exit cleanup 2010-11-09 16:51:11 +03:00
ioapic.c ioapic: Do not set irr for masked edge IRQs 2011-04-27 20:04:51 +02:00
ioapic.h ioapic: Implement EOI handling for level-triggered IRQs 2011-02-04 06:33:26 -06:00
ioh3420.c hw/ioh3420.c: convert to PCIDeviceInfo to initialize ids 2011-06-12 10:33:35 +03:00
ioh3420.h ioh3420: pcie root port in X58 ioh 2010-10-20 12:06:43 +02:00
irq.c hw/irq: Add qemu_irq_split() so one GPIO output can feed two inputs 2011-03-06 19:01:31 +01:00
irq.h hw/irq: Add qemu_irq_split() so one GPIO output can feed two inputs 2011-03-06 19:01:31 +01:00
isa-bus.c Remove unused sysemu.h include directives 2011-04-15 18:25:41 +00:00
isa.h isa-bus: Remove bogus IRQ sharing check 2011-02-21 15:46:53 +01:00
isa_mmio.c isa_mmio: Always use little endian 2010-12-11 15:24:26 +00:00
ivshmem.c hw/ivshmem.c: convert to PCIDeviceInfo to initialize ids 2011-06-12 10:33:35 +03:00
jazz_led.c Add endianness as io mem parameter 2010-12-11 15:24:25 +00:00
kvmclock.c kvm: Drop CONFIG_KVM_PARA 2011-06-20 15:16:45 -03:00
kvmclock.h Fix fallouts from Linux header inclusion 2011-06-26 17:35:47 +00:00
lan9118.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
lance.c Introduce fw_name field to DeviceInfo structure. 2010-12-11 21:27:44 +00:00
leon3.c SPARC: Fix Leon3 cache control 2011-02-01 17:01:41 +00:00
lm32.h lm32: pic and juart helper functions 2011-03-07 13:42:36 +01:00
lm32_boards.c Remove unused sysemu.h include directives 2011-04-15 18:25:41 +00:00
lm32_hwsetup.h lm32: support for creating device tree 2011-03-07 13:42:37 +01:00
lm32_juart.c lm32: juart model 2011-03-07 13:42:36 +01:00
lm32_juart.h lm32: juart model 2011-03-07 13:42:36 +01:00
lm32_pic.c lm32: interrupt controller model 2011-03-07 13:42:36 +01:00
lm32_pic.h lm32: interrupt controller model 2011-03-07 13:42:36 +01:00
lm32_sys.c Spell "unkown" correctly in error_report() arguments 2011-06-24 09:13:37 +01:00
lm32_timer.c Spell "unkown" correctly in error_report() arguments 2011-06-24 09:13:37 +01:00
lm32_uart.c Spell "unkown" correctly in error_report() arguments 2011-06-24 09:13:37 +01:00
lm832x.c lm832x: Take DeviceState pointer in lm832x_key_event() 2011-07-30 06:00:42 +02:00
loader.c loader: fix a file descriptor leak 2011-01-12 19:48:57 +00:00
loader.h Add bootindex for option roms. 2010-12-11 21:32:47 +00:00
lsi53c895a.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
m48t59.c vmstate: port m48t59 2011-04-22 14:41:40 -05:00
mac_dbdma.c vmstate: port mac_dbdma 2011-04-22 14:41:43 -05:00
mac_dbdma.h Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
mac_nvram.c vmstate: port mac_nvram 2011-04-22 14:41:43 -05:00
macio.c pci: don't overwrite multi functio bit in pci header type. 2010-07-11 20:00:56 +03:00
mainstone.c Remove unused sysemu.h include directives 2011-04-15 18:25:41 +00:00
marvell_88w8618_audio.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
max111x.c vmstate: port max111x 2011-04-22 14:41:43 -05:00
max7310.c max7310: finish qdev'ication 2011-02-11 23:31:17 +01:00
mc146818rtc.c mc146818rtc: Handle host clock resets 2011-07-23 11:26:12 -05:00
mc146818rtc.h hpet/rtc: Rework RTC IRQ replacement by HPET 2010-06-13 15:33:00 +03:00
mcf.h Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
mcf5206.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
mcf5208.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
mcf_fec.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
mcf_intc.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
mcf_uart.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
microblaze_pic_cpu.c microblaze: Add CPU interrupt wrapper logic. 2009-05-26 21:10:38 +02:00
milkymist-ac97.c Spell "unkown" correctly in error_report() arguments 2011-06-24 09:13:37 +01:00
milkymist-hpdmc.c lm32: add Milkymist HPDMC support 2011-04-04 10:26:53 +02:00
milkymist-hw.h lm32: add Milkymist Minimac2 support 2011-05-03 10:48:40 +02:00
milkymist-memcard.c Spell "unkown" correctly in error_report() arguments 2011-06-24 09:13:37 +01:00
milkymist-minimac2.c Strip trailing '\n' from error_report()'s first argument 2011-06-24 09:13:36 +01:00
milkymist-pfpu.c Strip trailing '\n' from error_report()'s first argument 2011-06-24 09:13:36 +01:00
milkymist-softusb.c usb: Replace device_destroy bus op with a child_detach port op 2011-07-05 15:09:02 +02:00
milkymist-sysctl.c Spell "unkown" correctly in error_report() arguments 2011-06-24 09:13:37 +01:00
milkymist-tmu2.c Strip trailing '\n' from error_report()'s first argument 2011-06-24 09:13:36 +01:00
milkymist-uart.c lm32: add Milkymist UART support 2011-04-04 10:26:53 +02:00
milkymist-vgafb.c milkymist-vgafb: fix console resizing 2011-05-03 10:48:40 +02:00
milkymist-vgafb_template.h lm32: add Milkymist VGAFB support 2011-04-04 10:26:53 +02:00
milkymist.c lm32: add Milkymist Minimac2 support 2011-05-03 10:48:40 +02:00
mips-bios.h Remove obsolete BIOS_SIZE from sysemu.h 2009-05-19 14:52:42 +01:00
mips.h ds1225y: convert to qdev device, and use it in MIPS Jazz emulation 2011-07-20 20:54:51 +00:00
mips_addr.c Compile some MIPS devices only once 2010-03-27 07:26:16 +00:00
mips_cpudevs.h Compile some MIPS devices only once 2010-03-27 07:26:16 +00:00
mips_fulong2e.c smbus_eeprom: consolidate smbus eeprom creation oc pc_piix, mips_mapta, mips_fulong 2011-04-09 23:52:16 +02:00
mips_int.c mips: more fixes to the MIPS interrupt glue logic 2010-07-25 16:54:02 +02:00
mips_jazz.c ds1225y: convert to qdev device, and use it in MIPS Jazz emulation 2011-07-20 20:54:51 +00:00
mips_malta.c smbus_eeprom: consolidate smbus eeprom creation oc pc_piix, mips_mapta, mips_fulong 2011-04-09 23:52:16 +02:00
mips_mipssim.c isa_mmio: Always use little endian 2010-12-11 15:24:26 +00:00
mips_r4k.c ide: consolidate drive_get(IF_IDE) 2011-04-07 13:51:48 +02:00
mips_timer.c change all other clock references to use nanosecond resolution accessors 2011-03-21 09:23:23 +01:00
mipsnet.c net: Consistently use qemu_macaddr_default_if_unset 2011-07-23 10:19:50 -05:00
mpc8544_guts.c PPC: E500: Implement reboot controller 2011-06-17 02:58:23 +02:00
mpcore.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
msi.c msi: use specific endian ld/st_phys 2011-07-12 20:00:28 +00:00
msi.h msi: implements msi 2010-10-19 14:09:06 +02:00
msix.c msix: use specific endian ld/st_phys 2011-07-12 20:00:29 +00:00
msix.h msix: add helper to unuse all msix entries 2009-12-01 17:58:27 +02:00
msmouse.c qemu-char: Print strerror message on failure 2011-07-23 11:18:57 -05:00
msmouse.h qemu-char: Print strerror message on failure 2011-07-23 11:18:57 -05:00
mst_fpga.c Fix typos in comments (interupt -> interrupt) 2011-05-08 10:02:17 +01:00
multiboot.c multiboot: Fix bss segment support 2011-07-29 09:33:56 -05:00
multiboot.h multiboot: Separate multiboot loading into separate file 2010-01-08 09:58:41 -06:00
musicpal.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
nand.c hw/nand: qdevify 2011-07-30 06:21:31 +02:00
ne2000-isa.c ne2000_isa: refactor device creation 2011-02-20 09:32:26 +00:00
ne2000.c hw/ne2000.c: convert to PCIDeviceInfo to initialize ids 2011-06-12 10:33:35 +03:00
ne2000.h net: convert ne2000 to NICState 2009-12-03 09:41:31 -06:00
nseries.c onenand: Handle various ID fields separately 2011-07-30 06:42:16 +02:00
nvram.h m48t59: don't use reserved _t suffix 2010-02-07 08:05:03 +00:00
omap.h hw/omap_gpio.c: Convert to qdev 2011-07-30 06:00:40 +02:00
omap1.c hw/omap_gpio.c: Convert to qdev 2011-07-30 06:00:40 +02:00
omap2.c hw/omap_gpio.c: Convert to qdev 2011-07-30 06:00:40 +02:00
omap_clk.c hw/omap_clk: Add the clock for the OMAP2430-specific fifth GPIO module 2011-07-30 06:00:38 +02:00
omap_dma.c Add endianness as io mem parameter 2010-12-11 15:24:25 +00:00
omap_dss.c Add endianness as io mem parameter 2010-12-11 15:24:25 +00:00
omap_gpio.c hw/omap_gpio.c: Convert to qdev 2011-07-30 06:00:40 +02:00
omap_gpmc.c Add endianness as io mem parameter 2010-12-11 15:24:25 +00:00
omap_gptimer.c change all other clock references to use nanosecond resolution accessors 2011-03-21 09:23:23 +01:00
omap_i2c.c Add endianness as io mem parameter 2010-12-11 15:24:25 +00:00
omap_intc.c Add endianness as io mem parameter 2010-12-11 15:24:25 +00:00
omap_l4.c hw/omap_l4.c: Add helper function omap_l4_region_base 2011-07-30 06:00:33 +02:00
omap_lcd_template.h rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN 2009-07-27 14:09:21 -05:00
omap_lcdc.c Add endianness as io mem parameter 2010-12-11 15:24:25 +00:00
omap_mmc.c Add endianness as io mem parameter 2010-12-11 15:24:25 +00:00
omap_sdrc.c Add endianness as io mem parameter 2010-12-11 15:24:25 +00:00
omap_spi.c hw/omap2.c : separate spi module 2010-06-30 20:41:37 +02:00
omap_sx1.c Remove unused sysemu.h include directives 2011-04-15 18:25:41 +00:00
omap_synctimer.c change all other clock references to use nanosecond resolution accessors 2011-03-21 09:23:23 +01:00
omap_tap.c hw/omap2.c : separate tap module(Test-Chip-level) 2010-06-30 20:41:37 +02:00
omap_uart.c Add endianness as io mem parameter 2010-12-11 15:24:25 +00:00
onenand.c onenand: Add missing brace. 2011-07-30 06:53:39 +02:00
openpic.c openpic: Replace explicit byte swap with endian hints 2010-12-11 15:24:26 +00:00
openpic.h Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
palm.c hw/omap_gpio.c: Convert to qdev 2011-07-30 06:00:40 +02:00
parallel.c parallel: refactor device creation 2011-02-20 09:31:21 +00:00
pc.c pc: convert pc_memory_init() to memory API 2011-07-29 08:25:44 -05:00
pc.h pci: pass address space to pci bus when created 2011-07-29 08:25:44 -05:00
pc_piix.c Merge remote-tracking branch 'agraf/xen-next' into staging 2011-07-29 09:42:12 -05:00
pci-hotplug.c pci: use devfn for pci_find_device() instead of (slot, fn) pair 2011-03-28 18:34:22 +02:00
pci-stub.c pcie/aer: glue aer error injection into qemu monitor 2010-12-24 10:35:34 +02:00
pci.c pci: add MemoryRegion based BAR management API 2011-07-29 08:25:44 -05:00
pci.h pci: add MemoryRegion based BAR management API 2011-07-29 08:25:44 -05:00
pci_bridge.c pci bridge: implement secondary bus reset 2010-11-22 10:00:07 +02:00
pci_bridge.h pci/bridge: fix pci_bridge_reset() 2010-10-20 12:05:10 +02:00
pci_host.c pci: use devfn for pci_find_device() instead of (slot, fn) pair 2011-03-28 18:34:22 +02:00
pci_host.h pci: pass address space to pci bus when created 2011-07-29 08:25:44 -05:00
pci_ids.h Merge remote-tracking branch 'kraxel/usb.19' into staging 2011-07-19 08:03:20 -05:00
pci_internals.h pci: pass address space to pci bus when created 2011-07-29 08:25:44 -05:00
pci_regs.h Merge remote-tracking branch 'origin/master' into pci 2011-06-15 18:27:15 +03:00
pcie.c Fix typos in comments and code (occured -> occurred and related) 2011-05-08 10:02:18 +01:00
pcie.h Fix typos in comments and code (occured -> occurred and related) 2011-05-08 10:02:18 +01:00
pcie_aer.c Merge remote-tracking branch 'origin/master' into pci 2011-06-15 18:27:15 +03:00
pcie_aer.h pcie/aer: helper functions for pcie aer capability 2010-11-22 10:00:06 +02:00
pcie_host.c pci: use devfn for pci_find_device() instead of (slot, fn) pair 2011-03-28 18:34:22 +02:00
pcie_host.h Update to a hopefully more future proof FSF address 2010-03-07 15:48:43 +00:00
pcie_port.c pcie/port: fix bridge control register wmask 2010-11-22 10:00:06 +02:00
pcie_port.h pcie port: define struct PCIEPort/PCIESlot and helper functions 2010-10-20 12:05:45 +02:00
pcie_regs.h pcie_regs.h: more constants 2010-11-22 10:00:06 +02:00
pckbd.c pc: move port 92 stuff back to pc.c from pckbd.c 2011-01-06 18:24:35 +00:00
pcmcia.h Rearrange block headers 2010-08-24 15:22:24 +00:00
pcnet-pci.c hw/pcnet-pci.c: convert to PCIDeviceInfo to initialize ids 2011-06-12 10:33:36 +03:00
pcnet.c pcnet: Fix sign extension: make ipxe work with >2G RAM 2011-04-01 22:35:25 +02:00
pcnet.h Split out common pcnet code 2010-11-27 11:23:34 +00:00
pcspk.c change all other clock references to use nanosecond resolution accessors 2011-03-21 09:23:23 +01:00
petalogix_ml605_mmu.c petalogix_ml605_mmu: remove unused variable 2011-03-19 08:43:22 +00:00
petalogix_s3adsp1800_mmu.c microblaze: Fix PetaLogix company name 2011-03-11 15:24:37 +01:00
pflash_cfi01.c change all other clock references to use nanosecond resolution accessors 2011-03-21 09:23:23 +01:00
pflash_cfi02.c pflash_cfi02: Fix a typo in debug code (TARGET_FMT_pld -> TARGET_FMT_plx) 2011-05-29 11:58:28 +01:00
piix4.c hw/piix4.c: convert to PCIDeviceInfo to initialize ids 2011-06-12 10:33:36 +03:00
piix_pci.c pci: pass address space to pci bus when created 2011-07-29 08:25:44 -05:00
pixel_ops.h Use pixel_ops.h in PXA LCD screen drawing. 2007-06-13 22:36:30 +00:00
pl011.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
pl022.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
pl031.c Fix typos in comments (interupt -> interrupt) 2011-05-08 10:02:17 +01:00
pl050.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
pl061.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
pl080.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
pl110.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
pl110_template.h Correct spelling of licensed 2011-07-23 11:26:12 -05:00
pl181.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
pl190.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
pm_smbus.c Update to a hopefully more future proof FSF address 2010-05-15 17:52:49 +00:00
pm_smbus.h acpi: split out piix4 smbus routines from acpi.c into pm_smbus.c 2010-05-15 15:25:31 +00:00
ppc-viosrp.h Implement PAPR virtual SCSI interface (ibmvscsi) 2011-04-01 18:34:57 +02:00
ppc.c monitor: add PPC BookE SPRs 2011-05-09 22:31:37 +02:00
ppc.h Add POWER7 support for ppc 2011-04-01 18:34:55 +02:00
ppc4xx.h Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
ppc4xx_devs.c Fix typos in comments (instanciation -> instantiation) 2011-05-08 10:02:18 +01:00
ppc4xx_pci.c pci: pass address space to pci bus when created 2011-07-29 08:25:44 -05:00
ppc405.h Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
ppc405_boards.c ppc405: Fix memory leak 2011-02-20 18:23:07 +01:00
ppc405_uc.c ppc405_uc: use specific endian ld/st_phys 2011-07-12 20:00:31 +00:00
ppc440.c PPC: 440: Use 440 style MMU as default, so Qemu knows the MMU type 2011-06-17 02:58:35 +02:00
ppc440.h Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
ppc440_bamboo.c Remove unused sysemu.h include directives 2011-04-15 18:25:41 +00:00
ppc_mac.h pci: pass address space to pci bus when created 2011-07-29 08:25:44 -05:00
ppc_newworld.c pci: pass address space to pci bus when created 2011-07-29 08:25:44 -05:00
ppc_oldworld.c pci: pass address space to pci bus when created 2011-07-29 08:25:44 -05:00
ppc_prep.c pci: pass address space to pci bus when created 2011-07-29 08:25:44 -05:00
ppce500_mpc8544ds.c PPC: E500: Use MAS registers instead of internal TLB representation 2011-06-17 02:58:34 +02:00
ppce500_pci.c pci: pass address space to pci bus when created 2011-07-29 08:25:44 -05:00
prep_pci.c pci: pass address space to pci bus when created 2011-07-29 08:25:44 -05:00
prep_pci.h pci: pass address space to pci bus when created 2011-07-29 08:25:44 -05:00
primecell.h hw/arm_sysctl.c: Wire MCI register MMC card status bits to GPIO inputs 2011-03-06 19:01:30 +01:00
ps2.c PS/2 keyboard Scancode Set 3 support 2011-02-21 15:41:12 +01:00
ps2.h Remove unnecessary trailing newlines 2008-12-13 09:32:43 +00:00
ptimer.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
pxa.h Correct spelling of licensed 2011-07-23 11:26:12 -05:00
pxa2xx.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
pxa2xx_dma.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
pxa2xx_gpio.c pxa2xx_pic: update to use qdev 2011-02-25 12:13:38 +01:00
pxa2xx_keypad.c vmstate: port pxa2xx_keypad 2011-04-22 14:41:40 -05:00
pxa2xx_lcd.c pxa2xx_lcd: add proper rotation support 2011-07-04 22:12:21 +02:00
pxa2xx_mmci.c pxa2xx_dma: port to qdev/vmstate 2011-03-03 15:04:51 +01:00
pxa2xx_pcmcia.c Add endianness as io mem parameter 2010-12-11 15:24:25 +00:00
pxa2xx_pic.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
pxa2xx_template.h Fix Sparse warnings about using plain integer as NULL pointer 2009-09-21 18:11:34 +00:00
pxa2xx_timer.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
qdev-addr.c Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
qdev-addr.h Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
qdev-properties.c char: Allow devices to use a single multiplexed chardev. 2011-04-28 11:03:07 +05:30
qdev.c qdev: Reset hot-plugged devices 2011-07-29 08:17:40 -05:00
qdev.h qdev: add creation function that may fail 2011-02-12 08:27:55 +00:00
qxl-logger.c qxl-logger: add timestamp to command log 2011-07-04 15:35:12 +02:00
qxl-render.c spice: don't call displaystate callbacks from spice server context. 2011-05-03 15:35:48 +02:00
qxl.c qxl: upon reset, if spice worker is stopped, the command rings can be not empty 2011-07-20 10:08:53 +02:00
qxl.h spice/qxl: zap spice 0.4 migration compatibility bits 2011-01-24 15:13:54 +01:00
r2d.c sh_pci: qdev conversion 2011-01-20 12:37:21 +01:00
rc4030.c Replace cpu_physical_memory_rw were possible 2011-04-12 21:51:50 +02:00
realview.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
realview_gic.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
rtl8139.c Merge remote-tracking branch 'origin/master' into pci 2011-06-15 18:27:15 +03:00
s390-virtio-bus.c s390-virtio: use specific endian ld/st_phys 2011-07-12 20:00:32 +00:00
s390-virtio-bus.h virtio-blk: Turn drive serial into a qdev property 2011-07-05 11:23:29 +02:00
s390-virtio.c s390-virtio: use specific endian ld/st_phys 2011-07-12 20:00:32 +00:00
sb16.c change all other clock references to use nanosecond resolution accessors 2011-03-21 09:23:23 +01:00
sbi.c Add endianness as io mem parameter 2010-12-11 15:24:25 +00:00
scsi-bus.c scsi: Add 'hba_private' to SCSIRequest 2011-07-19 15:38:58 +02:00
scsi-defs.h scsi-disk: support WRITE SAME (16) with unmap bit 2010-12-17 16:11:03 +01:00
scsi-disk.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
scsi-generic.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
scsi.h scsi: Add 'hba_private' to SCSIRequest 2011-07-19 15:38:58 +02:00
sd.c sd: do not add one sector to the disk size 2011-07-30 07:26:40 +02:00
sd.h Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
serial.c change all other clock references to use nanosecond resolution accessors 2011-03-21 09:23:23 +01:00
sga.c Add an isa device for SGA 2011-06-07 13:52:30 -05:00
sh.h Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
sh7750.c Remove exec-all.h include directives 2011-06-26 18:25:35 +00:00
sh7750_regnames.c Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
sh7750_regnames.h SHIX board emulation (Samuel Tardieu) 2006-04-27 21:32:09 +00:00
sh7750_regs.h Fix typos in comments (accessable -> accessible, priveleged -> privileged) 2011-05-08 10:02:16 +01:00
sh_intc.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
sh_intc.h Replace gcc variadic macro extension with C99 version 2009-05-13 17:53:17 +00:00
sh_pci.c pci: pass address space to pci bus when created 2011-07-29 08:25:44 -05:00
sh_serial.c sh_serial: process all received characters 2011-01-20 12:37:20 +01:00
sh_timer.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
sharpsl.h SharpSL scoop device - convert to qdev 2011-01-29 13:23:13 +01:00
shix.c Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
slavio_intctl.c hw/slavio_intctl.c: fix gcc warning about array bounds overrun 2011-02-01 17:02:15 +00:00
slavio_misc.c Add endianness as io mem parameter 2010-12-11 15:24:25 +00:00
slavio_timer.c Add endianness as io mem parameter 2010-12-11 15:24:25 +00:00
sm501.c sm501: fix screen redraw 2011-01-21 17:56:32 +01:00
sm501_template.h Replace cpu_physical_memory_rw were possible 2011-04-12 21:51:50 +02:00
smbios.c Compile loader only once 2009-09-20 14:58:02 +00:00
smbios.h qemu: Add support for SMBIOS command line otions (Alex Williamson) 2009-04-17 18:59:56 +00:00
smbus.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
smbus.h smbus_eeprom: consolidate smbus eeprom creation oc pc_piix, mips_mapta, mips_fulong 2011-04-09 23:52:16 +02:00
smbus_eeprom.c smbus_eeprom: consolidate smbus eeprom creation oc pc_piix, mips_mapta, mips_fulong 2011-04-09 23:52:16 +02:00
smc91c111.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
soc_dma.c change all other clock references to use nanosecond resolution accessors 2011-03-21 09:23:23 +01:00
soc_dma.h Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
spapr.c Place pseries vty devices at addresses more similar to existing machines 2011-05-09 22:31:37 +02:00
spapr.h spapr: use specific endian ld/st_phys 2011-07-12 20:00:33 +00:00
spapr_hcall.c exec.h cleanup 2011-07-30 09:41:14 +00:00
spapr_llan.c pSeries: Clean up write-only variables 2011-05-20 17:56:03 +02:00
spapr_rtas.c Place pseries vty devices at addresses more similar to existing machines 2011-05-09 22:31:37 +02:00
spapr_vio.c Add a PAPR TCE-bypass mechanism for the pSeries machine 2011-04-01 18:34:57 +02:00
spapr_vio.h Place pseries vty devices at addresses more similar to existing machines 2011-05-09 22:31:37 +02:00
spapr_vscsi.c scsi: Add 'hba_private' to SCSIRequest 2011-07-19 15:38:58 +02:00
spapr_vty.c Add (virtual) interrupt to PAPR virtual tty device 2011-04-01 18:34:56 +02:00
sparc32_dma.c sparc32: ledma extra registers need tracing too 2010-12-20 21:08:07 +00:00
sparc32_dma.h Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
spitz.c hw/nand: qdevify 2011-07-30 06:21:31 +02:00
srp.h Implement PAPR virtual SCSI interface (ibmvscsi) 2011-04-01 18:34:57 +02:00
ssd0303.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
ssd0323.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
ssi-sd.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
ssi.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
ssi.h qdev: add return value to init() callbacks. 2009-08-27 20:43:28 -05:00
stellaris.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
stellaris_enet.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
stellaris_input.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
strongarm.c Strip trailing '\n' from error_report()'s first argument 2011-06-24 09:13:36 +01:00
strongarm.h Implement basic part of SA-1110/SA-1100 2011-04-20 12:59:15 +02:00
sun4c_intctl.c Add endianness as io mem parameter 2010-12-11 15:24:25 +00:00
sun4m.c always qemu_cpu_kick after unhalting a cpu 2011-03-13 14:44:21 +00:00
sun4m.h Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
sun4m_iommu.c Fix typo in code and comments 2011-05-06 08:19:25 +01:00
sun4u.c hw/sun4u.c: convert to PCIDeviceInfo to initialize ids 2011-06-12 10:33:36 +03:00
syborg.c Remove unused sysemu.h include directives 2011-04-15 18:25:41 +00:00
syborg.h Syborg (Symbian Virtual Platform) board 2009-05-14 23:11:09 +01:00
syborg_fb.c Add endianness as io mem parameter 2010-12-11 15:24:25 +00:00
syborg_interrupt.c Add endianness as io mem parameter 2010-12-11 15:24:25 +00:00
syborg_keyboard.c vmstate: port syborg_keyboard 2011-04-22 14:41:42 -05:00
syborg_pointer.c vmstate: port syborg_pointer 2011-04-22 14:41:42 -05:00
syborg_rtc.c vmstate: port syborg_rtc 2011-04-22 14:41:40 -05:00
syborg_serial.c Fix typos in comments (imediately -> immediately) 2011-05-08 10:02:17 +01:00
syborg_timer.c vmstate: port sysborg_timer 2011-04-22 14:41:40 -05:00
syborg_virtio.c virtio: guard against negative vq notifies 2011-06-12 10:33:38 +03:00
sysbus.c sysbus: add MemoryRegion based memory management API 2011-07-29 08:25:44 -05:00
sysbus.h sysbus: add MemoryRegion based memory management API 2011-07-29 08:25:44 -05:00
tc6393xb.c hw/nand: qdevify 2011-07-30 06:21:31 +02:00
tc6393xb_template.h Delete write only variables 2010-10-13 18:41:29 +00:00
tc58128.c Remove unused sysemu.h include directives 2011-04-15 18:25:41 +00:00
tcx.c Add endianness as io mem parameter 2010-12-11 15:24:25 +00:00
tmp105.c tmp105: update the register in post_load where it needs updating. 2010-05-15 14:31:27 +02:00
tosa.c Remove unused sysemu.h include directives 2011-04-15 18:25:41 +00:00
tsc210x.c change all other clock references to use nanosecond resolution accessors 2011-03-21 09:23:23 +01:00
tsc2005.c change all other clock references to use nanosecond resolution accessors 2011-03-21 09:23:23 +01:00
tusb6010.c change all other clock references to use nanosecond resolution accessors 2011-03-21 09:23:23 +01:00
twl92230.c Remove unused sysemu.h include directives 2011-04-15 18:25:41 +00:00
unin_pci.c pci: pass address space to pci bus when created 2011-07-29 08:25:44 -05:00
usb-bt.c usb-bt doesn't support migration 2011-07-20 14:49:41 +02:00
usb-bus.c usb_register_port(): do not set port->opaque and port->index twice 2011-07-08 11:26:10 +02:00
usb-ccid.c usb-ccid: Drop unused CCIDCardInfo callback print() 2011-07-23 11:20:02 -05:00
usb-desc.c usb: ignore USB_DT_DEBUG 2011-06-23 17:15:55 +02:00
usb-desc.h usb: Pass the packet to the device's handle_control callback 2011-05-26 11:55:02 +02:00
usb-ehci.c ehci doesn't support migration 2011-07-20 14:49:41 +02:00
usb-hid.c usb-hid: Fix 0/0 position for Windows in tablet mode 2011-07-30 07:18:41 +02:00
usb-hub.c usb-hub: remove unused descriptor arrays 2011-07-08 11:26:10 +02:00
usb-msd.c Merge remote-tracking branch 'kraxel/migration.2' into staging 2011-07-29 09:39:37 -05:00
usb-musb.c usb: Replace device_destroy bus op with a child_detach port op 2011-07-05 15:09:02 +02:00
usb-net.c usb-net doesn't support migration 2011-07-20 14:49:41 +02:00
usb-ohci.c usb-ohci: convert to MemoryRegion 2011-07-29 08:25:44 -05:00
usb-ohci.h Revert "Compile usb-ohci only once" 2010-04-04 21:18:26 +01:00
usb-serial.c Merge remote-tracking branch 'kraxel/migration.2' into staging 2011-07-29 09:39:37 -05:00
usb-uhci.c usb-uhci: fix irq handling on error. 2011-07-22 13:36:31 +02:00
usb-uhci.h MIPS: Initial support of VIA USB controller used by fulong mini pc 2010-06-29 23:07:52 +02:00
usb-wacom.c usb-wacom doesn't support migration 2011-07-20 14:49:41 +02:00
usb.c usb: assert on calling usb_attach(port, NULL) on a port without a dev 2011-07-05 15:09:02 +02:00
usb.h usb: Replace device_destroy bus op with a child_detach port op 2011-07-05 15:09:02 +02:00
versatile_pci.c pci: pass address space to pci bus when created 2011-07-29 08:25:44 -05:00
versatilepb.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
vexpress.c hw/vexpress.c: Add model of ARM Versatile Express board 2011-04-03 18:04:36 +02:00
vga-isa-mm.c Add endianness as io mem parameter 2010-12-11 15:24:25 +00:00
vga-isa.c isa-vga: Make available with -device, like the other VGA qdevs 2011-06-07 13:52:10 -05:00
vga-pci.c hw/vga-pci.c: convert to PCIDeviceInfo to initialize ids 2011-06-12 10:33:37 +03:00
vga.c Optimize screendump 2011-06-22 07:18:38 -05:00
vga_int.h vga: Fix type of lfb/map_addr/end. 2011-07-23 11:19:02 -05:00
vga_template.h vga: Rename last VGAState occurrences to VGACommonState 2009-09-09 14:55:14 -05:00
vhost.c vhost: fix double free on device stop 2011-07-17 18:47:33 +03:00
vhost.h vhost: force vhost off for non-MSI guests 2011-02-01 16:50:44 -06:00
vhost_net.c print meaningful error message in case of --disable-vhost-net 2011-06-14 16:48:04 +03:00
vhost_net.h vhost: force vhost off for non-MSI guests 2011-02-01 16:50:44 -06:00
virtex_ml507.c PPC: move TLBs to their own arrays 2011-06-17 02:58:37 +02:00
virtio-balloon.c Remove unused sysemu.h include directives 2011-04-15 18:25:41 +00:00
virtio-balloon.h virtio: Add memory statistics reporting to the balloon driver 2010-01-26 17:08:03 -06:00
virtio-blk.c virtio-blk: Turn drive serial into a qdev property 2011-07-05 11:23:29 +02:00
virtio-blk.h virtio-blk: Turn drive serial into a qdev property 2011-07-05 11:23:29 +02:00
virtio-console.c virtio-serial: Turn props any virtio-serial-bus device must have into bus props 2011-07-23 11:20:41 -05:00
virtio-net.c iov: Update parameter usage in iov_(to|from)_buf() 2011-07-18 16:06:27 +02:00
virtio-net.h virtio-net: Introduce a new bottom half packet TX 2010-09-07 20:29:29 +03:00
virtio-pci.c virtio-blk: Turn drive serial into a qdev property 2011-07-05 11:23:29 +02:00
virtio-pci.h virtio-blk: Turn drive serial into a qdev property 2011-07-05 11:23:29 +02:00
virtio-serial-bus.c virtio-serial: Turn props any virtio-serial-bus device must have into bus props 2011-07-23 11:20:41 -05:00
virtio-serial.h virtio-serial: Drop redundant VirtIOSerialPort member info 2011-05-27 15:50:56 +05:30
virtio.c virtio: fix indirect descriptor buffer overflow 2011-07-17 18:47:34 +03:00
virtio.h virtio-blk: Turn drive serial into a qdev property 2011-07-05 11:23:29 +02:00
vmmouse.c vmmouse: Register vmstate via qdev 2011-03-22 07:44:15 +01:00
vmport.c Remove unused sysemu.h include directives 2011-04-15 18:25:41 +00:00
vmware_vga.c vmware_vga.c: convert to PCIDeviceInfo to initialize ids 2011-06-12 10:33:33 +03:00
vmware_vga.h x86,MIPS: make vmware_vga optional 2011-02-12 08:28:22 +00:00
vt82c686.c hw/vt82c686.c: convert to PCIDeviceInfo to initialize ids 2011-06-12 10:33:37 +03:00
vt82c686.h Initial support of vt82686b south bridge used by fulong mini pc 2010-06-29 23:07:51 +02:00
watchdog.c Improve vm_stop reason declarations 2011-02-14 12:39:46 -02:00
watchdog.h Delete useless 'extern' qualifiers for functions 2011-01-23 16:21:20 +00:00
wdt_i6300esb.c wdt: remove unused variables 2011-06-16 00:20:12 +03:00
wdt_ib700.c change all other clock references to use nanosecond resolution accessors 2011-03-21 09:23:23 +01:00
wm8750.c Delete write only variables 2010-10-13 18:41:29 +00:00
xen.h xen: make xen_enabled even more clever 2011-07-26 06:43:11 +02:00
xen_backend.c xen: Add initialisation of Xen 2011-05-08 10:10:00 +02:00
xen_backend.h xen: Support new libxc calls from xen unstable. 2011-05-08 10:09:59 +02:00
xen_blkif.h static and inline should came before the type of the functions 2009-09-25 19:51:45 +00:00
xen_common.h xen_console: support the new extended xenstore protocol 2011-07-17 01:54:25 +02:00
xen_console.c xen_console: fall back to qemu serial device 2011-07-17 01:54:25 +02:00
xen_devconfig.c net: Consistently use qemu_macaddr_default_if_unset 2011-07-23 10:19:50 -05:00
xen_disk.c xen_disk: treat "aio" as "raw" 2011-07-17 01:54:25 +02:00
xen_domainbuild.c xen: Support new libxc calls from xen unstable. 2011-05-08 10:09:59 +02:00
xen_domainbuild.h xen: pv domain builder. (Gerd Hoffmann) 2009-04-22 15:19:44 +00:00
xen_machine_pv.c xen: Add initialisation of Xen 2011-05-08 10:10:00 +02:00
xen_nic.c xen: Replace some tab-indents with spaces (clean-up). 2011-05-08 10:09:59 +02:00
xen_platform.c xen: implement unplug protocol in xen_platform 2011-07-26 07:02:17 +02:00
xenfb.c xen: add vkbd support for PV on HVM guests 2011-07-17 01:54:25 +02:00
xics.c pseries: Abolish envs array 2011-04-08 11:32:21 +02:00
xics.h pseries: Abolish envs array 2011-04-08 11:32:21 +02:00
xilinx.h microblaze: Add PetaLogix ml605 MMU little-endian ref design 2011-03-16 15:18:58 +01:00
xilinx_axidma.c Fix typos in comment (threshhold -> threshold, mapp -> map) 2011-05-08 10:02:18 +01:00
xilinx_axidma.h xilinx: Add AXIENET & DMA models 2011-03-16 15:18:58 +01:00
xilinx_axienet.c xilinx: Add AXIENET & DMA models 2011-03-16 15:18:58 +01:00
xilinx_ethlite.c xilinx-ethlite: Simplify byteswapping to/from brams 2011-03-10 09:16:52 +01:00
xilinx_intc.c Add endianness as io mem parameter 2010-12-11 15:24:25 +00:00
xilinx_timer.c Remove unused sysemu.h include directives 2011-04-15 18:25:41 +00:00
xilinx_uartlite.c Add endianness as io mem parameter 2010-12-11 15:24:25 +00:00
xio3130_downstream.c hw/xio3130_downstream.c: convert to PCIDeviceInfo to initialize ids 2011-06-12 10:33:38 +03:00
xio3130_downstream.h x3130: pcie downstream port 2010-10-20 12:06:53 +02:00
xio3130_upstream.c hw/xio3130_upstream.c: convert to PCIDeviceInfo to initialize ids 2011-06-12 10:33:38 +03:00
xio3130_upstream.h x3130: pcie upstream port 2010-10-20 12:06:50 +02:00
z2.c Add support for Zipit Z2 machine 2011-07-30 07:08:30 +02:00
zaurus.c Drop unnecessary inclusions of pxa.h header 2011-02-11 23:31:16 +01:00