summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-26Enable kvm emulated watchdogBharat Bhushan3-4/+139
2013-04-26linux-headers: Update to kvm/queueAlexander Graf2-0/+8
2013-04-26target-ppc: Fix narrow-mode add/sub carry outputRichard Henderson1-13/+22
2013-04-26PPC: Add breakpoint registers for 603 and e300Fabien Chouteau1-0/+34
2013-04-26PPC: fix hreset_vector for 60x, 7x0, 7x5, G2, MPC8xx, MPC5xx, 7400 and 7450Fabien Chouteau1-11/+11
2013-04-26target-ppc: fix nego and subf*o instructionsAurelien Jarno1-1/+1
2013-04-26PPC: Remove env->hreset_excp_prefixFabien Chouteau4-35/+16
2013-04-26PPC: e500: advertise 4.2 MPIC only if KVM supports EPRStuart Yoder3-0/+20
2013-04-26target-ppc: Enable ISEL on POWER7Aurelien Jarno1-1/+1
2013-04-26gtk: refactor menu creationAnthony Liguori1-37/+56
2013-04-26Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori5-71/+390
2013-04-26Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori7-6/+12
2013-04-26sheepdog: fix loadvm operationLiu Yuan1-1/+53
2013-04-26sheepdog: resend write requests when SD_RES_READONLY is receivedMORITA Kazutaka1-1/+59
2013-04-26sheepdog: add helper function to reload inodeMORITA Kazutaka1-28/+39
2013-04-26sheepdog: add SD_RES_READONLY result codeMORITA Kazutaka1-0/+2
2013-04-26sheepdog: cleanup find_vdi_nameMORITA Kazutaka1-7/+8
2013-04-26rbd: Fix use after free in rbd_open()Kevin Wolf1-3/+6
2013-04-26block: Disable driver-specific options for 1.5Kevin Wolf2-5/+115
2013-04-26sheepdog: implement .bdrv_co_is_allocated()Liu Yuan1-0/+37
2013-04-26sheepdog: use BDRV_SECTOR_SIZELiu Yuan1-6/+5
2013-04-26sheepdog: add discard/trim support for sheepdogLiu Yuan1-1/+63
2013-04-26block/ssh: Require libssh2 >= 1.2.8.Richard W.M. Jones1-20/+4
2013-04-26bsd-user: Track change in FreeBSD SYSCTL(9) typesEd Maste1-0/+4
2013-04-26virtio: Fix compilation without CONFIG_VHOST_SCSIEd Maste3-0/+6
2013-04-26qemu-doc: Option -ignore-environment removed.Thomas Schwinge1-3/+0
2013-04-26s390x: use CONFIG_INT128 to detect __uint128_tGabriel Kerneis1-2/+1
2013-04-26linux-user: fix compile error due to stray colon at end of #ifdef linePeter Maydell1-1/+1
2013-04-26microblaze: Add internal base vectors regEdgar E. Iglesias3-4/+13
2013-04-26Makefile: Use QEMU_FLAGS for DTC compilationPeter Crosthwaite1-2/+2
2013-04-26Makefile: Don't build shared libfdtPeter Crosthwaite1-1/+1
2013-04-25Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori3-0/+180
2013-04-25qemu-char: Set foo_tag = 0 when returning FALSE from callbacksHans de Goede1-0/+2
2013-04-25Remove unnecessary FreeBSD #includeEd Maste1-4/+0
2013-04-25console: add dummy surface for guests without graphic cardGerd Hoffmann1-2/+32
2013-04-25console: zap ds arg from register_displaychangelistenerGerd Hoffmann9-16/+13
2013-04-25console: switch ppm_save to qemu_openGerd Hoffmann1-2/+4
2013-04-25console: add qemu_console_lookup_by_deviceGerd Hoffmann2-0/+20
2013-04-25console: add device link to QemuConsolesGerd Hoffmann23-28/+43
2013-04-25console: qom-ify QemuConsoleGerd Hoffmann3-2/+30
2013-04-25monitor: introduce query-command-line-optionsAmos Kong3-0/+180
2013-04-25virtio-ccw: Check indicators location.Cornelia Huck1-0/+6
2013-04-24pc: Kill the "use flash device for BIOS unless KVM" misfeatureMarkus Armbruster4-4/+39
2013-04-24pc: Split pc_init_pci_1_0() off pc_init_pci_1_2()Markus Armbruster1-4/+12
2013-04-24pc: Inline pc_init_pci_1_3() into pc_init_pci_1_2()Markus Armbruster1-1/+2
2013-04-24Merge remote-tracking branch 'alon/libcacard_ccid.1' into stagingAnthony Liguori19-342/+838
2013-04-24build: include config-{, all-}devices.mak after defining CONFIG_SOFTMMU and C...Paolo Bonzini2-7/+7
2013-04-24virtio: drop unused function prototypes.KONRAD Frederic1-10/+0
2013-04-24virtio: cleanup: init and exit function.KONRAD Frederic8-29/+10
2013-04-24virtio: remove virtiobindings.KONRAD Frederic11-122/+73