aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2010-04-18error: Use QERR_INVALID_PARAMETER_VALUE instead of QERR_INVALID_PARAMETERMarkus Armbruster
2010-04-18error: Drop extra messages after qemu_opts_set() and qemu_opts_parse()Markus Armbruster
2010-04-18monitor: convert do_device_del() to QObject, QErrorMarkus Armbruster
2010-04-18qdev: Convert qdev_unplug() to QErrorMarkus Armbruster
2010-04-18Fix harmless if statements with empty body, spotted by clangBlue Swirl
2010-04-18sparc32 use empty_slot for missing RAM v1Artyom Tarasenko
2010-04-18create empty_slot deviceArtyom Tarasenko
2010-04-18Fix harmless if statements with empty body, spotted by clangBlue Swirl
2010-04-13Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori
2010-04-14vhost.c: include <linux/vhost.h> lastMarcelo Tosatti
2010-04-13vhost-net: disable mergeable buffersMichael S. Tsirkin
2010-04-13vhost: fix features ackDavid L Stevens
2010-04-13sh_pci: fix memory and I/O accessAurelien Jarno
2010-04-13r2d: always enable IDE and flashAurelien Jarno
2010-04-11hw/r2d: add initrd supportAurelien Jarno
2010-04-11vhost.c: include <linux/vhost.h> lastMarcelo Tosatti
2010-04-11vhost-net: disable mergeable buffersMichael S. Tsirkin
2010-04-11vhost: fix features ackDavid L Stevens
2010-04-11eepro100: convert to new capability APIMichael S. Tsirkin
2010-04-11pci: add API to add capability at a known offsetMichael S. Tsirkin
2010-04-11hw/r2d: add flash memoryAurelien Jarno
2010-04-09Implement virtio resetAlexander Graf
2010-04-09lsi: fix segfault in lsi_command_completeGerd Hoffmann
2010-04-09move targphys.h and hw/poison.h inclusion to cpu-common.hPaolo Bonzini
2010-04-09move two variable declarations out of vl.cPaolo Bonzini
2010-04-08Debugcon: Fix debugging printfAdam Lackorzynski
2010-04-08e1000: fix build on Ubuntu with _FORTIFY_SOURCEThomas Monjalon
2010-04-08smc91c111: allow access to reserved registerLars Munch
2010-04-08smc91c111: mask register offsetLars Munch
2010-04-08baum: add destroy hookSamuel Thibault
2010-04-08update bochs vbe interfaceGerd Hoffmann
2010-04-07eepro100: fix PCI interrupt pin configuration regressionStefan Weil
2010-04-07eepro100: fix mapping of flash memoryStefan Weil
2010-04-07eepro100: Set power management capability using pci_reserve_capabilityStefan Weil
2010-04-06eepro100: Set configuration bit for standard TCBStefan Weil
2010-04-06eepro100: Add new device variant i82801Stefan Weil
2010-04-06eepro100: Simplified device instantiationStefan Weil
2010-04-06eepro100: Simplify status handlingStefan Weil
2010-04-06eepro100: Don't allow writing SCBStatusStefan Weil
2010-04-05OHCI qdev conversionPaul Brook
2010-04-05ARMv7-M reset fixesPaul Brook
2010-04-04UHCI spurious interrut fixPaul Brook
2010-04-04Revert "Compile usb-ohci only once"Paul Brook
2010-04-03sparc32: add IOMMU chipset doc linksBlue Swirl
2010-04-03sparc32: rename iommu.c to sun4m_iommu.c to make room for other IOMMUsBlue Swirl
2010-04-03sparc32: improve timer implementationBlue Swirl
2010-04-02hw/r2d: add a USB keyboardAurelien Jarno
2010-04-02usb-bus: fix no paramsTeLeMan
2010-04-01win32: Fix compiler errors from u_int64_tStefan Weil
2010-04-01virtio-net: vhost net supportMichael S. Tsirkin