summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-12-12scsi: fix drive hotplug.Gerd Hoffmann1-0/+1
2009-12-12pci: don't hw_error() when no slot is available.Gerd Hoffmann1-2/+9
2009-12-12pci: don't abort() when trying to hotplug with acpi off.Gerd Hoffmann1-1/+16
2009-12-12Set default console to virtio on S390xGerd Hoffmann2-0/+8
2009-12-12qdev: also match bus name for global propertiesGerd Hoffmann1-1/+2
2009-12-12qdev: make compat stuff more genericGerd Hoffmann5-15/+23
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster17-58/+52
2009-12-12qdev: Separate USB product description from qdev nameMarkus Armbruster9-1/+13
2009-12-12qdev: Rename USBDevice member devname to product_descMarkus Armbruster4-8/+9
2009-12-12fix rtc-td-hack on host without high-res timersGleb Natapov1-0/+17
2009-12-12virtio: verify features on loadMichael S. Tsirkin4-6/+37
2009-12-12vmware_vga: add rom file so that it boots.Dave Airlie1-0/+2
2009-12-10microblaze: Make boot_info static.Edgar E. Iglesias1-1/+1
2009-12-10microblaze: Add missing cpu_reset.Edgar E. Iglesias1-0/+2
2009-12-10microblaze: Boot and reset fixes.Edgar E. Iglesias1-13/+16
2009-12-07pci: interrupt disable bit supportMichael S. Tsirkin2-2/+28
2009-12-07pci: interrupt status bit implementationMichael S. Tsirkin2-1/+26
2009-12-07pci: prepare irq code for interrupt stateMichael S. Tsirkin2-17/+74
2009-12-07msix: function mask supportMichael S. Tsirkin1-18/+46
2009-12-07msix: macro rename for function mask supportMichael S. Tsirkin1-7/+7
2009-12-05Add S390x virtio machine descriptionAlexander Graf1-0/+255
2009-12-05Add S390x virtio machine busAlexander Graf2-0/+459
2009-12-04Add "static" to please SparseBlue Swirl9-10/+10
2009-12-04scsi: fix incorrect ?: useBlue Swirl1-1/+2
2009-12-03ide: implement stub for audio control/volume readThadeu Lima de Souza Cascardo1-0/+17
2009-12-03ide: Use some already defined page macros instead of constantsThadeu Lima de Souza Cascardo1-2/+2
2009-12-03eepro100: Improve debug messagesStefan Weil1-3/+3
2009-12-03eepro100: Allocate a larger buffer for regname()David Benjamin1-1/+1
2009-12-03multiboot: Use signed type for negative error numbersKevin Wolf1-0/+1
2009-12-03Fix compile error when LSI_DEBUG is definedRyan Harper1-3/+3
2009-12-03e1000: Fix warning from code reviewStefan Weil1-1/+3
2009-12-03multiboot: Fix module loading and setting of mmap.Adam Lackorzynski1-1/+1
2009-12-03SCSI: Fix Standard INQUIRY dataLaszlo Ast1-3/+3
2009-12-03targe-ppc: Sync CPU state for KVMAlexander Graf2-0/+8
2009-12-03qemu: cleanup unused macros in cirrusMichael S. Tsirkin1-35/+0
2009-12-03qemu: make cirrus init value pci spec compliantMichael S. Tsirkin1-1/+0
2009-12-03virtio-blk: Implement rerror optionKevin Wolf1-5/+8
2009-12-03ide: Implement rerror optionKevin Wolf2-17/+38
2009-12-03Rename DriveInfo.onerror to on_write_errorKevin Wolf3-3/+4
2009-12-03live migration: Propagate output monitor to callback handlerJan Kiszka1-1/+2
2009-12-03savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela26-37/+60
2009-12-03qdev: enable vmstate_unregister() supportJuan Quintela1-2/+0
2009-12-03pci: vmstate_register() already assign consecutive numbers starting at 0Juan Quintela1-3/+1
2009-12-03vmstate: Add support for multiplying size for a constantJuan Quintela1-0/+13
2009-12-03vmstate: remove usused VMSTATE_STRUCT_ARRAY_SIZE_UINT8Juan Quintela1-10/+0
2009-12-03vmstate: Introduce UINT16_TEST supportJuan Quintela1-0/+3
2009-12-03vmstate: Introduce VMSTATE_STRUCT_POINTER_TESTJuan Quintela1-6/+10
2009-12-03vmstate: Introduce VMSTATE_STRUCT_TESTJuan Quintela1-7/+11
2009-12-03vmstate: Add support for VBUFFERSJuan Quintela1-0/+20
2009-12-03vmstate: Fix info field of VMSTATE_MACADDRJan Kiszka1-1/+1