summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2009-12-19e1000: Don't muck with PCI commmand registerAnthony Liguori1-1/+0
2009-12-18usb-musb: convert fifo to 8bit and add more registersRiku Voipio1-57/+107
2009-12-18handle SD CMD5 without error messagesJuha Riihimäki1-0/+4
2009-12-18Make USB hid devices self-poweredRiku Voipio2-2/+2
2009-12-18roms: remove option rom packing logicGerd Hoffmann2-61/+50
2009-12-18roms: use new fw_cfg file xfer support.Gerd Hoffmann3-5/+27
2009-12-18fw_cfg: add API for file transfer.Gerd Hoffmann2-2/+62
2009-12-18fw_cfg: make calls typesafeGerd Hoffmann2-21/+21
2009-12-18pci romfiles: add property, add default to PCIDeviceInfoGerd Hoffmann6-32/+29
2009-12-18Support PCI based option rom loadingAnthony Liguori6-4/+44
2009-12-18Fix backcompat for hotplug of SCSI controllersDaniel P. Berrange1-5/+1
2009-12-18fdc: fix migration from 0.11Juan Quintela1-7/+5
2009-12-18Revert "fdc: fix vmstate variable passed"Juan Quintela1-29/+4
2009-12-18vmware: increase cursor buffer size.Dave Airlie1-1/+1
2009-12-18VMware VGA: Only enable dirty log tracking when fifo is disabledAnthony Liguori3-4/+36
2009-12-18Fix VMware VGA depth computationAnthony Liguori1-7/+7
2009-12-18Make sure to enable dirty log tracking for VMware VGAAnthony Liguori1-0/+4
2009-12-18Make sure to enable dirty tracking of VBE vram mappingAnthony Liguori5-19/+31
2009-12-18vmware: setup PCI BAR 2 for FIFO as per vmware specDave Airlie1-5/+30
2009-12-18qdev: improve property error reporting.Gerd Hoffmann1-2/+7
2009-12-18usb-net: use qdev for -usbdeviceGerd Hoffmann2-34/+47
2009-12-18Check rom_load_all() return value.Gerd Hoffmann1-1/+1
2009-12-18defaults: split default_driveGerd Hoffmann1-1/+4
2009-12-18qdev: Improve uni-north device namesMarkus Armbruster1-12/+12
2009-12-18Fix loading of ELF multiboot kernelsKevin Wolf2-6/+6
2009-12-18Revert "pci: interrupt disable bit support"Anthony Liguori2-28/+2
2009-12-18S390: Bail out without KVMAlexander Graf1-0/+7
2009-12-18S390: Don't tell guest we're updating config spaceAlexander Graf1-1/+1
2009-12-18S390: Loop through virtio console devicesAlexander Graf1-1/+5
2009-12-17target-alpha: Add placeholders for missing userspace PALcalls.Richard Henderson1-2/+30
2009-12-16s390: Fix buggy assignmentStefan Weil1-1/+1
2009-12-13target-alpha: Implement RD/WRUNIQUE in the translatorRichard Henderson1-6/+5
2009-12-13workaround for cmd646 bmdma register access while no dma is activeIgor V. Kovalenko3-5/+4
2009-12-13s390: typo fixMichael S. Tsirkin1-1/+1
2009-12-13s390: fix build on 32 bit hostMichael S. Tsirkin1-1/+1
2009-12-13fdc/sparc32: don't hang on detection under OBPArtyom Tarasenko1-0/+6
2009-12-13Sparc32: implement AFX for SS-5Artyom Tarasenko1-1/+41
2009-12-13scsi-disk: Inquiry with allocation length of CDB < 36 (v4)Artyom Tarasenko1-6/+15
2009-12-12PCI: Convert pci_device_hot_add() to QObjectLuiz Capitulino1-4/+36
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