summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-01-10Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori11-31/+374
2011-01-09target-sh4: implement writes to mmaped ITLBAurelien Jarno1-0/+2
2011-01-06cirrus: delete GCC 4.6 warningsAurelien Jarno1-3/+3
2011-01-06cirrus_vga: Declare as little endianBlue Swirl1-100/+12
2011-01-06pc: move port 92 stuff back to pc.c from pckbd.cBlue Swirl2-20/+88
2011-01-04cirrus_vga: fix division by 0 for color expansion ropAurelien Jarno1-32/+33
2011-01-04Fix curses on big endian hostsAurelien Jarno1-3/+3
2010-12-27Merge branch 'spice.v23.pull' of git://anongit.freedesktop.org/spice/qemuAurelien Jarno7-1/+2196
2010-12-27pci: fix migration path for devices behind bridgesMichael S. Tsirkin1-11/+37
2010-12-26s390: compile fixesAlexander Graf2-0/+3
2010-12-24pcie/aer: glue aer error injection into qemu monitorIsaku Yamahata2-0/+236
2010-12-24pci: introduce a helper function to convert qdev id to PCIDeviceIsaku Yamahata2-0/+36
2010-12-24qdev: export qdev_find_recursive() for later useIsaku Yamahata2-1/+3
2010-12-22build, pci: remove QMP dependency on core PCI codeIsaku Yamahata1-0/+37
2010-12-22pcie: add flr supportIsaku Yamahata6-13/+12
2010-12-22pc/piix: fix mismerge of b1aeb92666d2fde413c34578b3b42bbfe5f2a506Isaku Yamahata1-8/+4
2010-12-21qdev: sysbus_get_default must not return a NULL pointer (fix regression)Stefan Weil1-4/+5
2010-12-21qdev: remove an unused functionMichael S. Tsirkin2-7/+1
2010-12-20sparc32: ledma extra registers need tracing tooBob Breuer1-3/+8
2010-12-20wdt_ib700: Fix accidental use of SoftFloat int64 typeAndreas Färber1-1/+1
2010-12-20apic: Fix accidental use of SoftFloat uint32 typeAndreas Färber1-1/+1
2010-12-20qbus: register reset handler for qbus whose parent is NULLIsaku Yamahata2-1/+15
2010-12-19qdev: sysbus_get_default must not return a NULL pointer (fix regression)Stefan Weil1-4/+5
2010-12-19pci: don't use bus number in migration, stub outMichael S. Tsirkin1-1/+4
2010-12-19ahci: delete write-only variables (v2)Blue Swirl1-4/+1
2010-12-19vga: Declare as little endianBlue Swirl1-25/+1
2010-12-18sparc32: ledma extra registersBob Breuer2-8/+23
2010-12-17ide: Build fix for via.cKevin Wolf1-1/+1
2010-12-17ide: Fix build for cmd646.cKevin Wolf1-2/+2
2010-12-17scsi-disk: support WRITE SAME (16) with unmap bitChristoph Hellwig2-2/+52
2010-12-17ide: Register vm change state handler once onlyStefan Hajnoczi3-28/+58
2010-12-17Remove NULL checks for bdrv_new return valueKevin Wolf1-11/+6
2010-12-17ide: honor ncq for atapiAlexander Graf1-0/+6
2010-12-17ahci: set SATA Mode SelectSebastian Herbszt1-0/+3
2010-12-17ahci: add ahci emulationAlexander Graf1-0/+1524
2010-12-17pci: add ich9 pci idAlexander Graf1-0/+1
2010-12-17pci: add storage class for sataAlexander Graf1-0/+1
2010-12-17ide: add ncq identify data for ahci sata drivesRoland Elek2-0/+9
2010-12-17ide: move transfer_start after variable modificationAlexander Graf1-4/+4
2010-12-17ide: Split out BMDMA code from ATA coreAlexander Graf7-298/+446
2010-12-17ide: fix whitespace gap in ide_exec_cmdAlexander Graf1-367/+367
2010-12-17ide: split ide command interpretation offAlexander Graf2-6/+16
2010-12-17Merge remote branch 'jvrao/for-anthony' into stagingAnthony Liguori5-12/+20
2010-12-17Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori6-100/+139
2010-12-12Watchdog: disable watchdog timer when hard-rebooting a guest.Richard W.M. Jones2-5/+20
2010-12-11Pass boot device list to firmware.Gleb Natapov1-0/+14
2010-12-11Add bootindex for option roms.Gleb Natapov9-21/+29
2010-12-11Change fw_cfg_add_file() to get full file path as a parameter.Gleb Natapov3-16/+20
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov13-0/+71
2010-12-11Add get_fw_dev_path callback to scsi bus.Gleb Natapov1-0/+23