summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-19tcg-sparc: Fix set-but-not used warnings.Richard Henderson1-4/+0
2011-11-19Merge branch 's390-1.0' of git://repo.or.cz/qemu/agrafBlue Swirl27-112/+224
2011-11-19Merge branch 'ppc-1.0' of git://repo.or.cz/qemu/agrafBlue Swirl5-23/+84
2011-11-18fmodaudio: Remove unused variable 'bits16' (reported by cppcheck)Stefan Weil1-4/+2
2011-11-18pseries: Fix qdev.id handling in the VIO bus codeMichael Ellerman1-7/+29
2011-11-18pseries: Allow kernel's early debug output to workDavid Gibson1-2/+30
2011-11-18pseries: Default reg for vty should be SPAPR_VTY_BASE_ADDRESSMichael Ellerman1-1/+1
2011-11-18pseries: Check we have a chardev in spapr_vty_init()Michael Ellerman1-0/+5
2011-11-18pseries: Fix buggy spapr_vio_find_by_reg()David Gibson1-2/+2
2011-11-18pseries: Correct RAM size check for SLOFDavid Gibson1-3/+3
2011-11-14Update version to 1.0-rc2v1.0-rc2Anthony Liguori1-1/+1
2011-11-14pc_piix: set qxl revision to 2 for pc-0.14Alon Levy1-0/+12
2011-11-14hw/omap_gpio: Fix infinite recursion when doing 8/16 bit readsPeter Maydell1-1/+1
2011-11-14Revert bugfix e7852674d5 until tested or until after the release.Andrzej Zaborowski1-3/+2
2011-11-14s390x: initialize virtio dev regionAlexander Graf1-0/+12
2011-11-14tcg: Use TCGReg for standard tcg-target entry points.Richard Henderson10-52/+56
2011-11-14tcg: Standardize on TCGReg as the enum for hard registersRichard Henderson10-36/+36
2011-11-14s390x: Add shutdown for TCG s390-virtio machineAlexander Graf2-3/+21
2011-11-14s390: Fix cpu shutdown for KVMChristian Borntraeger3-14/+39
2011-11-14s390: fix short kernel command linesChristian Borntraeger1-1/+1
2011-11-14s390: fix reset hypercall to reset the statusChristian Borntraeger1-0/+1
2011-11-14s390x: implement SIGP restart and shutdownAlexander Graf1-0/+14
2011-11-14s390x: implement rrbe instruction properlyAlexander Graf1-5/+7
2011-11-14s390x: update R and C bits in storage keyAlexander Graf3-1/+16
2011-11-14s390x: make ipte 31-bit awareAlexander Graf1-0/+7
2011-11-14s390x: add ldeb instructionAlexander Graf3-0/+14
2011-11-14hw/onenand: reject read-only drivesJuha Riihimäki1-0/+5
2011-11-14hw/nand: reject read-only drivesJuha Riihimäki1-8/+14
2011-11-14hw/arm_sysctl: Fix RESETCTL for realview-pb-a8 and -pbx-a9Jean-Christophe DUBOIS1-6/+21
2011-11-14hw/pxa2xx.c: Fix handling of RW bits in PMCRPeter Maydell1-0/+1
2011-11-14hw/usb-net.c: Fix precedence bug when checking rndis_statePeter Maydell1-2/+3
2011-11-13memory: fix 'info mtree' segfaultsAvi Kivity1-2/+2
2011-11-11Merge remote-tracking branch 'kwolf/block-stable' into stagingAnthony Liguori20-189/+383
2011-11-11vl.c: prohibit simultaneous use of -icount with kvm or xenMax Filippov1-0/+5
2011-11-11hw/arm_timer.c: Fix bounds check for Integrator timer accessesPeter Maydell1-2/+2
2011-11-11hw/pxa2xx.c: Fix handling of R/WC bits in PMCRPeter Maydell1-1/+3
2011-11-11hw/pl061: Remove pointless comparison of array to nullPeter Maydell1-1/+1
2011-11-11hw/tc58128.c: Remove unnecessary check for g_malloc failurePeter Maydell1-5/+1
2011-11-11linux-user/elfload.c: Don't memset(NULL..) if malloc() failedPeter Maydell2-4/+3
2011-11-11hw/omap_intc.c: Avoid crash on access to nonexistent banked registersPeter Maydell1-0/+6
2011-11-11os-posix: Plug fd leak in qemu_create_pidfile()Markus Armbruster1-0/+3
2011-11-11posix-aio-compat: Plug memory leak on paio_init() error pathMarkus Armbruster1-0/+1
2011-11-11qemu-sockets: Plug fd leak on unix_connect_opts() error pathMarkus Armbruster1-0/+1
2011-11-11ui: Plug memory leaks on parse_keyboard_layout() error pathMarkus Armbruster1-5/+7
2011-11-11qemu-char: Plug memory leak on qemu_chr_open_pty() error pathMarkus Armbruster1-9/+10
2011-11-11migration: fix detached migration with fdJuan Quintela1-2/+10
2011-11-11configure: Do not use 'sed -i'Pavel Borzenkov1-1/+5
2011-11-11PPC: Fix for the gdb single step problem on an rfi instructionSebastian Bauer1-1/+3
2011-11-11tcg-ppc64: Fix compile errors for userspace only builds with gcc 4.6David Gibson1-6/+8
2011-11-11pseries: Fix initialization of sPAPREnvironment structureDavid Gibson1-1/+3