mirror_qemu/hw
Michael Tokarev 8cb6bfb54e vmware_vga: fix out of bounds and invalid rects updating
This is a follow up for several attempts to fix this issue.

Previous incarnations:

1. http://thread.gmane.org/gmane.linux.ubuntu.bugs.general/3156089
https://bugs.launchpad.net/bugs/918791
"qemu-kvm dies when using vmvga driver and unity in the guest" bug.
Fix by Serge Hallyn:
 https://launchpadlibrarian.net/94916786/qemu-vmware.debdiff
This fix is incomplete, since it does not check width and height
for being negative.  Serge weren't sure if that's the right place
to fix it, maybe the fix should be up the stack somewhere.

2. http://thread.gmane.org/gmane.comp.emulators.qemu/166064
by Marek Vasut: "vmware_vga: Redraw only visible area"

This one adds the (incomplete) check to vmsvga_update_rect_delayed(),
the routine just queues the rect updating but does no interesting
stuff.  It is also incomplete in the same way as patch by Serge,
but also does not touch width&height at all after adjusting x&y,
which is wrong.

As far as I can see, when processing guest requests, the device
places them into a queue (vmsvga_update_rect_delayed()) and
processes this queue in different place/time, namely, in
vmsvga_update_rect().  Sometimes, vmsvga_update_rect() is
called directly, without placing the request to the gueue.
This is the place this patch changes, which is the last
(deepest) in the stack.  I'm not sure if this is the right
place still, since it is possible we have some queue optimization
(or may have in the future) which will be upset by negative/wrong
values here, so maybe we should check for validity of input
right when receiving request from the guest (and maybe even
use unsigned types there).  But I don't know the protocol
and implementation enough to have a definitive answer.

But since vmsvga_update_rect() has other sanity checks already,
I'm adding the missing ones there as well.

Cc'ing BALATON Zoltan and Andrzej Zaborowski who shows in `git blame'
output and may know something in this area.

If this patch is accepted, it should be applied to all active
stable branches (at least since 1.1, maybe even before), with
minor context change (ds_get_*(s->vga.ds) => s->*).  I'm not
Cc'ing -stable yet, will do it explicitly once the patch is
accepted.

BTW, these checks use fprintf(stderr) -- it should be converted
to something more appropriate, since stderr will most likely
disappear somewhere.

