qemu-e2k/hw
Stefan Hajnoczi 302a0d3ed7 hw/9pfs: replace iovec manipulation with QEMUIOVector
The v9fs_read() and v9fs_write() functions rely on iovec[] manipulation
code should be replaced with QEMUIOVector to avoid duplicating code.
In the future it may be possible to make the code even more concise by
using QEMUIOVector consistently across virtio and 9pfs.

The "v" format specifier for pdu_marshal() and pdu_unmarshal() is
dropped since it does not actually pack/unpack anything.  The specifier
was also not implemented to update the offset variable and could only be
used at the end of a format string, another sign that this shouldn't
really be a format specifier.  Instead, see the new
v9fs_init_qiov_from_pdu() function.

This change avoids a possible iovec[] buffer overflow when indirect
vrings are used since the number of vectors is now limited by the
underlying VirtQueueElement and cannot be out-of-bounds.

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
2011-12-21 12:37:22 +05:30
..
9pfs hw/9pfs: replace iovec manipulation with QEMUIOVector 2011-12-21 12:37:22 +05:30
ide isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions 2011-12-20 15:44:30 -06:00
9p.h Move stdbool.h 2010-06-13 19:00:50 +01:00
a9mpcore.c hw/a9mpcore.c: Implement A9MP peripherals rather than 11MPcore ones 2011-12-12 10:26:31 +00:00
ac97.c ac97: don't override the pci subsystem id 2011-11-07 10:57:37 -06:00
acpi.c fix typo: delete redundant semicolon 2011-12-06 09:56:41 +00:00
acpi.h acpi, acpi_piix: factor out GPE logic 2011-04-10 14:00:14 +02:00
acpi_piix4.c qdev: switch children device list to QTAILQ 2011-10-28 19:25:51 +02:00
adb.c ppc: move ADB stuff from ppc_mac.h to adb.h 2011-10-06 09:48:07 +02:00
adb.h ppc: move ADB stuff from ppc_mac.h to adb.h 2011-10-06 09:48:07 +02:00
adlib.c audio: remove unused parameter isa_pic 2011-12-20 15:44:31 -06:00
ads7846.c vmstate: port ads7846 2011-04-22 14:41:40 -05:00
alpha_dp264.c alpha: give ISA bus to ISA methods 2011-12-20 15:44:30 -06:00
alpha_pci.c target-alpha: Add CLIPPER emulation. 2011-10-08 08:49:09 -07:00
alpha_sys.h alpha: give ISA bus to ISA methods 2011-12-20 15:44:30 -06:00
alpha_typhoon.c alpha: give ISA bus to ISA methods 2011-12-20 15:44:30 -06:00
an5206.c mcf5206: convert to memory API 2011-11-28 15:38:42 +02:00
apb_pci.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
apb_pci.h
apic.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
apic.h target-i386: Remove unused polarity arguments from APIC API 2011-08-22 14:37:03 -05: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 Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
arm-misc.h armv7m: convert to memory API 2011-09-04 17:46:50 +03:00
arm11mpcore.c hw/mpcore.c: Merge with hw/arm11mpcore.c 2011-12-12 10:26:31 +00:00
arm_boot.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
arm_gic.c Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging 2011-12-14 07:59:21 -06:00
arm_mptimer.c hw/arm_mptimer.c: Turn ARM MPcore private timers into qdev devices 2011-12-12 10:26:31 +00:00
arm_pic.c monitor: Restrict pic/irq_info to supporting targets 2011-10-16 11:11:55 +00:00
arm_sysctl.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
arm_timer.c Fix sp804 dual-timer 2011-12-12 10:25:42 +00:00
armv7m.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
armv7m_nvic.c arm_gic: convert to memory API 2011-08-22 10:20:10 -05:00
audiodev.h audio: remove unused parameter isa_pic 2011-12-20 15:44:31 -06:00
axis_dev88.c axis_dev88: convert to memory API 2011-11-24 18:32:00 +02:00
baum.c char: remove qemu_chr_send_event() 2011-08-22 10:17:44 -05:00
baum.h Fix chrdev return value conversion 2011-07-24 14:48:57 +00:00
bitbang_i2c.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
bitbang_i2c.h
blizzard.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
blizzard_template.h
boards.h machine, Add default_machine_opts to QEMUMachine. 2011-05-08 10:09:59 +02:00
bonito.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
bt-hci-csr.c fix spelling in hw sub directory 2011-12-06 09:56:41 +00:00
bt-hci.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
bt-hid.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
bt-l2cap.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
bt-sdp.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
bt.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
bt.h Use new macro QEMU_PACKED for packed structures 2011-09-03 10:45:59 +00:00
cbus.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
ccid-card-emulated.c ccid: make threads joinable 2011-12-12 17:06:22 -06:00
ccid-card-passthru.c ccid: Fix buffer overrun in handling of VSC_ATR message 2011-11-28 16:20:53 -06:00
ccid.h Correct spelling of licensed 2011-07-23 11:26:12 -05:00
cdrom.c
cirrus_vga.c Merge remote-tracking branch 'qemu-kvm/memory/mutators' into staging 2011-12-19 09:12:25 -06: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 strongarm: convert to memory API 2011-10-17 15:59:18 +02:00
container.c qom: introduce root device 2011-12-15 09:20:47 -06: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 monitor: Restrict pic/irq_info to supporting targets 2011-10-16 11:11:55 +00:00
cs4231.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
cs4231a.c audio: remove unused parameter isa_pic 2011-12-20 15:44:31 -06:00
cuda.c PPC: Fix via-cuda memory registration 2011-10-06 09:48:07 +02:00
debugcon.c char: rename qemu_chr_write() -> qemu_chr_fe_write() 2011-08-22 10:17:15 -05:00
dec_pci.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
dec_pci.h
device-hotplug.c blockdev: Fix drive_add for drives without media 2011-01-31 11:59:24 +01:00
devices.h tc63963xb: convert to memory API 2011-10-17 15:59:18 +02:00
dma.c dma: Avoid reentrancy in DMA transfer handlers 2011-11-04 14:23:58 +01:00
dp8393x.c Merge remote-tracking branch 'stefanha/trivial-patches' into staging 2011-12-05 08:44:33 -06:00
ds1225y.c Convert source files to UTF-8 encoding 2011-12-06 09:59:05 +00:00
ds1338.c Correct spelling of licensed 2011-07-23 11:26:12 -05:00
dummy_m68k.c dummy_m68k: convert to memory API 2011-09-04 17:46:51 +03:00
e1000.c Remove unnecessary casts from PCI DMA code in e1000 2011-12-12 11:16:50 -06:00
e1000_hw.h fix spelling in hw sub directory 2011-12-06 09:56:41 +00:00
ecc.c spitz: make sl-nand emulation use qdev infrastructure 2011-01-29 13:25:22 +01:00
eccmemctl.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
eepro100.c Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging 2011-12-14 07:59:21 -06:00
eeprom93xx.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
eeprom93xx.h eepro100: Add a dev field to eeprom new/free functions 2010-07-06 10:36:28 -05:00
elf_ops.h Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
empty_slot.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
empty_slot.h
es1370.c hw: Fix spelling in comments and code 2011-12-14 11:09:38 +00:00
escc.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
escc.h ppc: convert to memory API 2011-08-08 10:22:29 -05:00
esp.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
esp.h ESP: fix ESP DMA access when DMA is not enabled 2010-09-11 16:38:33 +00:00
etraxfs.h monitor: Restrict pic/irq_info to supporting targets 2011-10-16 11:11:55 +00:00
etraxfs_dma.c fix spelling in hw sub directory 2011-12-06 09:56:41 +00:00
etraxfs_dma.h
etraxfs_eth.c etraxfs_eth: drop bogus cpu_unregister_io_memory() 2011-12-19 17:23:27 +02:00
etraxfs_pic.c fix spelling in hw sub directory 2011-12-06 09:56:41 +00:00
etraxfs_ser.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
etraxfs_timer.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
fdc.c Convert source files to UTF-8 encoding 2011-12-06 09:59:05 +00:00
fdc.h isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions 2011-12-20 15:44:30 -06:00
firmware_abi.h
flash.h pflash_cfi01/pflash_cfi02: convert to memory API 2011-09-04 17:46:51 +03:00
fmopl.c fmopl: Fix spelling in code and comments 2011-12-14 11:08:20 +00:00
fmopl.h fmopl: Fix spelling in code and comments 2011-12-14 11:08:20 +00:00
framebuffer.c pxa2xx_lcd: add proper rotation support 2011-07-04 22:12:21 +02:00
framebuffer.h
fw_cfg.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02: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 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
grackle_pci.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
grlib.h SPARC: Emulation of GRLIB APB UART 2011-01-24 20:54:34 +00:00
grlib_apbuart.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
grlib_gptimer.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
grlib_irqmp.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
gt64xxx.c gt64xxx.c: remove reference to non-existing ISD_handle field 2011-10-05 09:19:05 +01:00
gumstix.c pxa: Pass in address_space to pxa{255, 270}_init 2011-10-02 16:14:02 +02:00
gus.c audio: remove unused parameter isa_pic 2011-12-20 15:44:31 -06:00
gusemu.h hw: Fix spelling in comments 2011-12-14 11:09:12 +00:00
gusemu_hal.c fix spelling in hw sub directory 2011-12-06 09:56:41 +00:00
gusemu_mixer.c
gustate.h
hda-audio.c hda: do not mix output and input stream states, RHBZ #740493 2011-10-25 19:15:20 +04:00
heathrow_pic.c PPC: Fix heathrow PIC to use little endian MMIO 2011-10-06 09:48:07 +02:00
hid.c hid: fix misassignment 2011-09-10 14:49:51 +00:00
hid.h usb/hid: add hid_pointer_activate, use it 2011-08-10 14:14:00 +02:00
hpet.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
hpet_emul.h Use new macro QEMU_PACKED for packed structures 2011-09-03 10:45:59 +00:00
hw.h QEMUFileCloseFunc: add return value documentation (v2) 2011-12-12 11:47:19 -06:00
i2c.c qdev: switch children device list to QTAILQ 2011-10-28 19:25:51 +02:00
i2c.h lm832x: Take DeviceState pointer in lm832x_key_event() 2011-07-30 06:00:42 +02:00
i8254.c isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions 2011-12-20 15:44:30 -06:00
i8259.c i8259: give ISA device to isa_register_ioport() 2011-12-20 15:44:30 -06:00
ide.h isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions 2011-12-20 15:44:30 -06:00
integratorcp.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02: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: fix stream search 2011-11-02 07:51:58 -05:00
intel-hda.h hda: do not mix output and input stream states, RHBZ #740493 2011-10-25 19:15:20 +04:00
ioapic.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
ioapic.h pc: Generalize ISA IRQs to GSIs 2011-10-16 11:10:48 +00: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 irq: introduce qemu_irq_proxy() 2011-09-23 11:51:05 -05:00
irq.h irq: introduce qemu_irq_proxy() 2011-09-23 11:51:05 -05:00
isa-bus.c isa: always use provided ISA bus in isa_bus_irqs() 2011-12-20 15:44:31 -06:00
isa.h isa: move ISABus structure definition to header file 2011-12-20 15:44:30 -06:00
isa_mmio.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
ivshmem.c ivshmem: fix PCI BAR2 registration during initialization 2011-11-21 15:05:59 -06:00
jazz_led.c Convert source files to UTF-8 encoding 2011-12-06 09:59:05 +00:00
kvmclock.c Drop the vm_running global variable 2011-09-15 16:39:32 -03:00
kvmclock.h Fix fallouts from Linux header inclusion 2011-06-26 17:35:47 +00:00
lan9118.c fix spelling in hw sub directory 2011-12-06 09:56:41 +00:00
lance.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
leon3.c leon3: convert to memory API 2011-09-04 17:46:51 +03:00
lm32.h lm32: pic and juart helper functions 2011-03-07 13:42:36 +01:00
lm32_boards.c lm32_boards: convert to memory API 2011-09-04 17:46:51 +03:00
lm32_hwsetup.h Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
lm32_juart.c char: rename qemu_chr_write() -> qemu_chr_fe_write() 2011-08-22 10:17:15 -05:00
lm32_juart.h lm32: juart model 2011-03-07 13:42:36 +01:00
lm32_pic.c monitor: Restrict pic/irq_info to supporting targets 2011-10-16 11:11:55 +00:00
lm32_pic.h monitor: Restrict pic/irq_info to supporting targets 2011-10-16 11:11:55 +00:00
lm32_sys.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
lm32_timer.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
lm32_uart.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
lm832x.c lm832x: Take DeviceState pointer in lm832x_key_event() 2011-07-30 06:00:42 +02:00
lm4549.c hw: Fix spelling (licenced->licensed) 2011-12-14 11:08:23 +00:00
lm4549.h hw: Fix spelling (licenced->licensed) 2011-12-14 11:08:23 +00:00
loader.c loader: Fix read_targphys() to behave when read() fails 2011-11-19 11:23:42 +00:00
loader.h loader: Fix read_targphys() to behave when read() fails 2011-11-19 11:23:42 +00:00
lsi53c895a.c Remove unnecessary casts from PCI DMA code in lsi53c895a 2011-12-12 11:16:52 -06:00
m48t59.c isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions 2011-12-20 15:44:30 -06:00
mac_dbdma.c remove unused function 2011-10-21 18:14:29 +02:00
mac_dbdma.h remove unused function 2011-10-21 18:14:29 +02:00
mac_nvram.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
macio.c pci: rename pci_register_bar_region() to pci_register_bar() 2011-08-08 10:22:30 -05:00
mainstone.c pxa: Pass in address_space to pxa{255, 270}_init 2011-10-02 16:14:02 +02:00
marvell_88w8618_audio.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02: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 isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions 2011-12-20 15:44:30 -06:00
mc146818rtc.h isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions 2011-12-20 15:44:30 -06:00
mcf.h mcf_intc: convert to memory API 2011-11-28 15:38:42 +02:00
mcf5206.c mcf_uart: convert to memory API 2011-11-28 15:38:42 +02:00
mcf5208.c mcf_intc: convert to memory API 2011-11-28 15:38:42 +02:00
mcf_fec.c mcf_fec: convert to memory API 2011-11-28 15:38:42 +02:00
mcf_intc.c mcf_intc: convert to memory API 2011-11-28 15:38:42 +02:00
mcf_uart.c mcf_uart: convert to memory API 2011-11-28 15:38:42 +02:00
microblaze_pic_cpu.c monitor: Restrict pic/irq_info to supporting targets 2011-10-16 11:11:55 +00:00
microblaze_pic_cpu.h xilinx: removed microbalze_pic_init from xilinx.h 2011-08-22 23:29:37 +02:00
milkymist-ac97.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
milkymist-hpdmc.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
milkymist-hw.h milkymist_uart: support new core version 2011-10-03 12:44:22 +02:00
milkymist-memcard.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
milkymist-minimac2.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
milkymist-pfpu.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
milkymist-softusb.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
milkymist-sysctl.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
milkymist-tmu2.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
milkymist-uart.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
milkymist-vgafb.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
milkymist-vgafb_template.h lm32: add Milkymist VGAFB support 2011-04-04 10:26:53 +02:00
milkymist.c milkymist: new interrupt map 2011-10-03 12:44:22 +02:00
mips-bios.h
mips.h dp8393x: convert to memory API 2011-11-24 18:31:59 +02:00
mips_addr.c
mips_cpudevs.h
mips_fulong2e.c fulong2e: give ISA bus to ISA methods 2011-12-20 15:44:30 -06:00
mips_int.c mips: more fixes to the MIPS interrupt glue logic 2010-07-25 16:54:02 +02:00
mips_jazz.c audio: remove unused parameter isa_pic 2011-12-20 15:44:31 -06:00
mips_malta.c audio: remove unused parameter isa_pic 2011-12-20 15:44:31 -06:00
mips_mipssim.c Fix spelling in documentation and comments (similiar -> similar) 2011-11-17 12:57:36 +00:00
mips_r4k.c isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions 2011-12-20 15:44:30 -06:00
mips_timer.c change all other clock references to use nanosecond resolution accessors 2011-03-21 09:23:23 +01:00
mipsnet.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
mpc8544_guts.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02: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: avoid mask updates if mask is unchanged 2011-11-21 15:05:59 -06:00
msix.h msix: convert to memory API 2011-08-08 10:22:30 -05:00
msmouse.c char: rename qemu_chr_read() -> qemu_chr_be_write() 2011-08-22 10:17:16 -05:00
msmouse.h qemu-char: Print strerror message on failure 2011-07-23 11:18:57 -05:00
mst_fpga.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
multiboot.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
multiboot.h
musicpal.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
nand.c hw/nand: reject read-only drives 2011-11-14 03:19:18 +01:00
ne2000-isa.c ne2000: Convert to isa_register_ioport 2011-10-11 15:57:10 +02:00
ne2000.c pci: interrupt pin documentation update 2011-09-19 21:22:29 +03:00
ne2000.h ne2000: convert to memory API 2011-08-08 10:22:29 -05:00
nseries.c omap_uart: convert to memory API 2011-11-28 15:38:39 +02:00
nvram.h isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions 2011-12-20 15:44:30 -06:00
omap.h omap_l4: rename omap_l4_attach_region() to omap_l4_attach() 2011-11-28 15:40:49 +02:00
omap1.c omap_i2c: convert to memory API 2011-11-28 15:38:47 +02:00
omap2.c fix spelling in hw sub directory 2011-12-06 09:56:41 +00:00
omap_clk.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
omap_dma.c omap_dma: convert to memory API 2011-11-28 15:38:41 +02:00
omap_dss.c omap_l4: rename omap_l4_attach_region() to omap_l4_attach() 2011-11-28 15:40:49 +02:00
omap_gpio.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
omap_gpmc.c hw/omap_gpmc.c: Add missing 'break's to fix 8 bit NAND writes 2011-11-09 12:06:20 -06:00
omap_gptimer.c omap_l4: rename omap_l4_attach_region() to omap_l4_attach() 2011-11-28 15:40:49 +02:00
omap_i2c.c omap_l4: rename omap_l4_attach_region() to omap_l4_attach() 2011-11-28 15:40:49 +02:00
omap_intc.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
omap_l4.c omap_l4: rename omap_l4_attach_region() to omap_l4_attach() 2011-11-28 15:40:49 +02:00
omap_lcd_template.h
omap_lcdc.c omap_lcdc: convert to memory API 2011-11-28 15:38:47 +02:00
omap_mmc.c omap_l4: rename omap_l4_attach_region() to omap_l4_attach() 2011-11-28 15:40:49 +02:00
omap_sdrc.c omap_sdrc: convert to memory API 2011-11-28 15:38:41 +02:00
omap_spi.c omap_l4: rename omap_l4_attach_region() to omap_l4_attach() 2011-11-28 15:40:49 +02:00
omap_sx1.c omap_sx1: convert to memory API 2011-11-28 15:38:46 +02:00
omap_synctimer.c omap_l4: rename omap_l4_attach_region() to omap_l4_attach() 2011-11-28 15:40:49 +02:00
omap_tap.c omap_l4: rename omap_l4_attach_region() to omap_l4_attach() 2011-11-28 15:40:49 +02:00
omap_uart.c omap_l4: rename omap_l4_attach_region() to omap_l4_attach() 2011-11-28 15:40:49 +02:00
onenand.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
opencores_eth.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
openpic.c Merge remote-tracking branch 'upstream' into memory/batch 2011-10-09 13:11:50 +02:00
openpic.h openpic: Memory API conversion for mpic 2011-10-02 16:14:02 +02:00
palm.c palm: convert to memory API 2011-10-10 15:29:28 +02:00
parallel.c parallel: convert to memory API 2011-11-24 18:31:54 +02:00
pc.c isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions 2011-12-20 15:44:30 -06:00
pc.h audio: remove unused parameter isa_pic 2011-12-20 15:44:31 -06:00
pc_piix.c audio: remove unused parameter isa_pic 2011-12-20 15:44:31 -06:00
pci-hotplug.c usb-msd: do not register twice in the boot order 2011-11-22 10:33:30 +01:00
pci-stub.c pcie_aer: adjust do_pcie_aer_inejct_error -> do_pcie_aer_inject_error 2011-12-06 09:56:41 +00:00
pci.c qapi: Convert query-pci 2011-10-27 11:48:47 -02:00
pci.h msix: track function masked in pci device state 2011-11-21 15:05:59 -06:00
pci_bridge.c pci_bridge: fix typo 2011-10-23 14:05:46 +00:00
pci_bridge.h pci/bridge: fix pci_bridge_reset() 2010-10-20 12:05:10 +02:00
pci_host.c pci_host: convert conf index and data ports to memory API 2011-09-04 17:46:50 +03:00
pci_host.h prep_pci: convert to memory API 2011-11-24 18:32:03 +02: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_bridge: simplify memory regions some more 2011-09-20 17:46:12 +03:00
pci_regs.h ahci: add port I/O index-data pair 2011-09-21 14:32:20 +02:00
pcie.c pcie/slot: fix hotplug event 2011-08-24 15:52:54 +03:00
pcie.h Fix typos in comments and code (occured -> occurred and related) 2011-05-08 10:02:18 +01:00
pcie_aer.c pcie_aer: adjust do_pcie_aer_inejct_error -> do_pcie_aer_inject_error 2011-12-06 09:56:41 +00:00
pcie_aer.h pcie/aer: helper functions for pcie aer capability 2010-11-22 10:00:06 +02:00
pcie_host.c pcie_host: convert to memory API 2011-08-22 10:22:03 -05:00
pcie_host.h pcie_host: convert to memory API 2011-08-22 10:22:03 -05:00
pcie_port.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05: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 pckbd: Convert to MemoryRegion 2011-09-25 14:58:37 +03:00
pcmcia.h Rearrange block headers 2010-08-24 15:22:24 +00:00
pcnet-pci.c pcnet: Add link state support 2011-11-01 16:52:09 -05:00
pcnet.c pcnet: Add link state support 2011-11-01 16:52:09 -05:00
pcnet.h pcnet: Add link state support 2011-11-01 16:52:09 -05:00
pcspk.c audio: remove unused parameter isa_pic 2011-12-20 15:44:31 -06:00
petalogix_ml605_mmu.c petalogix_ml605: convert to memory API 2011-10-10 15:29:28 +02:00
petalogix_s3adsp1800_mmu.c petalogix_s2adsp1800: convert to memory API 2011-10-10 15:29:28 +02:00
pflash_cfi01.c Merge remote-tracking branch 'kwolf/for-anthony' into staging 2011-09-08 09:05:14 -05:00
pflash_cfi02.c Merge remote-tracking branch 'kwolf/for-anthony' into staging 2011-09-08 09:05:14 -05:00
piix4.c malta: give ISA bus to ISA methods 2011-12-20 15:44:30 -06:00
piix_pci.c pc: give ISA bus to ISA methods 2011-12-20 15:44:30 -06:00
pixel_ops.h
pl011.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
pl022.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
pl031.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
pl041.c hw: Fix spelling (licenced->licensed) 2011-12-14 11:08:23 +00:00
pl041.h hw: Fix spelling (licenced->licensed) 2011-12-14 11:08:23 +00:00
pl041.hx hw: Fix spelling (licenced->licensed) 2011-12-14 11:08:23 +00:00
pl050.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
pl061.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
pl080.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
pl110.c fix spelling in hw sub directory 2011-12-06 09:56:41 +00:00
pl110_template.h hw/pl110: Model the PL111 CLCD controller 2011-08-17 23:01:11 +00:00
pl181.c fix spelling in hw sub directory 2011-12-06 09:56:41 +00:00
pl190.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02: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 fix typo: delete redundant semicolon 2011-12-06 09:56:41 +00:00
ppc.h PPC: booke timers 2011-10-06 09:48:09 +02:00
ppc4xx.h ppc4xx_sdram: convert to memory API 2011-08-22 10:47:42 -05:00
ppc4xx_devs.c PPC: booke timers 2011-10-06 09:48:09 +02:00
ppc4xx_pci.c ppc4xx_pci: convert to memory API 2011-11-24 18:32:03 +02:00
ppc405.h ppc405: Pass in address_space_mem to ppc405{cr, ep}_init 2011-10-02 16:14:02 +02:00
ppc405_boards.c ppc405_boards: convert to memory API 2011-10-10 15:29:28 +02:00
ppc405_uc.c ppc405: Pass in address_space_mem to ppc405{cr, ep}_init 2011-10-02 16:14:02 +02:00
ppc440.c ppc440: Pass in address_space_mem to ppc440ep_init 2011-10-02 16:14:02 +02:00
ppc440.h ppc440: Pass in address_space_mem to ppc440ep_init 2011-10-02 16:14:02 +02:00
ppc440_bamboo.c Merge remote-tracking branch 'upstream' into memory/batch 2011-10-09 13:11:50 +02:00
ppc_booke.c PPC: Clean up BookE timer code 2011-10-06 09:48:09 +02:00
ppc_mac.h ppc: move ADB stuff from ppc_mac.h to adb.h 2011-10-06 09:48:07 +02:00
ppc_newworld.c ppc_newworld: convert to memory API 2011-10-10 15:29:28 +02:00
ppc_oldworld.c ppc_oldworld: convert to memory API 2011-10-17 15:59:16 +02:00
ppc_prep.c isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions 2011-12-20 15:44:30 -06:00
ppce500_mpc8544ds.c ppcr500_mpc8544ds: convert to memory API 2011-10-17 15:59:17 +02:00
ppce500_pci.c ppce500_pci: remove sysbus_init_mmio_cb2 usage 2011-12-19 13:36:27 -06:00
ppce500_spin.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
prep_pci.c prep_pci: convert to memory API 2011-11-24 18:32:03 +02:00
prep_pci.h pci: pass I/O address space to new PCI bus 2011-08-08 10:15:53 -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 ps2: migrate ledstate 2011-11-01 16:52:05 -05:00
ps2.h
ptimer.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
pxa.h pxa2xx_lcd: convert to memory API 2011-11-24 18:31:59 +02:00
pxa2xx.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
pxa2xx_dma.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
pxa2xx_gpio.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
pxa2xx_keypad.c pxa2xx_keypad: convert to memory API 2011-11-24 18:31:58 +02:00
pxa2xx_lcd.c pxa2xx_lcd: convert to memory API 2011-11-24 18:31:59 +02:00
pxa2xx_mmci.c pxa2xx_mmci: convert to memory API 2011-11-24 18:31:59 +02:00
pxa2xx_pcmcia.c pxa2xx_pcmcia.c: convert io memory space to memory API 2011-11-24 18:31:58 +02:00
pxa2xx_pic.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
pxa2xx_template.h
pxa2xx_timer.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
qdev-addr.c qom: introduce get/set methods for Property 2011-12-19 10:27:34 -06:00
qdev-addr.h
qdev-properties.c qom: distinguish "legacy" property type name from QOM type name 2011-12-19 10:27:34 -06:00
qdev.c qdev: fix hotplug when no -device is specified 2011-12-19 16:39:16 -06:00
qdev.h qdev: fix hotplug when no -device is specified 2011-12-19 16:39:16 -06:00
qxl-logger.c hw/qxl: Fix format string errors 2011-09-07 09:20:09 +02:00
qxl-render.c qxl: Don't convert from size_t to int and back in qxl_cursor() 2011-12-02 10:50:56 +00:00
qxl.c qxl: fix vga port initialization. 2011-11-07 10:57:37 -06:00
qxl.h qxl: stride fixup 2011-11-01 12:11:53 +01:00
r2d.c sh_pci: remove sysbus_init_mmio_cb2 usage 2011-12-19 13:36:27 -06:00
rc4030.c rc4030: convert to memory API 2011-11-24 18:31:59 +02:00
realview.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
realview_gic.c hw/realview_gic: Use GIC memory region for the CPU interface 2011-12-12 10:26:31 +00:00
rtl8139.c Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging 2011-12-14 07:59:21 -06:00
s390-virtio-bus.c virtio: add and use virtio_set_features 2011-11-28 11:36:28 -06: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 s390x: initialize virtio dev region 2011-11-14 17:47:27 +01:00
sb16.c audio: remove unused parameter isa_pic 2011-12-20 15:44:31 -06:00
sbi.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
scsi-bus.c scsi: fix fw path 2011-11-22 10:33:30 +01:00
scsi-defs.h scsi: update list of commands 2011-11-18 13:57:16 +01:00
scsi-disk.c block: bdrv_aio_* do not return NULL 2011-12-15 12:40:07 +01:00
scsi-generic.c block: bdrv_aio_* do not return NULL 2011-12-15 12:40:07 +01:00
scsi.h usb-msd: do not register twice in the boot order 2011-11-22 10:33:30 +01:00
sd.c sd: Remember to reset .expecting_acmd on reset. 2011-12-21 05:04:21 +01:00
sd.h
serial.c serial: Add MemoryRegion parameter to serial_mm_init 2011-10-02 16:14:02 +02:00
sga.c Add an isa device for SGA 2011-06-07 13:52:30 -05:00
sh.h sh_serial: convert to memory API 2011-11-24 18:32:03 +02:00
sh7750.c sh_serial: convert to memory API 2011-11-24 18:32:03 +02:00
sh7750_regnames.c
sh7750_regnames.h
sh7750_regs.h fix spelling in hw sub directory 2011-12-06 09:56:41 +00:00
sh_intc.c sh_intc: convert interrupt controller to memory API 2011-11-24 18:32:03 +02:00
sh_intc.h sh_intc: convert interrupt controller to memory API 2011-11-24 18:32:03 +02:00
sh_pci.c sh_pci: remove sysbus_init_mmio_cb2 usage 2011-12-19 13:36:27 -06:00
sh_serial.c sh_serial: convert to memory API 2011-11-24 18:32:03 +02:00
sh_timer.c sh_timer: convert to memory API 2011-11-24 18:32:03 +02:00
sharpsl.h SharpSL scoop device - convert to qdev 2011-01-29 13:23:13 +01:00
shix.c sh7750: convert memory controller/ioport to memory API 2011-11-24 18:32:03 +02:00
slavio_intctl.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
slavio_misc.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
slavio_timer.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
sm501.c sm501: convert to memory API 2011-10-17 15:59:18 +02:00
sm501_template.h Replace cpu_physical_memory_rw were possible 2011-04-12 21:51:50 +02:00
smbios.c Use new macro QEMU_PACKED for packed structures 2011-09-03 10:45:59 +00:00
smbios.h Use new macro QEMU_PACKED for packed structures 2011-09-03 10:45:59 +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 Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
smc91c111.c fix typo: delete redundant semicolon 2011-12-06 09:56:41 +00:00
soc_dma.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
soc_dma.h omap1: convert to memory API (part VI) 2011-09-21 11:14:42 +03:00
spapr.c pseries: Correct RAM size check for SLOF 2011-11-18 14:22:45 +01:00
spapr.h fix spelling in hw sub directory 2011-12-06 09:56:41 +00:00
spapr_hcall.c pseries: Implement hcall-bulk hypervisor interface 2011-10-06 09:48:04 +02:00
spapr_llan.c spapr: prepare for qdevification of irq 2011-10-06 09:43:32 +02:00
spapr_pci.c pseries: Fix array overrun bug in PCI code 2011-12-05 21:38:50 +01:00
spapr_pci.h pseries: Add partial support for PCI 2011-10-31 04:53:01 +01:00
spapr_rtas.c pseries: Implement set-time-of-day RTAS function 2011-10-06 09:48:09 +02:00
spapr_vio.c pseries: Fix qdev.id handling in the VIO bus code 2011-11-18 14:26:30 +01:00
spapr_vio.h pseries: Use Book3S-HV TCE acceleration capabilities 2011-10-30 17:11:53 +01:00
spapr_vscsi.c scsi: add channel to addressing 2011-10-28 19:25:51 +02:00
spapr_vty.c pseries: Allow kernel's early debug output to work 2011-11-18 14:22:46 +01:00
sparc32_dma.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
sparc32_dma.h
spitz.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
srp.h Use new macro QEMU_PACKED for packed structures 2011-09-03 10:45:59 +00:00
ssd0303.c hw: Fix spelling in comments 2011-12-14 11:09:12 +00: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 qdev: switch children device list to QTAILQ 2011-10-28 19:25:51 +02:00
ssi.h
stellaris.c stellaris: Calculate system clock period on reset 2011-12-16 10:04:05 +00:00
stellaris_enet.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
stellaris_input.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
strongarm.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
strongarm.h strongarm: convert to memory API 2011-10-17 15:59:18 +02:00
sun4c_intctl.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
sun4m.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
sun4m.h monitor: Restrict pic/irq_info to supporting targets 2011-10-16 11:11:55 +00:00
sun4m_iommu.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
sun4u.c sun4u: give ISA bus to ISA methods 2011-12-20 15:44:30 -06:00
sysbus.c hw/sysbus.c: Remove unnecessary conditionals 2011-12-20 15:44:31 -06:00
sysbus.h sysbus: remove sysbus_init_mmio_cb2 2011-12-19 13:36:27 -06:00
tc6393xb.c tc63963xb: convert to memory API 2011-10-17 15:59:18 +02:00
tc6393xb_template.h Convert source files to UTF-8 encoding 2011-12-06 09:59:05 +00:00
tc58128.c hw/tc58128.c: Remove unnecessary check for g_malloc failure 2011-11-11 12:49:53 -06:00
tcx.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
tmp105.c tmp105: update the register in post_load where it needs updating. 2010-05-15 14:31:27 +02:00
tosa.c tosa: convert to memory API 2011-11-24 18:31:54 +02:00
tsc210x.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
tsc2005.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
tusb6010.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
twl92230.c Remove unused sysemu.h include directives 2011-04-15 18:25:41 +00:00
unin_pci.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
usb-bt.c usb: make usb_create_simple catch and pass up errors. 2011-11-22 13:38:12 +01:00
usb-bus.c usb: fix usb_qdev_init() error handling again 2011-12-15 09:27:23 -06:00
usb-ccid.c usb-ccid: remote wakeup support 2011-09-07 09:58:26 +02:00
usb-desc.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
usb-desc.h usb-ccid: switch to USBDesc* 2011-09-07 09:58:26 +02:00
usb-ehci.c Remove unnecessary casts from PCI DMA code in usb-ehci 2011-12-12 11:16:52 -06:00
usb-hid.c usb-hid: activate usb tablet / mouse after migration. 2011-10-13 12:58:51 +02:00
usb-hub.c usb-hub: implement reset 2011-11-23 16:24:05 +01:00
usb-libhw.c usb: use iovecs in USBPacket 2011-08-04 15:51:22 +02:00
usb-msd.c usb-msd: do not register twice in the boot order 2011-11-22 10:33:30 +01:00
usb-musb.c usb-musb: Add reset function 2011-09-07 09:58:27 +02:00
usb-net.c hw/usb-net.c: Fix precedence bug when checking rndis_state 2011-12-12 11:16:53 -06:00
usb-ohci.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
usb-ohci.h
usb-serial.c char: rename qemu_chr_close() -> qemu_chr_delete() 2011-08-22 10:17:43 -05:00
usb-uhci.c Remove unnecessary casts from PCI DMA code in usb-uhci 2011-12-12 11:16:52 -06: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: use iovecs in USBPacket 2011-08-04 15:51:22 +02:00
usb.c usb: fix port reset 2011-10-13 12:58:51 +02:00
usb.h usb: fix port reset 2011-10-13 12:58:51 +02:00
versatile_pci.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
versatilepb.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
vexpress.c vexpress: convert to memory API 2011-11-24 18:31:54 +02:00
vga-isa-mm.c vga: drop get_system_memory() from vga devices and derivatives 2011-08-22 10:47:49 -05:00
vga-isa.c vga: Convert to isa_register_portio_list 2011-10-11 15:57:10 +02:00
vga-pci.c qom: add vga node to the pc composition tree 2011-12-15 09:20:49 -06:00
vga.c Move graphic-related coalesced MMIO flushes to affected device models 2011-10-15 17:39:59 +00:00
vga_int.h vga: Convert to isa_register_portio_list 2011-10-11 15:57:10 +02:00
vga_template.h
vhost.c vhost-net: cleanup host notifiers at last step 2011-08-26 11:25:25 +03:00
vhost.h vhost-net: cleanup host notifiers at last step 2011-08-26 11:25:25 +03:00
vhost_net.c vhost-net: cleanup host notifiers at last step 2011-08-26 11:25:25 +03:00
vhost_net.h vhost: force vhost off for non-MSI guests 2011-02-01 16:50:44 -06:00
virtex_ml507.c virtex_ml507: convert to memory API 2011-11-24 18:31:54 +02:00
virtio-balloon.c qapi: Convert query-balloon 2011-10-27 11:48:47 -02:00
virtio-balloon.h Use new macro QEMU_PACKED for packed structures 2011-09-03 10:45:59 +00:00
virtio-blk.c block: bdrv_aio_* do not return NULL 2011-12-15 12:40:07 +01:00
virtio-blk.h Use new macro QEMU_PACKED for packed structures 2011-09-03 10:45:59 +00:00
virtio-console.c char: rename qemu_chr_guest_close() -> qemu_chr_fe_close() 2011-08-22 10:17:16 -05:00
virtio-net.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
virtio-net.h Use new macro QEMU_PACKED for packed structures 2011-09-03 10:45:59 +00:00
virtio-pci.c virtio-pci: use pci macros 2011-12-09 11:25:22 +00:00
virtio-pci.h hw/9pfs: Add qdev.reset callback for virtio-9p-pci device 2011-12-04 22:35:28 +05:30
virtio-serial-bus.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
virtio-serial.h Use new macro QEMU_PACKED for packed structures 2011-09-03 10:45:59 +00:00
virtio.c virtio: add and use virtio_set_features 2011-11-28 11:36:28 -06:00
virtio.h virtio: add and use virtio_set_features 2011-11-28 11:36:28 -06:00
vmmouse.c vmmouse: Register vmstate via qdev 2011-03-22 07:44:15 +01:00
vmport.c Convert source files to UTF-8 encoding 2011-12-06 09:59:05 +00:00
vmware_vga.c vga: Convert to isa_register_portio_list 2011-10-11 15:57:10 +02:00
vmware_vga.h qom: add vga node to the pc composition tree 2011-12-15 09:20:49 -06:00
vt82c686.c fulong2e: give ISA bus to ISA methods 2011-12-20 15:44:30 -06:00
vt82c686.h fulong2e: give ISA bus to ISA methods 2011-12-20 15:44:30 -06:00
watchdog.c RunState: Rename enum values as generated by the QAPI 2011-10-04 11:02:57 -03:00
watchdog.h Delete useless 'extern' qualifiers for functions 2011-01-23 16:21:20 +00:00
wdt_i6300esb.c pci: rename pci_register_bar_region() to pci_register_bar() 2011-08-08 10:22:30 -05:00
wdt_ib700.c fix spelling in hw sub directory 2011-12-06 09:56:41 +00:00
wm8750.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
xen.h memory, xen: pass MemoryRegion to xen_ram_alloc() 2011-12-19 17:23:24 +02:00
xen_backend.c Introduce a new 'connected' xendev op called when Connected. 2011-09-09 13:13:16 +00:00
xen_backend.h Introduce a new 'connected' xendev op called when Connected. 2011-09-09 13:13:16 +00:00
xen_blkif.h
xen_common.h xen_console: support the new extended xenstore protocol 2011-07-17 01:54:25 +02:00
xen_console.c Introduce a new 'connected' xendev op called when Connected. 2011-09-09 13:13:16 +00:00
xen_devconfig.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
xen_disk.c xen_disk: remove dead code 2011-12-05 14:51:34 +01:00
xen_domainbuild.c xen: Support new libxc calls from xen unstable. 2011-05-08 10:09:59 +02:00
xen_domainbuild.h
xen_machine_pv.c xen: Add initialisation of Xen 2011-05-08 10:10:00 +02:00
xen_nic.c Drop unneeded pthread.h inclusions 2011-09-21 10:49:16 +01:00
xen_platform.c block: convert qemu_aio_flush() calls to bdrv_drain_all() 2011-12-05 14:56:06 +01:00
xenfb.c Move the xenfb pointer handler to the connected method 2011-09-09 13:13:16 +00:00
xics.c pseries: Bugfixes for interrupt numbering in XICS code 2011-10-06 09:48:02 +02:00
xics.h pseries: Abolish envs array 2011-04-08 11:32:21 +02:00
xilinx.h xilinx: removed microbalze_pic_init from xilinx.h 2011-08-22 23:29:37 +02:00
xilinx_axidma.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
xilinx_axidma.h xilinx: Add AXIENET & DMA models 2011-03-16 15:18:58 +01:00
xilinx_axienet.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
xilinx_ethlite.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
xilinx_intc.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
xilinx_timer.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00
xilinx_uartlite.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02: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
xtensa_bootparam.h xtensa_lx60: pass kernel arguments from -append 2011-11-02 05:05:52 +04:00
xtensa_lx60.c xtensa_lx60: fix build date code and change memory region names 2011-11-02 05:05:52 +04:00
xtensa_pic.c monitor: Restrict pic/irq_info to supporting targets 2011-10-16 11:11:55 +00:00
xtensa_sim.c target-xtensa: rename dc232b board to sim 2011-10-16 10:40:23 +00:00
z2.c pxa: Pass in address_space to pxa{255, 270}_init 2011-10-02 16:14:02 +02:00
zaurus.c sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() 2011-11-28 15:38:45 +02:00