summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcg: Standardize on TCGReg as the enum for hard registersRichard Henderson2011-11-1410-36/+36
* s390x: Add shutdown for TCG s390-virtio machineAlexander Graf2011-11-142-3/+21
* s390: Fix cpu shutdown for KVMChristian Borntraeger2011-11-143-14/+39
* s390: fix short kernel command linesChristian Borntraeger2011-11-141-1/+1
* s390: fix reset hypercall to reset the statusChristian Borntraeger2011-11-141-0/+1
* s390x: implement SIGP restart and shutdownAlexander Graf2011-11-141-0/+14
* s390x: implement rrbe instruction properlyAlexander Graf2011-11-141-5/+7
* s390x: update R and C bits in storage keyAlexander Graf2011-11-143-1/+16
* s390x: make ipte 31-bit awareAlexander Graf2011-11-141-0/+7
* s390x: add ldeb instructionAlexander Graf2011-11-143-0/+14
* hw/onenand: reject read-only drivesJuha Riihimäki2011-11-141-0/+5
* hw/nand: reject read-only drivesJuha Riihimäki2011-11-141-8/+14
* hw/arm_sysctl: Fix RESETCTL for realview-pb-a8 and -pbx-a9Jean-Christophe DUBOIS2011-11-141-6/+21
* hw/pxa2xx.c: Fix handling of RW bits in PMCRPeter Maydell2011-11-141-0/+1
* hw/usb-net.c: Fix precedence bug when checking rndis_statePeter Maydell2011-11-141-2/+3
* memory: fix 'info mtree' segfaultsAvi Kivity2011-11-131-2/+2
* Merge remote-tracking branch 'kwolf/block-stable' into stagingAnthony Liguori2011-11-1120-189/+383
|\
| * block: Make cache=unsafe flush to the OSKevin Wolf2011-11-111-3/+7
| * block: Introduce bdrv_co_flush_to_osKevin Wolf2011-11-113-3/+27
| * block: Rename bdrv_co_flush to bdrv_co_flush_to_diskKevin Wolf2011-11-1111-45/+59
| * hw/pc.c: Fix use-while-uninitialized of fd_type[]Peter Maydell2011-11-111-3/+1
| * block: Fix vpc initialization of the Dynamic Disk HeaderCharles Arnold2011-11-111-1/+5
| * qemu-nbd: open the block device after starting the client threadPaolo Bonzini2011-11-111-17/+17
| * qemu-nbd: fix socket creation racePaolo Bonzini2011-11-111-15/+15
| * qemu-nbd: print error messages from the daemon through a pipePaolo Bonzini2011-11-111-9/+59
| * qemu-nbd: move client to a threadPaolo Bonzini2011-11-111-80/+93
| * qemu-nbd: rename socket variablePaolo Bonzini2011-11-111-13/+12
| * qemu-nbd: trap SIGTERMPaolo Bonzini2011-11-111-5/+29
| * nbd: treat EPIPE from NBD_DO_IT as successPaolo Bonzini2011-11-111-0/+7
| * scsi-disk: implement eject requestsPaolo Bonzini2011-11-111-3/+21
| * atapi: implement eject requestsPaolo Bonzini2011-11-112-3/+21
| * block: add eject request callbackPaolo Bonzini2011-11-113-4/+23
| * vvfat: Fix read-write modeKevin Wolf2011-11-111-21/+23
* | vl.c: prohibit simultaneous use of -icount with kvm or xenMax Filippov2011-11-111-0/+5
* | hw/arm_timer.c: Fix bounds check for Integrator timer accessesPeter Maydell2011-11-111-2/+2
* | hw/pxa2xx.c: Fix handling of R/WC bits in PMCRPeter Maydell2011-11-111-1/+3
* | hw/pl061: Remove pointless comparison of array to nullPeter Maydell2011-11-111-1/+1
* | hw/tc58128.c: Remove unnecessary check for g_malloc failurePeter Maydell2011-11-111-5/+1
* | linux-user/elfload.c: Don't memset(NULL..) if malloc() failedPeter Maydell2011-11-112-4/+3
* | hw/omap_intc.c: Avoid crash on access to nonexistent banked registersPeter Maydell2011-11-111-0/+6
* | os-posix: Plug fd leak in qemu_create_pidfile()Markus Armbruster2011-11-111-0/+3
* | posix-aio-compat: Plug memory leak on paio_init() error pathMarkus Armbruster2011-11-111-0/+1
* | qemu-sockets: Plug fd leak on unix_connect_opts() error pathMarkus Armbruster2011-11-111-0/+1
* | ui: Plug memory leaks on parse_keyboard_layout() error pathMarkus Armbruster2011-11-111-5/+7
* | qemu-char: Plug memory leak on qemu_chr_open_pty() error pathMarkus Armbruster2011-11-111-9/+10
* | migration: fix detached migration with fdJuan Quintela2011-11-111-2/+10
* | configure: Do not use 'sed -i'Pavel Borzenkov2011-11-111-1/+5
* | vl.c: Fail gracefully if no machine is foundAndreas Färber2011-11-111-0/+5
|/
* hw/lan9118.c: Add missing 'break' to fix buffer overrunPeter Maydell2011-11-101-0/+1
* x86/cpuid: Fix crash on -cpu ""Markus Armbruster2011-11-101-2/+2
OpenPOWER on IntegriCloud