summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | | hw/ppc/ppc405_boards: Fix infinite recursion by converting taihu_cpld from ol...Peter Maydell2015-11-301-44/+8
| * | | hw/ppc/spapr: Remove duplicated "pseries" aliasThomas Huth2015-11-301-2/+0
| * | | mac_dbdma: always initialize channel field in DBDMA_channelHervé Poussineau2015-11-301-1/+1
| |/ /
* | | Merge remote-tracking branch 'remotes/weil/tags/pull-wxx-20151130' into stagingPeter Maydell2015-11-304-3/+6
|\ \ \ | |/ / |/| |
| * | w32: Use gcc option -mthreadsStefan Weil2015-11-301-0/+2
| * | oslib-win32: Change return type of function getpagesizeStefan Weil2015-11-302-2/+2
| * | trace/simple: Fix warning and wrong trace file name for MinGWStefan Weil2015-11-301-1/+2
|/ /
* | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2015-11-272-11/+54
|\ \
| * | tap-win32: disable broken async write pathAndrew Baumann2015-11-271-10/+36
| * | tap-win32: skip unexpected nodes during registry enumerationAndrew Baumann2015-11-271-1/+2
| * | eepro100: Prevent two endless loopsStefan Weil2015-11-271-0/+16
|/ /
* | Update version for v2.5.0-rc2 releasePeter Maydell2015-11-261-1/+1
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-11-2612-41/+155
|\ \
| * | vhost-user-test: fix migration overlap testMichael S. Tsirkin2015-11-261-5/+8
| * | Fix memory leak on errorStefano Dong (董兴水)2015-11-262-0/+2
| * | Revert "vhost: send SET_VRING_ENABLE at start/stop"Michael S. Tsirkin2015-11-261-9/+0
| * | tests/vhost-user-bridge: read command line argumentsVictor Kaplansky2015-11-251-18/+111
OpenPOWER on IntegriCloud