summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* sh4: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-2/+1
* ppc: add missing 'break', spotted by clang analyzerBlue Swirl2010-04-251-0/+1
* ppc: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-4/+0
* alpha: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-2/+0
* microblaze: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-2/+1
* cris: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-1/+1
* arm: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-2512-38/+32
* x86: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-256-16/+16
* Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl2010-04-251-3/+1
* usb: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-256-12/+23
* bt: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-252-8/+3
* Fix harmless if statement with empty body, spotted by clangBlue Swirl2010-04-231-1/+2
* Remove un-needed codeBruce Rogers2010-04-231-1/+0
* Replace calls of old bdrv_openKevin Wolf2010-04-231-1/+1
* Make qemu-config available for toolsKevin Wolf2010-04-232-2/+18
* bt-sdp: Fix an excessive ; and assignment of the wrong variableAndrzej Zaborowski2010-04-221-2/+2
* bt-l2cap: fix if statement with empty body, spotted by clangBlue Swirl2010-04-221-3/+3
* pci: fix pci_find_bus().Isaku Yamahata2010-04-201-9/+16
* Check for invalid initrd fileM. Mohan Kumar2010-04-191-0/+6
* virtio-blk: Fix use after free in error caseKevin Wolf2010-04-181-3/+3
* error: Use QERR_INVALID_PARAMETER_VALUE instead of QERR_INVALID_PARAMETERMarkus Armbruster2010-04-181-1/+1
* error: Drop extra messages after qemu_opts_set() and qemu_opts_parse()Markus Armbruster2010-04-181-2/+0
* monitor: convert do_device_del() to QObject, QErrorMarkus Armbruster2010-04-182-5/+5
* qdev: Convert qdev_unplug() to QErrorMarkus Armbruster2010-04-181-2/+1
* Fix harmless if statements with empty body, spotted by clangBlue Swirl2010-04-181-4/+6
* sparc32 use empty_slot for missing RAM v1Artyom Tarasenko2010-04-181-0/+5
* create empty_slot deviceArtyom Tarasenko2010-04-182-0/+94
* Fix harmless if statements with empty body, spotted by clangBlue Swirl2010-04-182-2/+5
* Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori2010-04-133-340/+213
|\
| * vhost.c: include <linux/vhost.h> lastMarcelo Tosatti2010-04-111-1/+1
| * vhost-net: disable mergeable buffersMichael S. Tsirkin2010-04-111-0/+1
| * vhost: fix features ackDavid L Stevens2010-04-111-0/+8
| * eepro100: convert to new capability APIMichael S. Tsirkin2010-04-111-13/+9
| * pci: add API to add capability at a known offsetMichael S. Tsirkin2010-04-112-4/+15
| * eepro100: fix PCI interrupt pin configuration regressionStefan Weil2010-04-071-0/+3
| * eepro100: fix mapping of flash memoryStefan Weil2010-04-071-5/+5
| * eepro100: Set power management capability using pci_reserve_capabilityStefan Weil2010-04-071-21/+18
| * eepro100: Set configuration bit for standard TCBStefan Weil2010-04-061-0/+3
| * eepro100: Add new device variant i82801Stefan Weil2010-04-061-0/+15
| * eepro100: Simplified device instantiationStefan Weil2010-04-061-280/+167
| * eepro100: Simplify status handlingStefan Weil2010-04-061-4/+4
| * eepro100: Don't allow writing SCBStatusStefan Weil2010-04-061-44/+5
* | vhost.c: include <linux/vhost.h> lastMarcelo Tosatti2010-04-141-1/+1
* | vhost-net: disable mergeable buffersMichael S. Tsirkin2010-04-131-0/+1
* | vhost: fix features ackDavid L Stevens2010-04-131-0/+8
* | sh_pci: fix memory and I/O accessAurelien Jarno2010-04-131-96/+15
* | r2d: always enable IDE and flashAurelien Jarno2010-04-131-10/+8
* | hw/r2d: add initrd supportAurelien Jarno2010-04-111-21/+59
* | hw/r2d: add flash memoryAurelien Jarno2010-04-111-0/+13
* | Implement virtio resetAlexander Graf2010-04-093-6/+7
OpenPOWER on IntegriCloud