summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-16configure: Enable -Werror for MinGW builds, tooThomas Huth1-1/+1
2016-06-16clean-includes: run it once morePaolo Bonzini12-9/+3
2016-06-16os-posix: include sys/mman.hPaolo Bonzini54-68/+4
2016-06-16configure: Remove unused CONFIG_ZERO_MALLOC settingThomas Huth1-16/+0
2016-06-16Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell31-484/+1183
2016-06-16Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2016-06-16' in...Kevin Wolf16-64/+646
2016-06-16hbitmap: add 'pos < size' assertsVladimir Sementsov-Ogievskiy1-0/+3
2016-06-16iotests: Add test for oVirt-like storage migrationMax Reitz3-0/+223
2016-06-16iotests: Add test for post-mirror backing chainsMax Reitz3-0/+267
2016-06-16block/null: Implement bdrv_refresh_filename()Max Reitz1-0/+20
2016-06-16block/mirror: Fix target backing BDSMax Reitz4-23/+57
2016-06-16block: Allow replacement of a BDS by its overlayMax Reitz1-1/+15
2016-06-16rbd:change error_setg() to error_setg_errno()Vikhyat Umrao1-15/+23
2016-06-16iotests: 095: Clean up QEMU before showing image infoFam Zheng1-0/+2
2016-06-16block: Create the commit block job before reopening any imageAlberto Garcia1-5/+6
2016-06-16block: Prevent sleeping jobs from resuming if they have been pausedAlberto Garcia1-2/+4
2016-06-16block: use the block job list in qmp_query_block_jobs()Alberto Garcia1-12/+8
2016-06-16block: use the block job list in bdrv_drain_all()Alberto Garcia1-6/+18
2016-06-16block: Fix snapshot=on with aio=nativeKevin Wolf1-0/+4
2016-06-16block: Remove bs->zero_beyond_eofKevin Wolf3-34/+23
2016-06-16qcow2: Let vmstate call qcow2_co_preadv/pwrite directlyKevin Wolf1-20/+4
2016-06-16block: Make bdrv_load/save_vmstate coroutine_fnsKevin Wolf2-26/+64
2016-06-16block: Allow .bdrv_load/save_vmstate() to return 0/-errnoKevin Wolf1-2/+15
2016-06-16block: Make .bdrv_load_vmstate() vectoredKevin Wolf5-13/+36
2016-06-16block: Introduce bdrv_preadv()Kevin Wolf2-7/+14
2016-06-16doc: Fix mailing list address in tests/qemu-iotests/READMEThomas Huth1-1/+2
2016-06-16linux-aio: Cancel BH if not neededKevin Wolf1-1/+3
2016-06-16block: Don't enforce 512 byte minimum alignmentKevin Wolf2-6/+4
2016-06-16raw-posix: Implement .bdrv_co_preadv/pwritevKevin Wolf3-27/+26
2016-06-16raw-posix: Switch to bdrv_co_* interfacesKevin Wolf3-54/+96
2016-06-16block: Prepare bdrv_aligned_pwritev() for byte-aligned requestsKevin Wolf1-8/+5
2016-06-16block: Prepare bdrv_aligned_preadv() for byte-aligned requestsKevin Wolf1-24/+20
2016-06-16block: Byte-based bdrv_co_do_copy_on_readv()Kevin Wolf4-33/+52
2016-06-16block: drop support for using qcow[2] encryption with system emulatorsDaniel P. Berrange3-18/+22
2016-06-16block: Assert that flags are in rangeEric Blake2-0/+9
2016-06-16block: Avoid bogus flags during mirroringEric Blake1-4/+2
2016-06-16qemu-img bench: Fix uninitialised writethrough modeKevin Wolf1-1/+1
2016-06-16m25p80: fix test on blk_pread() return valueCédric Le Goater1-1/+1
2016-06-16hmp: acquire aio_context in hmp_qemu_ioVladimir Sementsov-Ogievskiy1-0/+5
2016-06-16blockdev: clarify error on attempt to open locked trayColin Lord1-2/+5
2016-06-16qcow2: Implement .bdrv_co_pwritev()Kevin Wolf4-59/+52
2016-06-16qcow2: Use bytes instead of sectors for QCowL2MetaKevin Wolf2-30/+15
2016-06-16qcow2: Make copy_sectors() byte basedKevin Wolf1-28/+27
2016-06-16qcow2: Implement .bdrv_co_preadv()Kevin Wolf3-65/+72
2016-06-16qcow2: Work with bytes in qcow2_get_cluster_offset()Kevin Wolf1-21/+23
2016-06-16Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.7-4...Peter Maydell13-83/+556
2016-06-16migration: rename functions to starting migrationsDaniel P. Berrange7-40/+40
2016-06-16migration: fix typos in qapi-schema from latest migration additionsDaniel P. Berrange1-5/+5
2016-06-16Postcopy: Check for support when setting the capabilityDr. David Alan Gilbert1-0/+14
2016-06-16tests: fix libqtest socket timeoutsAndrea Arcangeli1-1/+1