Cc: Marek Vasut <marex@denx.de>
CC: Serge Hallyn <serge.hallyn@ubuntu.com>
Cc: BALATON Zoltan <balaton@eik.bme.hu>
Cc: Andrzej Zaborowski <balrogg@gmail.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2013-01-26 13:33:02 +00:00
..
9pfs pci,virtio 2013-01-14 10:23:50 -06:00
alpha build: move obj-TARGET-y variables to nested Makefile.objs 2012-06-07 07:17:36 +02:00
arm xilinx_spips: Xilinx Zynq SPI cntrlr device model 2012-10-10 11:13:32 +10:00
cris build: move obj-TARGET-y variables to nested Makefile.objs 2012-06-07 07:17:36 +02:00
dataplane dataplane: avoid reentrancy during virtio_blk_data_plane_stop() 2013-01-18 16:57:59 +01:00
i386 hw: Add test device for unittests execution 2013-01-04 09:11:30 +01:00
ide ide: Remove wrong assertion 2013-01-17 10:51:11 +01:00
kvm pci,virtio 2013-01-14 10:23:50 -06:00
lm32 build: move obj-TARGET-y variables to nested Makefile.objs 2012-06-07 07:17:36 +02:00
m68k build: move obj-TARGET-y variables to nested Makefile.objs 2012-06-07 07:17:36 +02:00
microblaze xilinx_spi: Initial impl. of Xilinx SPI controller 2012-10-10 11:13:32 +10:00
mips build: move obj-TARGET-y variables to nested Makefile.objs 2012-06-07 07:17:36 +02:00
openrisc target-or32: Add a IIS dummy board 2012-07-27 21:13:02 +00:00
pci build: remove extra-obj-y 2013-01-26 13:15:37 +00:00
ppc sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
s390x s390: Add a hypercall registration interface. 2013-01-18 19:07:47 +01:00
sh4 build: move obj-TARGET-y variables to nested Makefile.objs 2012-06-07 07:17:36 +02:00
sparc build: move obj-TARGET-y variables to nested Makefile.objs 2012-06-07 07:17:36 +02:00
sparc64 build: move obj-TARGET-y variables to nested Makefile.objs 2012-06-07 07:17:36 +02:00
unicore32 unicore32-softmmu: Add puv3 soc/board support 2012-08-11 09:36:59 +00:00
usb usb: add usb-bot device (scsi bulk-only transport). 2013-01-22 11:09:54 +01:00
xtensa build: move obj-TARGET-y variables to nested Makefile.objs 2012-06-07 07:17:36 +02:00
9p.h
Makefile.objs build: remove extra-obj-y 2013-01-26 13:15:37 +00:00
a9mpcore.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
a15mpcore.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
ac97.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
acpi.c acpitable: open the data file in binary mode 2013-01-21 11:08:05 +01:00
acpi.h misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
acpi_ich9.c apci: assign memory regions to ich9 lpc device 2013-01-04 08:51:56 +01:00
acpi_ich9.h apci: assign memory regions to ich9 lpc device 2013-01-04 08:51:56 +01:00
acpi_piix4.c acpi_piix4: Do not use old_portio-style callbacks 2013-01-15 19:45:45 +01:00
adb.c ui: move files to ui/ and include/ui/ 2012-12-19 08:31:30 +01:00
adb.h ppc: add missing static 2012-11-01 19:49:45 +01:00
adlib.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
ads7846.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
alpha_dp264.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
alpha_pci.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
alpha_sys.h Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu 2012-12-23 00:40:49 +01:00
alpha_typhoon.c cpu: Move cpu_index field to CPUState 2013-01-15 04:09:13 +01:00
an5206.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
apb_pci.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
apb_pci.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
apic-msidef.h Introduce apic-msidef.h 2012-06-21 16:06:11 +00:00
apic.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
apic.h target-i386: move cpu halted decision into x86_cpu_reset 2012-08-01 08:45:06 -05:00
apic_common.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
apic_internal.h misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
apm.c pci: update all users to look in pci/ 2012-12-17 13:02:26 +02:00
apm.h exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
applesmc.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
arm-misc.h exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
arm11mpcore.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
arm_boot.c hw/arm_boot: Align device tree to 4KB boundary, not page 2013-01-26 13:28:16 +00:00
arm_gic.c cpu: Move cpu_index field to CPUState 2013-01-15 04:09:13 +01:00
arm_gic_common.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
arm_gic_internal.h arm_gic: Rename gic_state to GICState 2012-10-12 11:54:39 +01:00
arm_l2x0.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
arm_mptimer.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
arm_pic.c arm_pic: Pass ARMCPU to arm_pic_init_cpu() 2012-06-11 00:23:04 +02:00
arm_sysctl.c hw/arm_sysctl.c: Add missing 'break' statements 2013-01-26 13:20:43 +00:00
arm_timer.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
armv7m.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
armv7m_nvic.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
audiodev.h janitor: add guards to headers 2012-12-19 08:31:31 +01:00
axis_dev88.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
baum.c softmmu: move remaining include files to include/ subdirectories 2012-12-19 08:32:46 +01:00
baum.h janitor: add guards to headers 2012-12-19 08:31:31 +01:00
bitbang_i2c.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
bitbang_i2c.h
blizzard.c ui: move files to ui/ and include/ui/ 2012-12-19 08:31:30 +01:00
blizzard_template.h
block-common.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
block-common.h hw/block-common: Factor out fall back to legacy -drive cyls=... 2012-07-17 16:48:32 +02:00
boards.h Make default boot order machine specific 2013-01-15 18:26:18 -06:00
bonito.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
bt-hci-csr.c softmmu: move remaining include files to include/ subdirectories 2012-12-19 08:32:46 +01:00
bt-hci.c softmmu: move remaining include files to include/ subdirectories 2012-12-19 08:32:46 +01:00
bt-hid.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
bt-l2cap.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
bt-sdp.c Allow machines to configure the QEMU_VERSION that's exposed via hardware 2012-06-19 13:36:56 -05:00
bt.c softmmu: move remaining include files to include/ subdirectories 2012-12-19 08:32:46 +01:00
bt.h janitor: add guards to headers 2012-12-19 08:31:31 +01:00
cadence_gem.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
cadence_ttc.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
cadence_uart.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
cbus.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
ccid-card-emulated.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
ccid-card-passthru.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
ccid.h
cdrom.c
cirrus_vga.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
cirrus_vga_rop.h
cirrus_vga_rop2.h
cirrus_vga_template.h
collie.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
cris-boot.c cris-boot: Pass CRISCPU to main_cpu_reset(). 2012-06-04 23:00:42 +02:00
cris-boot.h janitor: add guards to headers 2012-12-19 08:31:31 +01:00
cris_pic_cpu.c
cs4231.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
cs4231a.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
cuda.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
debugcon.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
debugexit.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
dec_pci.c pci: rename pci_internals.h pci_bus.h 2012-12-17 13:02:27 +02:00
dec_pci.h dec_pci: QOM'ify DEC 21154 PCI-PCI bridge 2012-08-22 10:47:15 -05:00
device-hotplug.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
devices.h Move qemu_irq typedef out of qemu-common.h 2012-11-15 01:57:02 +01:00
dma.c hw/dma.c: Fix conversion of ioport_register* to MemoryRegion 2013-01-15 19:45:25 +01:00
dp8393x.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
ds1225y.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
ds1338.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
dummy_m68k.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
e1000.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
e1000_hw.h e1000: introduce bits of PHY control register 2012-04-25 10:53:47 +03:00
ecc.c
eccmemctl.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
eepro100.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01: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 sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
empty_slot.h janitor: add guards to headers 2012-12-19 08:31:31 +01:00
es1370.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
escc.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
escc.h janitor: add guards to headers 2012-12-19 08:31:31 +01:00
esp-pci.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
esp.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
esp.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
etraxfs.h sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
etraxfs_dma.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
etraxfs_dma.h janitor: add guards to headers 2012-12-19 08:31:31 +01:00
etraxfs_eth.c trivial: etraxfs_eth: Eliminate checkpatch errors 2013-01-24 09:15:59 +01:00
etraxfs_pic.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
etraxfs_ser.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
etraxfs_timer.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
exynos4_boards.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
exynos4210.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
exynos4210.h exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
exynos4210_combiner.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
exynos4210_fimd.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
exynos4210_gic.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
exynos4210_i2c.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
exynos4210_mct.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
exynos4210_pmu.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
exynos4210_pwm.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
exynos4210_rtc.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
exynos4210_uart.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
fdc.c Make all static TypeInfos const 2013-01-10 15:11:53 -06: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 exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
fmopl.c
fmopl.h
framebuffer.c ui: move files to ui/ and include/ui/ 2012-12-19 08:31:30 +01:00
framebuffer.h exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
fw_cfg.c fw_cfg: Drop a few superfluous initializers 2013-01-26 13:23:42 +00:00
fw_cfg.h fw_cfg: Use void *, size_t instead of uint8_t *, uint32_t for blobs 2013-01-19 10:22:44 +00:00
g364fb.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
grackle_pci.c pci: update all users to look in pci/ 2012-12-17 13:02:26 +02:00
grlib.h sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
grlib_apbuart.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
grlib_gptimer.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
grlib_irqmp.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
gt64xxx.c exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
gumstix.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
gus.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
gusemu.h
gusemu_hal.c
gusemu_mixer.c
gustate.h
hd-geometry.c block: move include files to include/block/ 2012-12-19 08:31:31 +01:00
hda-audio.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
heathrow_pic.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
hid.c hid: Change idle handling to use a timer 2013-01-07 12:57:24 +01:00
hid.h hid: Change idle handling to use a timer 2013-01-07 12:57:24 +01:00
highbank.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
hpet.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
hpet_emul.h
hw.h misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
i2c.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
i2c.h tmp105: Create API for TMP105 temperature sensor. 2012-12-23 14:37:51 -06:00
i8254.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
i8254.h
i8254_common.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
i8254_internal.h
i8259.c HMP: add QDict to info callback handler 2013-01-17 10:24:52 -02:00
i8259_common.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
i8259_internal.h i8259: Fix PIC_COMMON() macro 2012-11-26 14:25:42 -06:00
i82374.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
i82378.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
i82801b11.c pci: update all users to look in pci/ 2012-12-17 13:02:26 +02:00
ich9.h misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
ide.h exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
imx.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
imx_avic.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
imx_ccm.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
imx_serial.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
imx_timer.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
integratorcp.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
intel-hda-defs.h
intel-hda.c Merge remote-tracking branch 'kraxel/q35.1' into staging 2013-01-11 08:43:08 -06:00
intel-hda.h qdev: Convert busses to QEMU Object Model 2012-06-18 15:14:38 +02:00
ioapic.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
ioapic.h
ioapic_common.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
ioapic_internal.h exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
ioh3420.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
ioh3420.h pci: update all users to look in pci/ 2012-12-17 13:02:26 +02:00
ipack.c Add TEWS TPCI200 IndustryPack emulation 2013-01-14 13:26:12 -06:00
ipack.h Add TEWS TPCI200 IndustryPack emulation 2013-01-14 13:26:12 -06:00
ipoctal232.c Add GE IP-Octal 232 IndustryPack emulation 2013-01-14 13:26:12 -06:00
irq.c qdev: allow multiple qdev_init_gpio_in() calls 2012-10-10 11:13:32 +10:00
irq.h Move qemu_irq typedef out of qemu-common.h 2012-11-15 01:57:02 +01:00
isa-bus.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
isa.h exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
isa_mmio.c exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
ivshmem.c pci,virtio 2013-01-14 10:23:50 -06:00
jazz_led.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
kvmvapic.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
kzm.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
lan9118.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
lance.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
leon3.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
lm32.h sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
lm32_boards.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
lm32_hwsetup.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
lm32_juart.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
lm32_juart.h
lm32_pic.c HMP: add QDict to info callback handler 2013-01-17 10:24:52 -02:00
lm32_pic.h HMP: add QDict to info callback handler 2013-01-17 10:24:52 -02:00
lm32_sys.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
lm32_timer.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
lm32_uart.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
lm832x.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
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 HMP: add QDict to info callback handler 2013-01-17 10:24:52 -02:00
loader.h HMP: add QDict to info callback handler 2013-01-17 10:24:52 -02:00
lpc_ich9.c apci: assign memory regions to ich9 lpc device 2013-01-04 08:51:56 +01:00
lsi53c895a.c lsi: use qbus_reset_all to reset SCSI bus 2013-01-22 15:07:03 +01:00
m25p80.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
m48t59.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
mac_dbdma.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
mac_dbdma.h exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
mac_nvram.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
macio.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
mainstone.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
marvell_88w8618_audio.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
max111x.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
max7310.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
mc146818rtc.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
mc146818rtc.h
mc146818rtc_regs.h rtc: map CMOS index 0x37 to 0x32 on read and writes 2012-10-05 08:02:30 -05:00
mcf.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
mcf5206.c hw/mcf5206: Reduce size of lookup table 2013-01-04 14:38:05 +01:00
mcf5208.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
mcf_fec.c exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
mcf_intc.c exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
mcf_uart.c softmmu: move remaining include files to include/ subdirectories 2012-12-19 08:32:46 +01:00
megasas.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
mfi.h megasas: Correct target/lun mapping 2012-11-12 16:42:56 +01:00
microblaze_boot.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01: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 Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
milkymist-hpdmc.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
milkymist-hw.h sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
milkymist-memcard.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
milkymist-minimac2.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
milkymist-pfpu.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
milkymist-softusb.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
milkymist-sysctl.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
milkymist-tmu2.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
milkymist-uart.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
milkymist-vgafb.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
milkymist-vgafb_template.h
milkymist.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
mips-bios.h
mips.h exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
mips_addr.c
mips_cpudevs.h
mips_fulong2e.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
mips_int.c
mips_jazz.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
mips_malta.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
mips_mipssim.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
mips_r4k.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
mips_timer.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
mipsnet.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
mpc8544_guts.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
msmouse.c softmmu: move remaining include files to include/ subdirectories 2012-12-19 08:32:46 +01:00
msmouse.h janitor: add guards to headers 2012-12-19 08:31:31 +01:00
mst_fpga.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
multiboot.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
multiboot.h
musicpal.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
nand.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
ne2000-isa.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
ne2000.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
ne2000.h janitor: add guards to headers 2012-12-19 08:31:31 +01:00
nseries.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
null-machine.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
nvram.h m48t59: remove unused m48t59_set_addr 2012-11-10 13:49:20 +00:00
omap.h exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
omap1.c hw/omap1.c: Add fallthrough markers and breaks 2013-01-26 13:20:44 +00:00
omap2.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
omap_clk.c
omap_dma.c hw/omap_dma, hw/omap_spi: Explicitly mark fallthroughs 2013-01-26 13:20:44 +00:00
omap_dss.c ui: move files to ui/ and include/ui/ 2012-12-19 08:31:30 +01:00
omap_gpio.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
omap_gpmc.c exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
omap_gptimer.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
omap_i2c.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
omap_intc.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06: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 ui: move files to ui/ and include/ui/ 2012-12-19 08:31:30 +01: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 hw/omap_dma, hw/omap_spi: Explicitly mark fallthroughs 2013-01-26 13:20:44 +00:00
omap_sx1.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
omap_synctimer.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
omap_tap.c Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
omap_uart.c softmmu: move remaining include files to include/ subdirectories 2012-12-19 08:32:46 +01:00
onenand.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
opencores_eth.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
openpic.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
openpic.h openpic: convert to qdev 2012-12-14 13:12:56 +01:00
openrisc_pic.c target-or32: Add PIC support 2012-07-27 21:13:01 +00:00
openrisc_sim.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
openrisc_timer.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
palm.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
pam.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
pam.h exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
parallel.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
pc-testdev.c pc-testdev: use typedefs 2013-01-14 08:59:39 +01:00
pc.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
pc.h HMP: add QDict to info callback handler 2013-01-17 10:24:52 -02:00
pc87312.c pc87312: Avoid define conflict on mingw32 2013-01-15 03:32:37 +01:00
pc87312.h pc87312: Replace register_ioport_*() with MemoryRegion 2013-01-15 03:32:37 +01:00
pc_piix.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
pc_q35.c Add new DEFAULT_MACHINE_OPTIONS to q35 and ppc405 2013-01-16 11:49:05 -06:00
pc_sysfw.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
pci_bridge_dev.c pci,virtio 2013-01-14 10:23:50 -06:00
pckbd.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
pcmcia.h HMP: add QDict to info callback handler 2013-01-17 10:24:52 -02:00
pcnet-pci.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
pcnet.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
pcnet.h exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
pcspk.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
pcspk.h
petalogix_ml605_mmu.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
petalogix_s3adsp1800_mmu.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
pflash_cfi01.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
pflash_cfi02.c hw/pflash_cfi02.c: Mark deliberate fallthrough 2013-01-26 13:20:44 +00:00
piix4.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
piix_pci.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
pl011.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
pl022.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
pl031.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
pl041.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
pl041.h
pl041.hx
pl050.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
pl061.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
pl080.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
pl110.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
pl110_template.h hw/pl110: Fix spelling of 'palette' 2012-09-06 17:04:33 +02:00
pl181.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
pl190.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
pm_smbus.c acpi: switch smbus to memory api 2012-12-04 13:52:43 +01:00
pm_smbus.h acpi: switch smbus to memory api 2012-12-04 13:52:43 +01:00
ppc-viosrp.h
ppc.c PPC: KVM: Add support for EPR with KVM 2013-01-18 19:06:57 +01:00
ppc.h openpic: export e500 epr enable into a ppc.c function 2013-01-18 19:06:57 +01:00
ppc4xx.h Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu 2012-12-23 00:40:49 +01:00
ppc4xx_devs.c Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu 2012-12-23 00:40:49 +01:00
ppc4xx_pci.c exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
ppc405.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
ppc405_boards.c Add new DEFAULT_MACHINE_OPTIONS to q35 and ppc405 2013-01-16 11:49:05 -06:00
ppc405_uc.c Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu 2012-12-23 00:40:49 +01:00
ppc440_bamboo.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
ppc_booke.c PPC: Reset qemu timers when guest reset 2013-01-07 17:37:09 +01:00
ppc_mac.h exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
ppc_newworld.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
ppc_oldworld.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
ppc_prep.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
ppce500_pci.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
ppce500_pci.h PPC: e500: pci: Export slot2irq calculation 2012-12-14 13:12:57 +01:00
ppce500_spin.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
prep_pci.c exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
primecell.h
ps2.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
ps2.h ps2: avoid repeated header file includes 2012-04-12 11:14:29 +01:00
ptimer.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
ptimer.h misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
puv3.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
puv3.h unicore32-softmmu: Add puv3 soc/board support 2012-08-11 09:36:59 +00:00
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 cpu: Move cpu_index field to CPUState 2013-01-15 04:09:13 +01:00
pxa2xx.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
pxa2xx_dma.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
pxa2xx_gpio.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
pxa2xx_keypad.c ui: move files to ui/ and include/ui/ 2012-12-19 08:31:30 +01:00
pxa2xx_lcd.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01: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 sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
pxa2xx_template.h
pxa2xx_timer.c hw/pxa2xx_timer: Explicitly mark fallthroughs 2013-01-26 13:20:44 +00:00
q35.c q35: Introduce q35 pc based chipset emulator 2012-11-26 09:35:36 -06:00
q35.h misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
qdev-addr.c qdev: Fold state enum into bool realized 2013-01-15 18:26:30 -06:00
qdev-addr.h janitor: add guards to headers 2012-12-19 08:31:31 +01:00
qdev-core.h qdev: add a maximum device allowed field for the bus. 2013-01-21 13:23:12 -06:00
qdev-dma.h iommu: Introduce IOMMU emulation infrastructure 2012-06-27 16:33:25 -05:00
qdev-monitor.c qdev: add a maximum device allowed field for the bus. 2013-01-21 13:23:12 -06:00
qdev-monitor.h HMP: add QDict to info callback handler 2013-01-17 10:24:52 -02:00
qdev-properties-system.c qdev: Fold state enum into bool realized 2013-01-15 18:26:30 -06:00
qdev-properties.c qdev: Fold state enum into bool realized 2013-01-15 18:26:30 -06:00
qdev-properties.h qdev-properties.c: Separate core from the code used only by qemu-system-* 2012-12-19 14:09:31 +01:00
qdev.c qdev: Prepare "realized" property 2013-01-15 18:27:00 -06:00
qdev.h qdev: Split up header so it can be used in cpu.h 2012-11-15 02:18:55 +01:00
qxl-logger.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
qxl-render.c qxl: save qemu_create_displaysurface_from result 2012-12-17 14:01:03 +01:00
qxl.c qxl: change rom size to 8192 2013-01-22 11:01:07 +01:00
qxl.h misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
r2d.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
rc4030.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
realview.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
realview_gic.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
rtl8139.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
s390-virtio-bus.c virtio-s390-device: create a virtio-s390-bus during init. 2013-01-21 13:23:14 -06:00
s390-virtio-bus.h virtio-s390-device: create a virtio-s390-bus during init. 2013-01-21 13:23:14 -06:00
s390-virtio.c s390: Add a hypercall registration interface. 2013-01-18 19:07:47 +01:00
s390-virtio.h s390: Add a hypercall registration interface. 2013-01-18 19:07:47 +01:00
sb16.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
sbi.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
scsi-bus.c scsi: Drop useless null test in scsi_unit_attention() 2013-01-22 15:07:03 +01:00
scsi-defs.h janitor: add guards to headers 2012-12-19 08:31:31 +01:00
scsi-disk.c Merge remote-tracking branch 'bonzini/scsi-next' into staging 2013-01-23 09:08:54 -06:00
scsi-generic.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
scsi.h softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
sd.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
sd.h hw/sd.c: Fix erase for high capacity cards 2012-10-30 07:45:12 +00:00
serial-isa.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
serial-pci.c pci,virtio 2013-01-14 10:23:50 -06:00
serial.c Revert "serial: fix retry logic" 2013-01-24 09:45:03 -06:00
serial.h softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
sga.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
sh.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
sh7750.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01: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 exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
sh_pci.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
sh_serial.c softmmu: move remaining include files to include/ subdirectories 2012-12-19 08:32:46 +01:00
sh_timer.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
sharpsl.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
shix.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
slavio_intctl.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
slavio_misc.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
slavio_timer.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
sm501.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
sm501_template.h
smbios.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
smbios.h
smbus.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
smbus.h
smbus_eeprom.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
smbus_ich9.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
smc91c111.c hw/smc91c111: Add explicit 'return' rather than relying on fallthrough 2013-01-26 13:20:44 +00:00
soc_dma.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
soc_dma.h exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
spapr.c pseries: Replace non-portable asprintf by g_strdup_printf 2013-01-16 12:02:30 -06:00
spapr.h softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
spapr_events.c softmmu: move remaining include files to include/ subdirectories 2012-12-19 08:32:46 +01:00
spapr_hcall.c cpu: Move cpu_index field to CPUState 2013-01-15 04:09:13 +01:00
spapr_iommu.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
spapr_llan.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
spapr_nvram.c pseries: Remove unneeded include statement (fixes MinGW builds) 2013-01-04 14:38:04 +01:00
spapr_pci.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
spapr_pci.h pci: update all users to look in pci/ 2012-12-17 13:02:26 +02:00
spapr_rtas.c cpu: Move cpu_index field to CPUState 2013-01-15 04:09:13 +01:00
spapr_vio.c pseries: Replace non-portable asprintf by g_strdup_printf 2013-01-16 12:02:30 -06:00
spapr_vio.h softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
spapr_vscsi.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
spapr_vty.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
sparc32_dma.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
sparc32_dma.h Rename target_phys_addr_t to hwaddr 2012-10-23 08:58:25 -05:00
spitz.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
srp.h srp: Don't use QEMU_PACKED for single elements of a structured type 2012-09-14 08:21:27 +01:00
ssd0303.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
ssd0323.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
ssi-sd.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
ssi.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
ssi.h ssi: Add slave autoconnect helper 2012-10-10 11:13:32 +10:00
stellaris.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
stellaris_enet.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
stellaris_input.c ui: move files to ui/ and include/ui/ 2012-12-19 08:31:30 +01:00
stream.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
stream.h qom: move include files to include/qom/ 2012-12-19 08:31:32 +01:00
strongarm.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
strongarm.h exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
sun4c_intctl.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
sun4m.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
sun4m.h HMP: add QDict to info callback handler 2013-01-17 10:24:52 -02:00
sun4m_iommu.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
sun4u.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
sysbus.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
sysbus.h sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
tc6393xb.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
tc6393xb_template.h
tc58128.c
tcx.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
tmp105.c tmp105: Add temperature QOM property 2013-01-16 12:14:20 -06:00
tmp105.h tmp105: Add temperature QOM property 2013-01-16 12:14:20 -06:00
tmp105_regs.h tmp105: Split out I2C message constants from header 2013-01-16 12:14:20 -06:00
tosa.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
tpci200.c hw/tpci200: Fix compiler warning (redefined symbol with MinGW) 2013-01-21 11:39:15 +01:00
tsc210x.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
tsc2005.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
tusb6010.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
twl92230.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
uboot_image.h hw: move executable format header files to hw/ 2012-12-19 08:32:46 +01:00
unin_pci.c pci: update all users to look in pci/ 2012-12-17 13:02:26 +02:00
usb.h HMP: add QDict to info callback handler 2013-01-17 10:24:52 -02:00
versatile_i2c.c hw/versatile_i2c: Use LOG_GUEST_ERROR 2012-10-30 07:45:11 +00:00
versatile_pci.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
versatilepb.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
vexpress.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
vfio_pci.c vfio-pci: Loosen sanity checks to allow future features 2013-01-08 14:10:03 -07:00
vga-isa-mm.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
vga-isa.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
vga-pci.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
vga.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
vga.h
vga_int.h exec: move include files to include/exec/ 2012-12-19 08:31:31 +01:00
vga_template.h
vhost.c vhost: backend masking support 2013-01-07 19:42:23 +02:00
vhost.h vhost: backend masking support 2013-01-07 19:42:23 +02:00
vhost_net.c vhost: backend masking support 2013-01-07 19:42:23 +02:00
vhost_net.h vhost: backend masking support 2013-01-07 19:42:23 +02:00
virtex_ml507.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
virtio-balloon.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
virtio-balloon.h pci: update all users to look in pci/ 2012-12-17 13:02:26 +02:00
virtio-blk.c dataplane: support viostor virtio-pci status bit setting 2013-01-18 16:59:20 +01:00
virtio-blk.h dataplane: add virtio-blk data plane code 2013-01-02 16:08:47 +01:00
virtio-bus.c virtio-device: refactor virtio-device. 2013-01-21 13:23:12 -06:00
virtio-bus.h virtio-device: refactor virtio-device. 2013-01-21 13:23:12 -06:00
virtio-console.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
virtio-net.c vhost: backend masking support 2013-01-07 19:42:23 +02:00
virtio-net.h net: reorganize headers 2012-12-19 08:31:29 +01:00
virtio-pci.c virtio-pci: refactor virtio-pci device. 2013-01-21 13:23:13 -06:00
virtio-pci.h virtio-pci: refactor virtio-pci device. 2013-01-21 13:23:13 -06:00
virtio-rng.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
virtio-rng.h virtio-rng-pci: create a default backend if none exists 2012-11-16 08:36:14 -06:00
virtio-scsi.c virtio-scsi: abort in-flight I/O when the device is reset 2013-01-10 15:22:42 -06:00
virtio-scsi.h net: do not include net.h everywhere 2012-12-19 08:29:59 +01:00
virtio-serial-bus.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
virtio-serial.h
virtio.c virtio-device: refactor virtio-device. 2013-01-21 13:23:12 -06:00
virtio.h virtio-device: refactor virtio-device. 2013-01-21 13:23:12 -06:00
vmmouse.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
vmport.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
vmware_vga.c vmware_vga: fix out of bounds and invalid rects updating 2013-01-26 13:33:02 +00:00
vt82c686.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
vt82c686.h
watchdog.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
watchdog.h misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
wdt_i6300esb.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
wdt_ib700.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
wm8750.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
xen-host-pci-device.c Spelling fixes in comments and macro names (ressource -> resource) 2012-09-14 08:21:28 +01:00
xen-host-pci-device.h pci: update all users to look in pci/ 2012-12-17 13:02:26 +02:00
xen.h Move qemu_irq typedef out of qemu-common.h 2012-11-15 01:57:02 +01:00
xen_apic.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
xen_backend.c softmmu: move remaining include files to include/ subdirectories 2012-12-19 08:32:46 +01:00
xen_backend.h softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
xen_blkif.h
xen_common.h misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
xen_console.c Merge remote-tracking branch 'bonzini/header-dirs' into staging 2012-12-19 17:15:39 -06:00
xen_devconfig.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
xen_disk.c xen_disk: implement BLKIF_OP_FLUSH_DISKCACHE, remove BLKIF_OP_WRITE_BARRIER 2013-01-14 18:30:30 +00:00
xen_domainbuild.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
xen_domainbuild.h
xen_machine_pv.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
xen_nic.c net: reorganize headers 2012-12-19 08:31:29 +01:00
xen_platform.c xen_platform: Do not use old_portio-style callbacks 2013-01-15 19:45:45 +01:00
xen_pt.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
xen_pt.h pci: update all users to look in pci/ 2012-12-17 13:02:26 +02:00
xen_pt_config_init.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
xen_pt_msi.c xen: fix trivial PCI passthrough MSI-X bug 2012-12-17 11:36:58 +00:00
xenfb.c softmmu: move remaining include files to include/ subdirectories 2012-12-19 08:32:46 +01:00
xgmac.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
xics.c cpu: Move cpu_index field to CPUState 2013-01-15 04:09:13 +01:00
xics.h pseries: Use #define for XICS base irq number 2012-12-14 13:12:53 +01:00
xilinx.h sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
xilinx_axidma.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
xilinx_axienet.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
xilinx_ethlite.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
xilinx_intc.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
xilinx_spi.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
xilinx_spips.c softmmu: move include files to include/sysemu/ 2012-12-19 08:32:45 +01:00
xilinx_timer.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
xilinx_uartlite.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
xilinx_zynq.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
xio3130_downstream.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
xio3130_downstream.h pci: update all users to look in pci/ 2012-12-17 13:02:26 +02:00
xio3130_upstream.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
xio3130_upstream.h pci: update all users to look in pci/ 2012-12-17 13:02:26 +02:00
xtensa_bootparam.h
xtensa_lx60.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00
xtensa_pic.c misc: move include files to include/qemu/ 2012-12-19 08:32:39 +01:00
xtensa_sim.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
z2.c Make default boot order machine specific 2013-01-15 18:26:18 -06:00
zaurus.c Make all static TypeInfos const 2013-01-10 15:11:53 -06:00
zynq_slcr.c sysbus: Drop sysbus_from_qdev() cast macro 2013-01-21 13:52:24 -06:00