Age | Commit message (Expand) | Author |
2011-11-19 | x86: fix pcmpestrm and pcmpistrm | Blue Swirl |
2011-11-19 | loader: Fix read_targphys() to behave when read() fails | Markus Armbruster |
2011-11-19 | Improve "ta 0" shutdown | Fabien Chouteau |
2011-11-19 | gdbstub: Fix memory leak | Stefan Weil |
2011-11-19 | tcg-sparc: Fix set-but-not used warnings. | Richard Henderson |
2011-11-19 | Merge branch 's390-1.0' of git://repo.or.cz/qemu/agraf | Blue Swirl |
2011-11-19 | Merge branch 'ppc-1.0' of git://repo.or.cz/qemu/agraf | Blue Swirl |
2011-11-18 | fmodaudio: Remove unused variable 'bits16' (reported by cppcheck) | Stefan Weil |
2011-11-18 | pseries: Fix qdev.id handling in the VIO bus code | Michael Ellerman |
2011-11-18 | pseries: Allow kernel's early debug output to work | David Gibson |
2011-11-18 | pseries: Default reg for vty should be SPAPR_VTY_BASE_ADDRESS | Michael Ellerman |
2011-11-18 | pseries: Check we have a chardev in spapr_vty_init() | Michael Ellerman |
2011-11-18 | pseries: Fix buggy spapr_vio_find_by_reg() | David Gibson |
2011-11-18 | pseries: Correct RAM size check for SLOF | David Gibson |
2011-11-14 | Update version to 1.0-rc2v1.0-rc2 | Anthony Liguori |
2011-11-14 | pc_piix: set qxl revision to 2 for pc-0.14 | Alon Levy |
2011-11-14 | hw/omap_gpio: Fix infinite recursion when doing 8/16 bit reads | Peter Maydell |
2011-11-14 | Revert bugfix e7852674d5 until tested or until after the release. | Andrzej Zaborowski |
2011-11-14 | s390x: initialize virtio dev region | Alexander Graf |
2011-11-14 | tcg: Use TCGReg for standard tcg-target entry points. | Richard Henderson |
2011-11-14 | tcg: Standardize on TCGReg as the enum for hard registers | Richard Henderson |
2011-11-14 | s390x: Add shutdown for TCG s390-virtio machine | Alexander Graf |
2011-11-14 | s390: Fix cpu shutdown for KVM | Christian Borntraeger |
2011-11-14 | s390: fix short kernel command lines | Christian Borntraeger |
2011-11-14 | s390: fix reset hypercall to reset the status | Christian Borntraeger |
2011-11-14 | s390x: implement SIGP restart and shutdown | Alexander Graf |
2011-11-14 | s390x: implement rrbe instruction properly | Alexander Graf |
2011-11-14 | s390x: update R and C bits in storage key | Alexander Graf |
2011-11-14 | s390x: make ipte 31-bit aware | Alexander Graf |
2011-11-14 | s390x: add ldeb instruction | Alexander Graf |
2011-11-14 | hw/onenand: reject read-only drives | Juha Riihimäki |
2011-11-14 | hw/nand: reject read-only drives | Juha Riihimäki |
2011-11-14 | hw/arm_sysctl: Fix RESETCTL for realview-pb-a8 and -pbx-a9 | Jean-Christophe DUBOIS |
2011-11-14 | hw/pxa2xx.c: Fix handling of RW bits in PMCR | Peter Maydell |
2011-11-14 | hw/usb-net.c: Fix precedence bug when checking rndis_state | Peter Maydell |
2011-11-13 | memory: fix 'info mtree' segfaults | Avi Kivity |
2011-11-11 | Merge remote-tracking branch 'kwolf/block-stable' into staging | Anthony Liguori |
2011-11-11 | vl.c: prohibit simultaneous use of -icount with kvm or xen | Max Filippov |
2011-11-11 | hw/arm_timer.c: Fix bounds check for Integrator timer accesses | Peter Maydell |
2011-11-11 | hw/pxa2xx.c: Fix handling of R/WC bits in PMCR | Peter Maydell |
2011-11-11 | hw/pl061: Remove pointless comparison of array to null | Peter Maydell |
2011-11-11 | hw/tc58128.c: Remove unnecessary check for g_malloc failure | Peter Maydell |
2011-11-11 | linux-user/elfload.c: Don't memset(NULL..) if malloc() failed | Peter Maydell |
2011-11-11 | hw/omap_intc.c: Avoid crash on access to nonexistent banked registers | Peter Maydell |
2011-11-11 | os-posix: Plug fd leak in qemu_create_pidfile() | Markus Armbruster |
2011-11-11 | posix-aio-compat: Plug memory leak on paio_init() error path | Markus Armbruster |
2011-11-11 | qemu-sockets: Plug fd leak on unix_connect_opts() error path | Markus Armbruster |
2011-11-11 | ui: Plug memory leaks on parse_keyboard_layout() error path | Markus Armbruster |
2011-11-11 | qemu-char: Plug memory leak on qemu_chr_open_pty() error path | Markus Armbruster |
2011-11-11 | migration: fix detached migration with fd | Juan Quintela |