Age | Commit message (Expand) | Author | Files | Lines |
2010-04-25 | alpha: remove dead assignments, spotted by clang analyzer | Blue Swirl | 1 | -2/+0 |
2010-04-25 | microblaze: remove dead assignments, spotted by clang analyzer | Blue Swirl | 1 | -2/+1 |
2010-04-25 | cris: remove dead assignments, spotted by clang analyzer | Blue Swirl | 1 | -1/+1 |
2010-04-25 | arm: remove dead assignments, spotted by clang analyzer | Blue Swirl | 12 | -38/+32 |
2010-04-25 | x86: remove dead assignments, spotted by clang analyzer | Blue Swirl | 6 | -16/+16 |
2010-04-25 | Remove dead assignments in various common files, spotted by clang analyzer | Blue Swirl | 1 | -3/+1 |
2010-04-25 | usb: remove dead assignments, spotted by clang analyzer | Blue Swirl | 6 | -12/+23 |
2010-04-25 | bt: remove dead assignments, spotted by clang analyzer | Blue Swirl | 2 | -8/+3 |
2010-04-23 | Fix harmless if statement with empty body, spotted by clang | Blue Swirl | 1 | -1/+2 |
2010-04-23 | Remove un-needed code | Bruce Rogers | 1 | -1/+0 |
2010-04-23 | Replace calls of old bdrv_open | Kevin Wolf | 1 | -1/+1 |
2010-04-23 | Make qemu-config available for tools | Kevin Wolf | 2 | -2/+18 |
2010-04-22 | bt-sdp: Fix an excessive ; and assignment of the wrong variable | Andrzej Zaborowski | 1 | -2/+2 |
2010-04-22 | bt-l2cap: fix if statement with empty body, spotted by clang | Blue Swirl | 1 | -3/+3 |
2010-04-20 | pci: fix pci_find_bus(). | Isaku Yamahata | 1 | -9/+16 |
2010-04-19 | Check for invalid initrd file | M. Mohan Kumar | 1 | -0/+6 |
2010-04-18 | virtio-blk: Fix use after free in error case | Kevin Wolf | 1 | -3/+3 |
2010-04-18 | error: Use QERR_INVALID_PARAMETER_VALUE instead of QERR_INVALID_PARAMETER | Markus Armbruster | 1 | -1/+1 |
2010-04-18 | error: Drop extra messages after qemu_opts_set() and qemu_opts_parse() | Markus Armbruster | 1 | -2/+0 |
2010-04-18 | monitor: convert do_device_del() to QObject, QError | Markus Armbruster | 2 | -5/+5 |
2010-04-18 | qdev: Convert qdev_unplug() to QError | Markus Armbruster | 1 | -2/+1 |
2010-04-18 | Fix harmless if statements with empty body, spotted by clang | Blue Swirl | 1 | -4/+6 |
2010-04-18 | sparc32 use empty_slot for missing RAM v1 | Artyom Tarasenko | 1 | -0/+5 |
2010-04-18 | create empty_slot device | Artyom Tarasenko | 2 | -0/+94 |
2010-04-18 | Fix harmless if statements with empty body, spotted by clang | Blue Swirl | 2 | -2/+5 |
2010-04-13 | Merge remote branch 'mst/for_anthony' into staging | Anthony Liguori | 3 | -340/+213 |
2010-04-14 | vhost.c: include <linux/vhost.h> last | Marcelo Tosatti | 1 | -1/+1 |
2010-04-13 | vhost-net: disable mergeable buffers | Michael S. Tsirkin | 1 | -0/+1 |
2010-04-13 | vhost: fix features ack | David L Stevens | 1 | -0/+8 |
2010-04-13 | sh_pci: fix memory and I/O access | Aurelien Jarno | 1 | -96/+15 |
2010-04-13 | r2d: always enable IDE and flash | Aurelien Jarno | 1 | -10/+8 |
2010-04-11 | hw/r2d: add initrd support | Aurelien Jarno | 1 | -21/+59 |
2010-04-11 | vhost.c: include <linux/vhost.h> last | Marcelo Tosatti | 1 | -1/+1 |
2010-04-11 | vhost-net: disable mergeable buffers | Michael S. Tsirkin | 1 | -0/+1 |
2010-04-11 | vhost: fix features ack | David L Stevens | 1 | -0/+8 |
2010-04-11 | eepro100: convert to new capability API | Michael S. Tsirkin | 1 | -13/+9 |
2010-04-11 | pci: add API to add capability at a known offset | Michael S. Tsirkin | 2 | -4/+15 |
2010-04-11 | hw/r2d: add flash memory | Aurelien Jarno | 1 | -0/+13 |
2010-04-09 | Implement virtio reset | Alexander Graf | 3 | -6/+7 |
2010-04-09 | lsi: fix segfault in lsi_command_complete | Gerd Hoffmann | 1 | -1/+1 |
2010-04-09 | move targphys.h and hw/poison.h inclusion to cpu-common.h | Paolo Bonzini | 2 | -52/+0 |
2010-04-09 | move two variable declarations out of vl.c | Paolo Bonzini | 2 | -0/+2 |
2010-04-08 | Debugcon: Fix debugging printf | Adam Lackorzynski | 1 | -1/+1 |
2010-04-08 | e1000: fix build on Ubuntu with _FORTIFY_SOURCE | Thomas Monjalon | 1 | -1/+1 |
2010-04-08 | smc91c111: allow access to reserved register | Lars Munch | 1 | -0/+4 |
2010-04-08 | smc91c111: mask register offset | Lars Munch | 1 | -0/+2 |
2010-04-08 | baum: add destroy hook | Samuel Thibault | 1 | -0/+13 |
2010-04-08 | update bochs vbe interface | Gerd Hoffmann | 2 | -3/+7 |
2010-04-07 | eepro100: fix PCI interrupt pin configuration regression | Stefan Weil | 1 | -0/+3 |
2010-04-07 | eepro100: fix mapping of flash memory | Stefan Weil | 1 | -5/+5 |