summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* ppc405_uc: fix a buffer overflowBlue Swirl2011-01-121-2/+3
* lan9118: fix a buffer overflowBlue Swirl2011-01-121-2/+2
* loader: fix a file descriptor leakBlue Swirl2011-01-121-2/+3
* Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori2011-01-1011-31/+374
|\
| * pci: fix migration path for devices behind bridgesMichael S. Tsirkin2010-12-271-11/+37
| * pcie/aer: glue aer error injection into qemu monitorIsaku Yamahata2010-12-242-0/+236
| * pci: introduce a helper function to convert qdev id to PCIDeviceIsaku Yamahata2010-12-242-0/+36
| * qdev: export qdev_find_recursive() for later useIsaku Yamahata2010-12-242-1/+3
| * build, pci: remove QMP dependency on core PCI codeIsaku Yamahata2010-12-221-0/+37
| * pcie: add flr supportIsaku Yamahata2010-12-226-13/+12Star
| * pc/piix: fix mismerge of b1aeb92666d2fde413c34578b3b42bbfe5f2a506Isaku Yamahata2010-12-221-8/+4Star
| * qdev: remove an unused functionMichael S. Tsirkin2010-12-212-7/+1Star
| * qbus: register reset handler for qbus whose parent is NULLIsaku Yamahata2010-12-202-1/+15
| * qdev: sysbus_get_default must not return a NULL pointer (fix regression)Stefan Weil2010-12-191-4/+5
| * pci: don't use bus number in migration, stub outMichael S. Tsirkin2010-12-191-1/+4
* | target-sh4: implement writes to mmaped ITLBAurelien Jarno2011-01-091-0/+2
* | cirrus: delete GCC 4.6 warningsAurelien Jarno2011-01-061-3/+3
* | cirrus_vga: Declare as little endianBlue Swirl2011-01-061-100/+12Star
* | pc: move port 92 stuff back to pc.c from pckbd.cBlue Swirl2011-01-062-20/+88
* | cirrus_vga: fix division by 0 for color expansion ropAurelien Jarno2011-01-041-32/+33
* | Fix curses on big endian hostsAurelien Jarno2011-01-041-3/+3
* | Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno2010-12-277-1/+2196
|\ \
| * | spice: add qxl deviceGerd Hoffmann2010-12-097-1/+2196
* | | s390: compile fixesAlexander Graf2010-12-262-0/+3
* | | qdev: sysbus_get_default must not return a NULL pointer (fix regression)Stefan Weil2010-12-211-4/+5
* | | sparc32: ledma extra registers need tracing tooBob Breuer2010-12-201-3/+8
* | | wdt_ib700: Fix accidental use of SoftFloat int64 typeAndreas Färber2010-12-201-1/+1
* | | apic: Fix accidental use of SoftFloat uint32 typeAndreas Färber2010-12-201-1/+1
| |/ |/|
* | ahci: delete write-only variables (v2)Blue Swirl2010-12-191-4/+1Star
* | vga: Declare as little endianBlue Swirl2010-12-191-25/+1Star
* | sparc32: ledma extra registersBob Breuer2010-12-182-8/+23
* | ide: Build fix for via.cKevin Wolf2010-12-171-1/+1
* | ide: Fix build for cmd646.cKevin Wolf2010-12-171-2/+2
* | scsi-disk: support WRITE SAME (16) with unmap bitChristoph Hellwig2010-12-172-2/+52
* | ide: Register vm change state handler once onlyStefan Hajnoczi2010-12-173-28/+58
* | Remove NULL checks for bdrv_new return valueKevin Wolf2010-12-171-11/+6Star
* | ide: honor ncq for atapiAlexander Graf2010-12-171-0/+6
* | ahci: set SATA Mode SelectSebastian Herbszt2010-12-171-0/+3
* | ahci: add ahci emulationAlexander Graf2010-12-171-0/+1524
* | pci: add ich9 pci idAlexander Graf2010-12-171-0/+1
* | pci: add storage class for sataAlexander Graf2010-12-171-0/+1
* | ide: add ncq identify data for ahci sata drivesRoland Elek2010-12-172-0/+9
* | ide: move transfer_start after variable modificationAlexander Graf2010-12-171-4/+4
* | ide: Split out BMDMA code from ATA coreAlexander Graf2010-12-177-298/+446
* | ide: fix whitespace gap in ide_exec_cmdAlexander Graf2010-12-171-367/+367
* | ide: split ide command interpretation offAlexander Graf2010-12-172-6/+16
* | Merge remote branch 'jvrao/for-anthony' into stagingAnthony Liguori2010-12-175-12/+20
|\ \
| * | virtio-9p: fix build on !CONFIG_UTIMENSATHidetoshi Seto2010-12-031-2/+2
| * | virtio-9p: Check the return value of llistxattr.Kusanagi Kouichi2010-12-031-0/+3
| * | hw/virtio9p: Use appropriate debug print functions in TLINK pathHarsh Prateek Bora2010-12-031-2/+2