212 Commits (32cad1ffb81dcecf6f4a8af56d6e5892682839b1)

Author SHA1 Message Date
Pavel Butsykin 655923df4b qcow: cleanup qcow_co_pwritev_compressed to avoid the recursion 10 years ago
Pavel Butsykin f2b95a1231 qcow: add qcow_co_pwritev_compressed 10 years ago
Vladimir Sementsov-Ogievskiy ebf7bba090 qcow2: do not allocate extra memory 10 years ago
Paolo Bonzini 0b8b8753e4 coroutine: move entry argument to qemu_coroutine_create 10 years ago
Kevin Wolf d9ca2ea2e2 block: Convert bdrv_pwrite(v/_sync) to BdrvChild 10 years ago
Kevin Wolf cf2ab8fc34 block: Convert bdrv_pread(v) to BdrvChild 10 years ago
Kevin Wolf 18d51c4bac block: Convert bdrv_write() to BdrvChild 10 years ago
Kevin Wolf 25ec177d90 block: Convert bdrv_co_writev() to BdrvChild 10 years ago
Kevin Wolf 28b04a8f65 block: Convert bdrv_co_readv() to BdrvChild 10 years ago
Eric Blake 5411541270 block: Use bool as appropriate for BDS members 10 years ago
Daniel P. Berrange 8c0dcbc4ad block: drop support for using qcow[2] encryption with system emulators 10 years ago
Laurent Vivier d737b78cc1 qcow/qcow2: Use DIV_ROUND_UP 10 years ago
Paolo Bonzini 58369e22cf qemu-common: stop including qemu/bswap.h from qemu-common.h 10 years ago
Eric Blake 8341f00dc2 block: Allow BDRV_REQ_FUA through blk_pwrite() 10 years ago
Kevin Wolf 72e775c7d9 block: Always set writeback mode in blk_new_open() 10 years ago
Daniel P. Berrange e6ff69bf5e block: move encryption deprecation warning into qcow code 10 years ago
Markus Armbruster da34e65cb4 include/qemu/osdep.h: Don't include qapi/error.h 10 years ago
Max Reitz efaa7c4eeb blockdev: Split monitor reference from BB creation 10 years ago
Max Reitz a55448b368 qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATURE 10 years ago
Kevin Wolf 6af4016020 qcow: Use BB functions in .bdrv_create() 10 years ago
Kevin Wolf 6340472c54 block: Use writeback in .bdrv_create() implementations 10 years ago
Fam Zheng 3064bf6fff qcow: Assign bs->file->bs to file in qcow_co_get_block_status 10 years ago
Fam Zheng 67a0fd2a9b block: Add "file" output parameter to block status query functions 10 years ago
Peter Maydell 80c71a241a block: Clean up includes 10 years ago
Kevin Wolf 760e006384 block: Convert bs->backing_hd to BdrvChild 11 years ago
Kevin Wolf 9a4f4c3156 block: Convert bs->file to BdrvChild 11 years ago
Max Reitz 6ebf9aa2ef block: Drop drv parameter from bdrv_open() 11 years ago
Daniel P. Berrange f6fa64f6d2 block: convert qcow/qcow2 to use generic cipher API 11 years ago
Daniel P. Berrange 6f2945cde6 crypto: move built-in AES implementation into crypto/ 11 years ago
Markus Armbruster cc7a8ea740 Include qapi/qmp/qerror.h exactly where needed 11 years ago
Markus Armbruster c6bd8c706a qerror: Clean up QERR_ macros to expand into a single string 11 years ago
Daniel P. Berrange 8336aafae1 qcow2/qcow: protect against uninitialized encryption key 11 years ago
Alberto Garcia 81e5f78a9f block: use bdrv_get_device_or_node_name() in error messages 11 years ago
Jeff Cody e729fa6afe block: fix off-by-one error in qcow and qcow2 11 years ago
Jeff Cody 9a29e18f7d block: update string sizes for filename,backing_file,exact_filename 11 years ago
Markus Armbruster bfb197e0d9 block: Eliminate BlockDriverState member device_name[] 12 years ago
Hu Tao 180e95265e block: don't convert file size to sector size 12 years ago
Hu Tao c2eb918e32 block: round up file size to nearest sector 12 years ago
Markus Armbruster 5839e53bbc block: Use g_new() & friends where that makes obvious sense 12 years ago
Kevin Wolf 0df93305f2 qcow1: Handle failure for potentially large allocations 12 years ago
Kevin Wolf 8ee79e707a block: Catch backing files assigned to non-COW drivers 12 years ago
Chunyan Liu c282e1fdf7 cleanup QEMUOptionParameter 12 years ago
Chunyan Liu 16d12159e2 qcow.c: replace QEMUOptionParameter with QemuOpts 12 years ago
Chunyan Liu 83d0521a1e change block layer to support both QemuOpts and QEMUOptionParamter 12 years ago
Kevin Wolf d66e5cee00 qcow1: Stricter backing file length check 12 years ago
Kevin Wolf 46485de0cb qcow1: Validate image size (CVE-2014-0223) 12 years ago
Kevin Wolf 42eb58179b qcow1: Validate L2 table size (CVE-2014-0222) 12 years ago
Kevin Wolf 7159a45b2b qcow1: Check maximum cluster size 12 years ago
Kevin Wolf ea54feff58 qcow1: Make padding in the header explicit 12 years ago
Max Reitz 521b2b5df0 block: Use correct width in format strings 12 years ago