summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | bt: avoid unintended sign extensionPaolo Bonzini2015-12-041-1/+1
| * | | util/id: fully allocate names tableJohn Snow2015-12-041-2/+2
| |/ /
* | | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.5-20151204' into...Peter Maydell2015-12-041-6/+35
|\ \ \ | |/ / |/| |
| * | spapr_drc: Change value of property "fdt" from null back to {}Markus Armbruster2015-12-041-0/+5
| * | spapr_drc: Make device "spapr-dr-connector" unavailable with -deviceMarkus Armbruster2015-12-041-0/+4
| * | spapr_drc: Handle visitor errors properlyMarkus Armbruster2015-12-041-6/+26
|/ /
* | ui: vnc: avoid floating point exceptionPrasad J Pandit2015-12-031-3/+3
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2015-12-038-12/+49
|\ \
| * | iotests: Add regresion test case for write notifier assertion failureFam Zheng2015-12-032-2/+27
| * | iotests: Add "add_drive_raw" methodFam Zheng2015-12-031-0/+5
| * | block: Don't wait serialising for non-COR read requestsFam Zheng2015-12-034-9/+11
| * | iothread: include id in thread namePaolo Bonzini2015-12-031-1/+6
* | | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20151203' i...Peter Maydell2015-12-032-2/+3
|\ \ \
| * | | migration: do floating-point divisionPaolo Bonzini2015-12-031-1/+1
| * | | migration: Clean up use of g_poll() in socket_writev_buffer()Markus Armbruster2015-12-031-1/+2
| |/ /
* | | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-12-0212-43/+164
|\ \ \ | |/ / |/| |
| * | util/mmap-alloc: fix hugetlb support on ppc64Michael S. Tsirkin2015-12-023-23/+42
| * | virtio-pci: Set the QEMU_PCI_CAP_EXPRESS capability early in its DeviceClass ...Shmulik Ladkani2015-12-022-5/+26
| * | virtio: handle non-virtio-1-capable backend for ccwCornelia Huck2015-12-023-0/+20
| * | tests/vhost-user-bridge.c: fix fd leakageVictor Kaplansky2015-12-021-5/+29
| * | vhost: drop dead codeMichael S. Tsirkin2015-12-021-1/+0
| * | vhost-user: verify that number of queues is non-zeroVictor Kaplansky2015-12-021-0/+5
| * | vhost-user-test: fix crash with glib < 2.36Marc-André Lureau2015-12-021-4/+15
| * | vhost-user-test: use unix port for migrationMarc-André Lureau2015-12-021-1/+7
| * | vhost-user-test: fix chardriver raceMarc-André Lureau2015-12-021-5/+21
* | | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-12-022-3/+8
|\ \ \
| * \ \ Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2015-12-02' in...Kevin Wolf2015-12-021-2/+7
| |\ \ \
| | * | | blkdebug: silence warning under qtestMichael S. Tsirkin2015-12-021-2/+7
| |/ / /
| * | | qcow2: Fix potential qemu-img check crash on 32 bit hostsKevin Wolf2015-12-021-1/+1
| |/ /
* | | Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2015-12-021-0/+4
|\ \ \
| * | | mirror: Quiesce source during "mirror_exit"Fam Zheng2015-12-021-0/+4
| |/ /
* | | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-12-0210-17/+27
|\ \ \ | |/ / |/| |
| * | translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini2015-12-026-14/+12
| * | main-loop: suppress warnings under qtestMichael S. Tsirkin2015-12-022-1/+6
| * | qemu-char: retry g_poll on EINTRPaolo Bonzini2015-12-021-1/+6
| * | exec: Stop using memory after freeDon Slutz2015-12-021-1/+3
|/ /
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20151201' into stagingPeter Maydell2015-12-021-1/+5
|\ \
| * | tcg: Increase the highwater reservationRichard Henderson2015-12-011-1/+5
* | | ui/cocoa.m: Prevent activation clicks from going to guestPeter Maydell2015-12-011-1/+9
* | | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20151201' into stagingPeter Maydell2015-12-016-9/+37
|\ \ \
| * | | s390x/pci: fix up IOMMU sizeYi Min Zhao2015-12-013-5/+30
| * | | s390x: no deprecation warning while testingCornelia Huck2015-12-011-3/+6
| * | | pc-bios/s390-ccw: rebuild imageCornelia Huck2015-12-011-0/+0
| * | | pc-bios/s390-ccw: build for z900Christian Borntraeger2015-12-011-1/+1
| |/ /
* | | Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell2015-11-304-78/+25
|\ \ \ | |/ / |/| |
| * | virtio-9p: use QEMU thread poolPaolo Bonzini2015-11-303-68/+15
| * | fsdev-proxy-helper: avoid TOC/TOU racePaolo Bonzini2015-11-301-10/+10
* | | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.5-20151130' into...Peter Maydell2015-11-306-79/+41
|\ \ \
| * | | target-ppc/fpu_helper: fix FPSCR_FX bit shift operationMadhavan Srinivasan2015-11-301-11/+11
| * | | target-ppc: Move the FPSCR bit update macros to cpu.hMadhavan Srinivasan2015-11-302-21/+21
OpenPOWER on IntegriCloud