aboutsummaryrefslogtreecommitdiff
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* defaults: split default_driveGerd Hoffmann2009-12-191-1/+4
* qdev: Improve uni-north device namesMarkus Armbruster2009-12-191-12/+12
* Fix loading of ELF multiboot kernelsKevin Wolf2009-12-192-6/+6
* Revert "pci: interrupt disable bit support"Anthony Liguori2009-12-192-28/+2
* S390: Bail out without KVMAlexander Graf2009-12-181-0/+7
* S390: Don't tell guest we're updating config spaceAlexander Graf2009-12-181-1/+1
* S390: Loop through virtio console devicesAlexander Graf2009-12-181-1/+5
* s390: Fix buggy assignmentStefan Weil2009-12-161-1/+1
* s390: typo fixMichael S. Tsirkin2009-12-131-1/+1
* s390: fix build on 32 bit hostMichael S. Tsirkin2009-12-131-1/+1
* PCI: Convert pci_device_hot_add() to QObjectLuiz Capitulino2009-12-121-4/+36
* scsi: fix drive hotplug.Gerd Hoffmann2009-12-121-0/+1
* pci: don't hw_error() when no slot is available.Gerd Hoffmann2009-12-121-2/+9
* pci: don't abort() when trying to hotplug with acpi off.Gerd Hoffmann2009-12-121-1/+16
* Set default console to virtio on S390xGerd Hoffmann2009-12-122-0/+8
* qdev: also match bus name for global propertiesGerd Hoffmann2009-12-121-1/+2
* qdev: make compat stuff more genericGerd Hoffmann2009-12-125-15/+23
* qdev: Replace device names containing whitespaceMarkus Armbruster2009-12-1217-58/+52
* qdev: Separate USB product description from qdev nameMarkus Armbruster2009-12-129-1/+13
* qdev: Rename USBDevice member devname to product_descMarkus Armbruster2009-12-124-8/+9
* fix rtc-td-hack on host without high-res timersGleb Natapov2009-12-121-0/+17
* virtio: verify features on loadMichael S. Tsirkin2009-12-124-6/+37
* vmware_vga: add rom file so that it boots.Dave Airlie2009-12-121-0/+2
* pci: interrupt disable bit supportMichael S. Tsirkin2009-12-072-2/+28
* pci: interrupt status bit implementationMichael S. Tsirkin2009-12-072-1/+26
* pci: prepare irq code for interrupt stateMichael S. Tsirkin2009-12-072-17/+74
* msix: function mask supportMichael S. Tsirkin2009-12-071-18/+46
* msix: macro rename for function mask supportMichael S. Tsirkin2009-12-071-7/+7
* Add S390x virtio machine descriptionAlexander Graf2009-12-051-0/+255
* Add S390x virtio machine busAlexander Graf2009-12-052-0/+459
* Add "static" to please SparseBlue Swirl2009-12-049-10/+10
* scsi: fix incorrect ?: useBlue Swirl2009-12-041-1/+2
* ide: implement stub for audio control/volume readThadeu Lima de Souza Cascardo2009-12-031-0/+17
* ide: Use some already defined page macros instead of constantsThadeu Lima de Souza Cascardo2009-12-031-2/+2
* eepro100: Improve debug messagesStefan Weil2009-12-031-3/+3
* eepro100: Allocate a larger buffer for regname()David Benjamin2009-12-031-1/+1
* multiboot: Use signed type for negative error numbersKevin Wolf2009-12-031-0/+1
* Fix compile error when LSI_DEBUG is definedRyan Harper2009-12-031-3/+3
* e1000: Fix warning from code reviewStefan Weil2009-12-031-1/+3
* multiboot: Fix module loading and setting of mmap.Adam Lackorzynski2009-12-031-1/+1
* SCSI: Fix Standard INQUIRY dataLaszlo Ast2009-12-031-3/+3
* targe-ppc: Sync CPU state for KVMAlexander Graf2009-12-032-0/+8
* qemu: cleanup unused macros in cirrusMichael S. Tsirkin2009-12-031-35/+0
* qemu: make cirrus init value pci spec compliantMichael S. Tsirkin2009-12-031-1/+0
* virtio-blk: Implement rerror optionKevin Wolf2009-12-031-5/+8
* ide: Implement rerror optionKevin Wolf2009-12-032-17/+38
* Rename DriveInfo.onerror to on_write_errorKevin Wolf2009-12-033-3/+4
* live migration: Propagate output monitor to callback handlerJan Kiszka2009-12-031-1/+2
* savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela2009-12-0326-37/+60
* qdev: enable vmstate_unregister() supportJuan Quintela2009-12-031-2/+0