qemu-irix/hw
Hans de Goede a552a966f1 usb: Add packet combining functions
Currently we only do pipelining for output endpoints, since to properly
support short-not-ok semantics we can only have one outstanding input
packet. Since the ehci and uhci controllers have a limited per td packet
size guests will split large input transfers to into multiple packets,
and since we don't pipeline these, this comes with a serious performance
penalty.

This patch adds helper functions to (re-)combine packets which belong to 1
transfer at the guest device-driver level into 1 large transger. This can be
used by (redirection) usb-devices to enable pipelining for input endpoints.

This patch will combine packets together until a transfer terminating packet
is encountered. A terminating packet is a packet which meets one or more of
the following conditions:
1) The packet size is *not* a multiple of the endpoint max packet size
2) The packet does *not* have its short-not-ok flag set
3) The packet has its interrupt-on-complete flag set

The short-not-ok flag of the combined packet is that of the terminating packet.
Multiple combined packets may be submitted to the device, if the combined
packets do not have their short-not-ok flag set, enabling true pipelining.

If a combined packet does have its short-not-ok flag set the queue will
wait with submitting further packets to the device until that packet has
completed.

Once enabled in the usb-redir and ehci code, this improves the speed (MB/s)
of a Linux guest reading from a USB mass storage device by a factor of
1.2 - 1.5.

