aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-05-12Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160512'...Peter Maydell
2016-05-12Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-05-12' into ...Peter Maydell
2016-05-12Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2016-05-12' in...Kevin Wolf
2016-05-12Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160511-1' into s...Peter Maydell
2016-05-12qemu-iotests: iotests: fail hard if not run via "check"Sascha Silbe
2016-05-12block: enable testing of LUKS driver with block I/O testsDaniel P. Berrange
2016-05-12block: add support for encryption secrets in block I/O testsDaniel P. Berrange
2016-05-12block: add support for --image-opts in block I/O testsDaniel P. Berrange
2016-05-12qemu-io: Add 'write -z -u' to test MAY_UNMAP flagEric Blake
2016-05-12qemu-io: Add 'write -f' to test FUA flagEric Blake
2016-05-12qemu-io: Allow unaligned access by defaultEric Blake
2016-05-12qemu-io: Use bool for command line flagsEric Blake
2016-05-12qemu-io: Make 'open' subcommand more like command lineEric Blake
2016-05-12qemu-io: Add missing option documentationEric Blake
2016-05-12qmp: add monitor command to add/remove a childWen Congyang
2016-05-12quorum: implement bdrv_add_child() and bdrv_del_child()Wen Congyang
2016-05-12Add new block driver interface to add/delete a BDS's childWen Congyang
2016-05-12qemu-img: check block status of backing file when converting.Ren Kimura
2016-05-12iotests: fix the redirection order in 083Wei Jiangang
2016-05-12block: Inactivate all childrenFam Zheng
2016-05-12block: Drop superfluous invalidating bs->file from driversFam Zheng
2016-05-12block: Invalidate all childrenFam Zheng
2016-05-12nbd: Simplify client FUA handlingEric Blake
2016-05-12block: Honor BDRV_REQ_FUA during write_zeroesEric Blake
2016-05-12block: Make supported_write_flags a per-bds propertyEric Blake
2016-05-12qcow2: improve qcow2_co_write_zeroes()Denis V. Lunev
2016-05-12block: Kill unused sector-based blk_* functionsEric Blake
2016-05-12qemu-io: Switch to byte-based block accessEric Blake
2016-05-12qemu-img: Switch to byte-based block accessEric Blake
2016-05-12nbd: Switch to byte-based block accessEric Blake
2016-05-12atapi: Switch to byte-based block accessEric Blake
2016-05-12m25p80: Switch to byte-based block accessEric Blake
2016-05-12sd: Switch to byte-based block accessEric Blake
2016-05-12pflash: Switch to byte-based block accessEric Blake
2016-05-12onenand: Switch to byte-based block accessEric Blake
2016-05-12nand: Switch to byte-based block accessEric Blake
2016-05-12fdc: Switch to byte-based block accessEric Blake
2016-05-12xen_disk: Switch to byte-based aio block accessEric Blake
2016-05-12virtio: Switch to byte-based aio block accessEric Blake
2016-05-12scsi-disk: Switch to byte-based aio block accessEric Blake
2016-05-12ide: Switch to byte-based aio block accessEric Blake
2016-05-12block: Introduce byte-based aio read/writeEric Blake
2016-05-12block: Switch blk_*write_zeroes() to byte interfaceEric Blake
2016-05-12block: Switch blk_read_unthrottled() to byte interfaceEric Blake
2016-05-12block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake
2016-05-12qemu-io: Fix memory leak in 'aio_write -z'Kevin Wolf
2016-05-12Allow users to specify the vmdk virtual hardware version.Janne Karhunen
2016-05-12block: always compile-check debug printsZhou Jie
2016-05-12block: Fix typo in commentWei Jiangang