summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-12tcg/sparc: Make direct jump patching thread-safeSergey Fedorov1-1/+1
2016-05-12tcg/aarch64: Make direct jump patching thread-safeSergey Fedorov1-1/+13
2016-05-12tcg/arm: Make direct jump patching thread-safeSergey Fedorov2-23/+20
2016-05-12tcg/s390: Make direct jump patching thread-safeSergey Fedorov2-1/+9
2016-05-12tcg/i386: Make direct jump patching thread-safeSergey Fedorov2-1/+24
2016-05-12tcg/ppc: Make direct jump patching thread-safeSergey Fedorov2-4/+20
2016-05-12tci: Make direct jump patching thread-safeSergey Fedorov3-2/+7
2016-05-12include/qemu/osdep.h: Add macros for pointer alignmentSergey Fedorov1-0/+11
2016-05-12include/qemu/osdep.h: Add a macro to check for alignmentSergey Fedorov1-0/+3
2016-05-12tb: consistently use uint32_t for tb->flagsEmilio G. Cota24-31/+32
2016-05-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell78-2059/+3323
2016-05-12Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160512'...Peter Maydell53-643/+2976
2016-05-12Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-05-12' into ...Peter Maydell39-428/+1194
2016-05-12Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2016-05-12' in...Kevin Wolf28-900/+2053
2016-05-12Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160511-1' into s...Peter Maydell3-4/+18
2016-05-12qemu-iotests: iotests: fail hard if not run via "check"Sascha Silbe1-1/+9
2016-05-12block: enable testing of LUKS driver with block I/O testsDaniel P. Berrange10-11/+67
2016-05-12block: add support for encryption secrets in block I/O testsDaniel P. Berrange4-3/+16
2016-05-12block: add support for --image-opts in block I/O testsDaniel P. Berrange6-34/+77
2016-05-12qemu-io: Add 'write -z -u' to test MAY_UNMAP flagEric Blake1-3/+21
2016-05-12qemu-io: Add 'write -f' to test FUA flagEric Blake1-16/+41
2016-05-12qemu-io: Allow unaligned access by defaultEric Blake2-776/+1457
2016-05-12qemu-io: Use bool for command line flagsEric Blake1-47/+47
2016-05-12qemu-io: Make 'open' subcommand more like command lineEric Blake1-4/+25
2016-05-12qemu-io: Add missing option documentationEric Blake1-7/+8
2016-05-12qmp: add monitor command to add/remove a childWen Congyang3-0/+140
2016-05-12quorum: implement bdrv_add_child() and bdrv_del_child()Wen Congyang3-6/+84
2016-05-12Add new block driver interface to add/delete a BDS's childWen Congyang3-0/+58
2016-05-12qemu-img: check block status of backing file when converting.Ren Kimura1-2/+13
2016-05-12iotests: fix the redirection order in 083Wei Jiangang1-2/+2
2016-05-12block: Inactivate all childrenFam Zheng1-11/+36
2016-05-12block: Drop superfluous invalidating bs->file from driversFam Zheng3-29/+0
2016-05-12block: Invalidate all childrenFam Zheng1-6/+14
2016-05-12nbd: Simplify client FUA handlingEric Blake3-27/+8
2016-05-12block: Honor BDRV_REQ_FUA during write_zeroesEric Blake5-5/+33
2016-05-12block: Make supported_write_flags a per-bds propertyEric Blake6-14/+17
2016-05-12qcow2: improve qcow2_co_write_zeroes()Denis V. Lunev1-6/+59
2016-05-12block: Kill unused sector-based blk_* functionsEric Blake2-61/+0
2016-05-12qemu-io: Switch to byte-based block accessEric Blake1-52/+10
2016-05-12qemu-img: Switch to byte-based block accessEric Blake1-9/+19
2016-05-12nbd: Switch to byte-based block accessEric Blake1-4/+9
2016-05-12atapi: Switch to byte-based block accessEric Blake1-8/+11
2016-05-12m25p80: Switch to byte-based block accessEric Blake1-16/+7
2016-05-12sd: Switch to byte-based block accessEric Blake1-47/+4
2016-05-12pflash: Switch to byte-based block accessEric Blake2-12/+12
2016-05-12onenand: Switch to byte-based block accessEric Blake1-14/+27
2016-05-12nand: Switch to byte-based block accessEric Blake1-13/+23
2016-05-12fdc: Switch to byte-based block accessEric Blake1-8/+17
2016-05-12xen_disk: Switch to byte-based aio block accessEric Blake1-6/+4
2016-05-12virtio: Switch to byte-based aio block accessEric Blake2-11/+9