aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-16iotests: Add test for post-mirror backing chainsMax Reitz
2016-06-16block/null: Implement bdrv_refresh_filename()Max Reitz
2016-06-16block/mirror: Fix target backing BDSMax Reitz
2016-06-16block: Allow replacement of a BDS by its overlayMax Reitz
2016-06-16rbd:change error_setg() to error_setg_errno()Vikhyat Umrao
2016-06-16iotests: 095: Clean up QEMU before showing image infoFam Zheng
2016-06-16block: Create the commit block job before reopening any imageAlberto Garcia
2016-06-16block: Prevent sleeping jobs from resuming if they have been pausedAlberto Garcia
2016-06-16block: use the block job list in qmp_query_block_jobs()Alberto Garcia
2016-06-16block: use the block job list in bdrv_drain_all()Alberto Garcia
2016-06-16block: Fix snapshot=on with aio=nativeKevin Wolf
2016-06-16block: Remove bs->zero_beyond_eofKevin Wolf
2016-06-16qcow2: Let vmstate call qcow2_co_preadv/pwrite directlyKevin Wolf
2016-06-16block: Make bdrv_load/save_vmstate coroutine_fnsKevin Wolf
2016-06-16block: Allow .bdrv_load/save_vmstate() to return 0/-errnoKevin Wolf
2016-06-16block: Make .bdrv_load_vmstate() vectoredKevin Wolf
2016-06-16block: Introduce bdrv_preadv()Kevin Wolf
2016-06-16doc: Fix mailing list address in tests/qemu-iotests/READMEThomas Huth
2016-06-16linux-aio: Cancel BH if not neededKevin Wolf
2016-06-16block: Don't enforce 512 byte minimum alignmentKevin Wolf
2016-06-16raw-posix: Implement .bdrv_co_preadv/pwritevKevin Wolf
2016-06-16raw-posix: Switch to bdrv_co_* interfacesKevin Wolf
2016-06-16block: Prepare bdrv_aligned_pwritev() for byte-aligned requestsKevin Wolf
2016-06-16block: Prepare bdrv_aligned_preadv() for byte-aligned requestsKevin Wolf
2016-06-16block: Byte-based bdrv_co_do_copy_on_readv()Kevin Wolf
2016-06-16block: drop support for using qcow[2] encryption with system emulatorsDaniel P. Berrange
2016-06-16block: Assert that flags are in rangeEric Blake
2016-06-16block: Avoid bogus flags during mirroringEric Blake
2016-06-16qemu-img bench: Fix uninitialised writethrough modeKevin Wolf
2016-06-16m25p80: fix test on blk_pread() return valueCédric Le Goater
2016-06-16hmp: acquire aio_context in hmp_qemu_ioVladimir Sementsov-Ogievskiy
2016-06-16blockdev: clarify error on attempt to open locked trayColin Lord
2016-06-16qcow2: Implement .bdrv_co_pwritev()Kevin Wolf
2016-06-16qcow2: Use bytes instead of sectors for QCowL2MetaKevin Wolf
2016-06-16qcow2: Make copy_sectors() byte basedKevin Wolf
2016-06-16qcow2: Implement .bdrv_co_preadv()Kevin Wolf
2016-06-16qcow2: Work with bytes in qcow2_get_cluster_offset()Kevin Wolf
2016-06-16Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.7-4...Peter Maydell
2016-06-16migration: rename functions to starting migrationsDaniel P. Berrange
2016-06-16migration: fix typos in qapi-schema from latest migration additionsDaniel P. Berrange
2016-06-16Postcopy: Check for support when setting the capabilityDr. David Alan Gilbert
2016-06-16tests: fix libqtest socket timeoutsAndrea Arcangeli
2016-06-16test: PostcopyDr. David Alan Gilbert
2016-06-16Postcopy: Add stats on page requestsDr. David Alan Gilbert
2016-06-16Migration: Split out ram part of qmp_query_migrateDr. David Alan Gilbert
2016-06-16Postcopy: Avoid 0 length discardsDr. David Alan Gilbert
2016-06-15Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell
2016-06-14target-i386: Consolidate calls of object_property_parse() in x86_cpu_parse_fe...Eduardo Habkost
2016-06-14target-i386: Use cpu_generic_init() in cpu_x86_init()Igor Mammedov
2016-06-14target-i386: Move xcc->kvm_required check to realize timeIgor Mammedov