aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2010-04-25microblaze: remove dead assignments, spotted by clang analyzerBlue Swirl1-2/+1
2010-04-25cris: remove dead assignments, spotted by clang analyzerBlue Swirl1-1/+1
2010-04-25arm: remove dead assignments, spotted by clang analyzerBlue Swirl12-38/+32
2010-04-25x86: remove dead assignments, spotted by clang analyzerBlue Swirl6-16/+16
2010-04-25Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl1-3/+1
2010-04-25usb: remove dead assignments, spotted by clang analyzerBlue Swirl6-12/+23
2010-04-25bt: remove dead assignments, spotted by clang analyzerBlue Swirl2-8/+3
2010-04-23Fix harmless if statement with empty body, spotted by clangBlue Swirl1-1/+2
2010-04-23Remove un-needed codeBruce Rogers1-1/+0
2010-04-23Replace calls of old bdrv_openKevin Wolf1-1/+1
2010-04-23Make qemu-config available for toolsKevin Wolf2-2/+18
2010-04-22bt-sdp: Fix an excessive ; and assignment of the wrong variableAndrzej Zaborowski1-2/+2
2010-04-22bt-l2cap: fix if statement with empty body, spotted by clangBlue Swirl1-3/+3
2010-04-20pci: fix pci_find_bus().Isaku Yamahata1-9/+16
2010-04-19Check for invalid initrd fileM. Mohan Kumar1-0/+6
2010-04-18virtio-blk: Fix use after free in error caseKevin Wolf1-3/+3
2010-04-18error: Use QERR_INVALID_PARAMETER_VALUE instead of QERR_INVALID_PARAMETERMarkus Armbruster1-1/+1
2010-04-18error: Drop extra messages after qemu_opts_set() and qemu_opts_parse()Markus Armbruster1-2/+0
2010-04-18monitor: convert do_device_del() to QObject, QErrorMarkus Armbruster2-5/+5
2010-04-18qdev: Convert qdev_unplug() to QErrorMarkus Armbruster1-2/+1
2010-04-18Fix harmless if statements with empty body, spotted by clangBlue Swirl1-4/+6
2010-04-18sparc32 use empty_slot for missing RAM v1Artyom Tarasenko1-0/+5
2010-04-18create empty_slot deviceArtyom Tarasenko2-0/+94
2010-04-18Fix harmless if statements with empty body, spotted by clangBlue Swirl2-2/+5
2010-04-13Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori3-340/+213
2010-04-14vhost.c: include <linux/vhost.h> lastMarcelo Tosatti1-1/+1
2010-04-13vhost-net: disable mergeable buffersMichael S. Tsirkin1-0/+1
2010-04-13vhost: fix features ackDavid L Stevens1-0/+8
2010-04-13sh_pci: fix memory and I/O accessAurelien Jarno1-96/+15
2010-04-13r2d: always enable IDE and flashAurelien Jarno1-10/+8
2010-04-11hw/r2d: add initrd supportAurelien Jarno1-21/+59
2010-04-11vhost.c: include <linux/vhost.h> lastMarcelo Tosatti1-1/+1
2010-04-11vhost-net: disable mergeable buffersMichael S. Tsirkin1-0/+1
2010-04-11vhost: fix features ackDavid L Stevens1-0/+8
2010-04-11eepro100: convert to new capability APIMichael S. Tsirkin1-13/+9
2010-04-11pci: add API to add capability at a known offsetMichael S. Tsirkin2-4/+15
2010-04-11hw/r2d: add flash memoryAurelien Jarno1-0/+13
2010-04-09Implement virtio resetAlexander Graf3-6/+7
2010-04-09lsi: fix segfault in lsi_command_completeGerd Hoffmann1-1/+1
2010-04-09move targphys.h and hw/poison.h inclusion to cpu-common.hPaolo Bonzini2-52/+0
2010-04-09move two variable declarations out of vl.cPaolo Bonzini2-0/+2
2010-04-08Debugcon: Fix debugging printfAdam Lackorzynski1-1/+1
2010-04-08e1000: fix build on Ubuntu with _FORTIFY_SOURCEThomas Monjalon1-1/+1
2010-04-08smc91c111: allow access to reserved registerLars Munch1-0/+4
2010-04-08smc91c111: mask register offsetLars Munch1-0/+2
2010-04-08baum: add destroy hookSamuel Thibault1-0/+13
2010-04-08update bochs vbe interfaceGerd Hoffmann2-3/+7
2010-04-07eepro100: fix PCI interrupt pin configuration regressionStefan Weil1-0/+3
2010-04-07eepro100: fix mapping of flash memoryStefan Weil1-5/+5
2010-04-07eepro100: Set power management capability using pci_reserve_capabilityStefan Weil1-21/+18