And the main reason why I started working on this, when reading from a pl2303
USB<->serial converter, it combines the previous 4 packets submitted per
device-driver level read into 1 big read, reducing the number of packets / sec
by a factor 4, and it allows to have multiple reads outstanding. This allows
for much better latency tolerance without the pl2303's internal buffer
overflowing (which was happening at 115200 bps, without serial flow control).

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2012-11-01 15:17:58 +01:00
..
9pfs
alpha
arm xilinx_spips: Xilinx Zynq SPI cntrlr device model 2012-10-10 11:13:32 +10:00
cris
i386
ide Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
kvm pci-assign: Use msi_get_message() 2012-10-29 17:59:06 +02:00
lm32
m68k
microblaze xilinx_spi: Initial impl. of Xilinx SPI controller 2012-10-10 11:13:32 +10:00
mips
openrisc
ppc PPC: e500: Map PIO space into core memory region 2012-10-29 11:45:56 +01:00
s390x s390: sclp ascii console support 2012-10-29 19:41:56 +01:00
sh4
sparc
sparc64
unicore32
usb usb: Add packet combining functions 2012-11-01 15:17:58 +01:00
xtensa
9p.h
Makefile.objs serial: add pci variant 2012-10-22 13:26:42 -05:00
a9mpcore.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
a15mpcore.c
ac97.c ac97: convert PIO to new memory api read/write 2012-10-29 11:45:54 +01:00
acpi.c
acpi.h
acpi_piix4.c
adb.c
adb.h
adlib.c
ads7846.c ssi: Implemented CS behaviour 2012-10-10 11:13:31 +10:00
alpha_dp264.c serial: split serial.c 2012-10-22 13:26:42 -05:00
alpha_pci.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
alpha_sys.h
alpha_typhoon.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
an5206.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
apb_pci.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
apb_pci.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
apic-msidef.h
apic.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
apic.h
apic_common.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
apic_internal.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
apm.c
apm.h
applesmc.c
arm-misc.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
arm11mpcore.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
arm_boot.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
arm_gic.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
arm_gic_common.c arm_gic: Rename gic_state to GICState 2012-10-12 11:54:39 +01:00
arm_gic_internal.h arm_gic: Rename gic_state to GICState 2012-10-12 11:54:39 +01:00
arm_l2x0.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
arm_mptimer.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
arm_pic.c
arm_sysctl.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
arm_timer.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
armv7m.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
armv7m_nvic.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
audiodev.h
axis_dev88.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
baum.c
baum.h
bitbang_i2c.c
bitbang_i2c.h
blizzard.c
blizzard_template.h
block-common.c
block-common.h
boards.h create struct for machine initialization arguments 2012-10-20 07:53:28 +00:00
bonito.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
bt-hci-csr.c
bt-hci.c
bt-hid.c
bt-l2cap.c
bt-sdp.c
bt.c
bt.h
cadence_gem.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
cadence_ttc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
cadence_uart.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
cbus.c
ccid-card-emulated.c
ccid-card-passthru.c
ccid.h
cdrom.c
cirrus_vga.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
cirrus_vga_rop.h
cirrus_vga_rop2.h
cirrus_vga_template.h
collie.c create struct for machine initialization arguments 2012-10-20 07:53:28 +00:00
cris-boot.c
cris-boot.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
cris_pic_cpu.c
cs4231.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
cs4231a.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
cuda.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
debugcon.c
dec_pci.c
dec_pci.h
device-hotplug.c
devices.h
dma.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
dp8393x.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
ds1225y.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
ds1338.c hw/ds1338: Implement state save/restore 2012-10-12 11:54:38 +01:00
dummy_m68k.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
e1000.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
e1000_hw.h
ecc.c
eccmemctl.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
eepro100.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
eeprom93xx.c
eeprom93xx.h
elf_ops.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
empty_slot.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
empty_slot.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
es1370.c es1370: convert PIO to new memory api read/write 2012-10-29 11:45:55 +01:00
escc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
escc.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
esp-pci.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
esp.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
esp.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
etraxfs.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
etraxfs_dma.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
etraxfs_dma.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
etraxfs_eth.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
etraxfs_pic.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
etraxfs_ser.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
etraxfs_timer.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
exynos4_boards.c create struct for machine initialization arguments 2012-10-20 07:53:28 +00:00
exynos4210.c
exynos4210.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
exynos4210_combiner.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
exynos4210_fimd.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
exynos4210_gic.c
exynos4210_i2c.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
exynos4210_mct.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
exynos4210_pmu.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
exynos4210_pwm.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
exynos4210_rtc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
exynos4210_uart.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
fdc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
fdc.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
fifo.c hw: Added generic FIFO API. 2012-10-10 11:13:32 +10:00
fifo.h hw: Added generic FIFO API. 2012-10-10 11:13:32 +10:00
firmware_abi.h
flash.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
fmopl.c
fmopl.h
framebuffer.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
framebuffer.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
fw_cfg.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
fw_cfg.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
g364fb.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
grackle_pci.c
grlib.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
grlib_apbuart.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
grlib_gptimer.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
grlib_irqmp.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
gt64xxx.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
gumstix.c create struct for machine initialization arguments 2012-10-20 07:53:28 +00:00
gus.c
gusemu.h
gusemu_hal.c
gusemu_mixer.c
gustate.h
hd-geometry.c
hda-audio.c
heathrow_pic.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
hid.c
hid.h
highbank.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
hpet.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
hpet_emul.h
hw.h hw/hw.h: Add include of qemu-log.h 2012-10-20 07:56:22 +00:00
i2c.c
i2c.h
i8254.c i8254: convert PIO to new memory api read/write 2012-10-29 11:45:55 +01:00
i8254.h
i8254_common.c
i8254_internal.h
i8259.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
i8259_common.c
i8259_internal.h
i82374.c
i82378.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
ide.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
imx.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
imx_avic.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
imx_ccm.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
imx_serial.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
imx_timer.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
integratorcp.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
intel-hda-defs.h
intel-hda.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
intel-hda.h
ioapic.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
ioapic.h
ioapic_common.c
ioapic_internal.h
ioh3420.c
ioh3420.h
irq.c qdev: allow multiple qdev_init_gpio_in() calls 2012-10-10 11:13:32 +10:00
irq.h qdev: allow multiple qdev_init_gpio_in() calls 2012-10-10 11:13:32 +10:00
isa-bus.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
isa.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
isa_mmio.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
ivshmem.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
jazz_led.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
kvmvapic.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
kzm.c serial: split serial.c 2012-10-22 13:26:42 -05:00
lan9118.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
lance.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
leon3.c create struct for machine initialization arguments 2012-10-20 07:53:28 +00:00
lm32.h
lm32_boards.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
lm32_hwsetup.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
lm32_juart.c
lm32_juart.h
lm32_pic.c
lm32_pic.h
lm32_sys.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
lm32_timer.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
lm32_uart.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
lm832x.c
lm4549.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
lm4549.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
loader.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
loader.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
lsi53c895a.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
m25p80.c m25p80: Support for Quad SPI 2012-10-29 16:38:26 +10:00
m48t59.c m48t59: convert PIO to new memory api read/write 2012-10-29 11:45:55 +01:00
mac_dbdma.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
mac_dbdma.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
mac_nvram.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
macio.c
mainstone.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
marvell_88w8618_audio.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
max111x.c ssi: Implemented CS behaviour 2012-10-10 11:13:31 +10:00
max7310.c
mc146818rtc.c mc146818rtc: convert PIO to new memory api read/write 2012-10-29 11:45:55 +01:00
mc146818rtc.h
mc146818rtc_regs.h
mcf.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
mcf5206.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
mcf5208.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
mcf_fec.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
mcf_intc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
mcf_uart.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
megasas.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
mfi.h
microblaze_boot.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
microblaze_boot.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
microblaze_pic_cpu.c
microblaze_pic_cpu.h
milkymist-ac97.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
milkymist-hpdmc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
milkymist-hw.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
milkymist-memcard.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
milkymist-minimac2.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
milkymist-pfpu.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
milkymist-softusb.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
milkymist-sysctl.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
milkymist-tmu2.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
milkymist-uart.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
milkymist-vgafb.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
milkymist-vgafb_template.h
milkymist.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
mips-bios.h
mips.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
mips_addr.c
mips_cpudevs.h
mips_fulong2e.c serial: split serial.c 2012-10-22 13:26:42 -05:00
mips_int.c
mips_jazz.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
mips_malta.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
mips_mipssim.c serial: split serial.c 2012-10-22 13:26:42 -05:00
mips_r4k.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
mips_timer.c
mipsnet.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
mpc8544_guts.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
msi.c msi: Add msi_get_message() 2012-10-29 17:59:06 +02:00
msi.h msi: Add msi_get_message() 2012-10-29 17:59:06 +02:00
msix.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
msix.h
msmouse.c
msmouse.h
mst_fpga.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
multiboot.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
multiboot.h
musicpal.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
nand.c
ne2000-isa.c
ne2000.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
ne2000.h
nseries.c Add USB option in machine options 2012-10-29 11:45:54 +01:00
null-machine.c create struct for machine initialization arguments 2012-10-20 07:53:28 +00:00
nvram.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap1.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap2.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_clk.c
omap_dma.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_dss.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_gpio.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_gpmc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_gptimer.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_i2c.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_intc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_l4.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_lcd_template.h
omap_lcdc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_mmc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_sdrc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_spi.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_sx1.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_synctimer.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_tap.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_uart.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
onenand.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
opencores_eth.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
openpic.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
openpic.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
openrisc_pic.c
openrisc_sim.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
openrisc_timer.c
palm.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
parallel.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pc.c pc port92: convert PIO to new memory api read/write 2012-10-29 11:45:55 +01:00
pc.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pc_piix.c qemu: enable PV EOI for qemu 1.3 2012-10-29 17:59:06 +02:00
pc_sysfw.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pci-hotplug.c
pci-stub.c
pci.c pci: Add class 0xc05 as 'SMBus' 2012-10-29 17:59:06 +02:00
pci.h pci: introduce pci_swizzle_map_irq_fn() for standardized interrupt pin swizzle 2012-10-29 17:59:06 +02:00
pci_bridge.c pci: avoid destroying bridge address space windows in a transaction 2012-10-29 18:39:49 +02:00
pci_bridge.h
pci_bridge_dev.c
pci_host.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pci_host.h
pci_ids.h pci: Add class 0xc05 as 'SMBus' 2012-10-29 17:59:06 +02:00
pci_internals.h pci: avoid destroying bridge address space windows in a transaction 2012-10-29 18:39:49 +02:00
pci_regs.h
pcie.c
pcie.h
pcie_aer.c
pcie_aer.h
pcie_host.c pcie: Convert PCIExpressHost to use the QOM. 2012-10-29 17:59:45 +02:00
pcie_host.h pcie: Convert PCIExpressHost to use the QOM. 2012-10-29 17:59:45 +02:00
pcie_port.c
pcie_port.h
pcie_regs.h
pckbd.c pckbd: convert PIO to new memory api read/write 2012-10-29 11:45:55 +01:00
pcmcia.h
pcnet-pci.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pcnet.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pcnet.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pcspk.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pcspk.h
petalogix_ml605_mmu.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
petalogix_s3adsp1800_mmu.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pflash_cfi01.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pflash_cfi02.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
piix4.c
piix_pci.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pixel_ops.h
pl011.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pl022.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pl031.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pl041.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pl041.h
pl041.hx
pl050.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pl061.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pl080.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pl110.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pl110_template.h
pl181.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pl190.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pm_smbus.c
pm_smbus.h
ppc-viosrp.h
ppc.c
ppc.h
ppc4xx.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
ppc4xx_devs.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
ppc4xx_pci.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
ppc405.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
ppc405_boards.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
ppc405_uc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
ppc440_bamboo.c PPC: Bamboo: Fix memory size DT property 2012-10-29 11:45:54 +01:00
ppc_booke.c
ppc_mac.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
ppc_newworld.c Add USB option in machine options 2012-10-29 11:45:54 +01:00
ppc_oldworld.c Add USB option in machine options 2012-10-29 11:45:54 +01:00
ppc_prep.c Add USB option in machine options 2012-10-29 11:45:54 +01:00
ppce500_pci.c PPC: e500: Map PIO space into core memory region 2012-10-29 11:45:56 +01:00
ppce500_spin.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
prep_pci.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
primecell.h
ps2.c
ps2.h
ptimer.c
ptimer.h
puv3.c create struct for machine initialization arguments 2012-10-20 07:53:28 +00:00
puv3.h
puv3_dma.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
puv3_gpio.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
puv3_intc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
puv3_ost.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
puv3_pm.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pxa.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pxa2xx.c Add USB option in machine options 2012-10-29 11:45:54 +01:00
pxa2xx_dma.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pxa2xx_gpio.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pxa2xx_keypad.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pxa2xx_lcd.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pxa2xx_mmci.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pxa2xx_pcmcia.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pxa2xx_pic.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
pxa2xx_template.h
pxa2xx_timer.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
qdev-addr.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
qdev-addr.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
qdev-dma.h
qdev-monitor.c
qdev-properties.c
qdev.c qdev: allow multiple qdev_init_gpio_in() calls 2012-10-10 11:13:32 +10:00
qdev.h
qxl-logger.c
qxl-render.c
qxl.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
qxl.h
r2d.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
rc4030.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
realview.c Add USB option in machine options 2012-10-29 11:45:54 +01:00
realview_gic.c
rtl8139.c rtl8139: convert PIO to new memory api read/write 2012-10-29 11:45:55 +01:00
s390-virtio-bus.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
s390-virtio-bus.h
s390-virtio.c s390: sclp event support 2012-10-29 19:41:56 +01:00
sb16.c
sbi.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
scsi-bus.c
scsi-defs.h
scsi-disk.c
scsi-generic.c
scsi.h
sd.c
sd.h
serial-isa.c serial: split serial.c 2012-10-22 13:26:42 -05:00
serial-pci.c serial: add pci-serial documentation 2012-10-22 13:26:42 -05:00
serial.c serial: convert PIO to new memory api read/write 2012-10-29 11:45:55 +01:00
serial.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
sga.c
sh.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
sh7750.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
sh7750_regnames.c
sh7750_regnames.h
sh7750_regs.h
sh_intc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
sh_intc.h
sh_pci.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
sh_serial.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
sh_timer.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
sharpsl.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
shix.c create struct for machine initialization arguments 2012-10-20 07:53:28 +00:00
shpc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
shpc.h
slavio_intctl.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
slavio_misc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
slavio_timer.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
slotid_cap.c
slotid_cap.h
sm501.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
sm501_template.h
smbios.c
smbios.h
smbus.c
smbus.h
smbus_eeprom.c
smc91c111.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
soc_dma.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
soc_dma.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
spapr.c pseries: Implement qemu initiated shutdowns using EPOW events 2012-10-29 11:45:54 +01:00
spapr.h pseries: Implement qemu initiated shutdowns using EPOW events 2012-10-29 11:45:54 +01:00
spapr_events.c pseries: Implement qemu initiated shutdowns using EPOW events 2012-10-29 11:45:54 +01:00
spapr_hcall.c target-ppc: Rework storage of VPA registration state 2012-10-29 11:45:54 +01:00
spapr_iommu.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
spapr_llan.c
spapr_pci.c PPC: pseries: Remove hack for PIO window 2012-10-29 11:45:56 +01:00
spapr_pci.h PPC: pseries: Remove hack for PIO window 2012-10-29 11:45:56 +01:00
spapr_rtas.c pseries: Don't allow duplicate registration of hcalls or RTAS calls 2012-10-29 11:45:54 +01:00
spapr_vio.c
spapr_vio.h
spapr_vscsi.c
spapr_vty.c
sparc32_dma.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
sparc32_dma.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
spitz.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
srp.h
ssd0303.c
ssd0323.c stellaris: Removed SSI mux 2012-10-10 11:13:32 +10:00
ssi-sd.c stellaris: Removed SSI mux 2012-10-10 11:13:32 +10:00
ssi.c ssi: Add slave autoconnect helper 2012-10-10 11:13:32 +10:00
ssi.h ssi: Add slave autoconnect helper 2012-10-10 11:13:32 +10:00
stellaris.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
stellaris_enet.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
stellaris_input.c
stream.c
stream.h
strongarm.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
strongarm.h
sun4c_intctl.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
sun4m.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
sun4m.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
sun4m_iommu.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
sun4u.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
sysbus.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
sysbus.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
tc6393xb.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
tc6393xb_template.h
tc58128.c
tcx.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
tmp105.c
tosa.c create struct for machine initialization arguments 2012-10-20 07:53:28 +00:00
tsc210x.c
tsc2005.c
tusb6010.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
twl92230.c
unin_pci.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
usb.h usb: Add packet combining functions 2012-11-01 15:17:58 +01:00
versatile_i2c.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
versatile_pci.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
versatilepb.c Add USB option in machine options 2012-10-29 11:45:54 +01:00
vexpress.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
vfio_pci.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
vga-isa-mm.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
vga-isa.c vga: add specs for standard vga 2012-10-20 07:52:54 +00:00
vga-pci.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
vga.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
vga.h
vga_int.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
vga_template.h
vhost.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
vhost.h
vhost_net.c virtio-net: enable mrg buf header in tap on linux 2012-10-29 18:25:23 +02:00
vhost_net.h
virtex_ml507.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
virtio-balloon.c
virtio-balloon.h
virtio-blk.c
virtio-blk.h
virtio-console.c
virtio-net.c virtio-net: enable mrg buf header in tap on linux 2012-10-29 18:25:23 +02:00
virtio-net.h
virtio-pci.c virtio-pci: convert PIO to new memory api read/write 2012-10-29 11:45:54 +01:00
virtio-pci.h
virtio-scsi.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
virtio-scsi.h
virtio-serial-bus.c
virtio-serial.h
virtio.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
virtio.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
vmmouse.c
vmport.c vmport: convert PIO to new memory api read/write 2012-10-29 11:45:55 +01:00
vmware_vga.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
vt82c686.c
vt82c686.h
watchdog.c
watchdog.h
wdt_i6300esb.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
wdt_ib700.c
wm8750.c
xen-host-pci-device.c
xen-host-pci-device.h
xen.h
xen_apic.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
xen_backend.c
xen_backend.h
xen_blkif.h
xen_common.h
xen_console.c
xen_devconfig.c
xen_disk.c
xen_domainbuild.c
xen_domainbuild.h
xen_machine_pv.c create struct for machine initialization arguments 2012-10-20 07:53:28 +00:00
xen_nic.c
xen_platform.c xen_platform: convert PIO to new memory api read/write 2012-10-29 11:45:56 +01:00
xen_pt.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
xen_pt.h xen_pt: use separate MemoryListeners for memory and I/O 2012-10-15 11:43:06 +02:00
xen_pt_config_init.c
xen_pt_msi.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
xenfb.c
xgmac.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
xics.c
xics.h
xilinx.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
xilinx_axidma.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
xilinx_axienet.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
xilinx_ethlite.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
xilinx_intc.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
xilinx_spi.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
xilinx_spips.c xilinx_spips: Generalised to model QSPI 2012-10-29 16:38:26 +10:00
xilinx_timer.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
xilinx_uartlite.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
xilinx_zynq.c xilinx_zynq: add USB controllers 2012-11-01 15:17:57 +01:00
xio3130_downstream.c
xio3130_downstream.h
xio3130_upstream.c
xio3130_upstream.h
xtensa_bootparam.h
xtensa_lx60.c hw/xtensa_lx60: don't prematurely explode QEMUMachineInitArgs 2012-10-27 15:03:59 +00:00
xtensa_pic.c
xtensa_sim.c hw/xtensa_sim: get rid of intermediate xtensa_sim_init 2012-10-27 15:04:00 +00:00
z2.c create struct for machine initialization arguments 2012-10-20 07:53:28 +00:00
zaurus.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
zynq_slcr.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00