summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* virtio-scsi: use aio handler for data planePaolo Bonzini2016-04-073-28/+86
* virtio-blk: use aio handler for data planeMichael S. Tsirkin2016-04-073-10/+32
* virtio: add aio handlerMichael S. Tsirkin2016-04-072-4/+35
* virtio-scsi: fix disabled modePaolo Bonzini2016-04-072-3/+2Star
* virtio-blk: fix disabled modePaolo Bonzini2016-04-073-5/+5
* virtio: make virtio_queue_notify_vq staticPaolo Bonzini2016-04-072-2/+1Star
* tests/bios-tables-test: fix assertMarcel Apfelbaum2016-04-071-1/+1
* virtio-balloon: reset the statistic timer to load devicePavel Butsykin2016-04-071-0/+4
* Migration: Add i82801b11 migration dataDr. David Alan Gilbert2016-04-071-0/+9
* Sort the fw_cfg file listGerd Hoffmann2016-04-0710-12/+164
* xen: piix reuse pci generic class init functionMichael S. Tsirkin2016-04-071-13/+1Star
* pci-testdev: fast mmio supportMichael S. Tsirkin2016-04-071-1/+6
* acpi: Add missing GCC_FMT_ATTRStefan Weil2016-04-071-1/+2
* Update version for v2.6.0-rc1 releasePeter Maydell2016-04-051-1/+1
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160405' into stagingPeter Maydell2016-04-051-1/+1
|\
| * tcg/mips: Fix type of tcg_target_reg_alloc_order[]James Hogan2016-04-051-1/+1
|/
* bsd-user: Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningEd Maste2016-04-051-1/+1
* bsd-user: add qemu/cutils.h include after f348b6dEd Maste2016-04-051-0/+1
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2016-04-054-7/+26
|\
| * Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2016-04-05' in...Kevin Wolf2016-04-052-7/+7
| |\
| | * crypto: Avoid memory leak on failureEric Blake2016-04-051-6/+6
| | * qemu-iotests: 149: Use "/usr/bin/env python"Fam Zheng2016-04-051-1/+1
| |/
| * block: Forbid I/O throttling on nodes with multiple parents for 2.6Kevin Wolf2016-04-052-0/+14
| * block: forbid x-blockdev-del from acting on DriveInfoPaolo Bonzini2016-04-051-0/+5
* | Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2016-04-05-1...Peter Maydell2016-04-052-2/+2
|\ \
| * | crypto: fix nettle config check for running pbkdf testDaniel P. Berrange2016-04-051-1/+1
| * | crypto: fix typo in docs for secret object typeDaniel P. Berrange2016-04-051-1/+1
* | | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-04-0526-72/+275
|\ \ \
| * | | net: fix missing include of qapi/error.h in netmap.cDaniel P. Berrange2016-04-051-0/+1
| * | | nbd: Fix poor debug messageEric Blake2016-04-051-1/+1
| * | | include/qemu/atomic: add compile time assertsAlex Bennée2016-04-051-24/+34
| * | | cpus: don't use atomic_read for vm_clock_warp_startAlex Bennée2016-04-051-1/+9
| * | | nbd: don't request FUA on FLUSHEric Blake2016-04-051-4/+0Star
| * | | doc/memory: update MMIO sectionCao jin2016-04-051-2/+2
| * | | char: ensure all clients are in non-blocking modeDaniel P. Berrange2016-04-051-1/+2
| * | | char: fix broken EAGAIN retry on OS-X due to errno clobberingDaniel P. Berrange2016-04-051-18/+18
| * | | util: retry getaddrinfo if getting EAI_BADFLAGS with AI_V4MAPPEDDaniel P. Berrange2016-04-052-5/+19
| * | | checkpatch: add target_ulong to typelistCédric Le Goater2016-04-051-0/+1
| * | | target-i386: assert that KVM_GET/SET_MSRS can set all requested MSRsPaolo Bonzini2016-04-051-4/+30
| * | | target-i386: do not pass MSR_TSC_AUX to KVM ioctls if CPUID bit is not setPaolo Bonzini2016-04-051-0/+3
| * | | memory: fix segv on qemu_ram_free(block=0x0)Marc-André Lureau2016-04-051-0/+4
| * | | target-i386/kvm: Hyper-V VMBus hypercalls blank handlersAndrey Smetanin2016-04-051-0/+12
| * | | update Linux headers to 4.6Paolo Bonzini2016-04-0514-12/+140
* | | | Merge remote-tracking branch 'remotes/stsquad/tags/travis-pull-05042016' into...Peter Maydell2016-04-051-58/+24Star
|\ \ \ \ | |_|/ / |/| | |
| * | | .travis.yml: make -j3Alex Bennée2016-04-051-1/+1
| * | | .travis.yml: enable OSX buildsAlex Bennée2016-04-051-0/+5
| * | | .travis.yml: collapse the test matrixAlex Bennée2016-04-051-57/+18Star
* | | | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160405' into...Peter Maydell2016-04-059-25/+108
|\ \ \ \ | |_|_|/ |/| | |
| * | | vl: Move cpu_synchronize_all_states() into qemu_system_reset()David Gibson2016-04-051-2/+2
| * | | spapr_drc: enable immediate detach for unsignalled devicesMichael Roth2016-04-053-0/+47