350 Commits (02d0e095031b7fda77de8b558465a57659ea79cb)

Author SHA1 Message Date
Kevin Wolf 734a77584a qcow2: Let vmstate call qcow2_co_preadv/pwrite directly 10 years ago
Kevin Wolf 5ddda0b8f0 block: Make .bdrv_load_vmstate() vectored 10 years ago
Daniel P. Berrange 8c0dcbc4ad block: drop support for using qcow[2] encryption with system emulators 10 years ago
Kevin Wolf d46a0bb24d qcow2: Implement .bdrv_co_pwritev() 10 years ago
Kevin Wolf ecfe186380 qcow2: Implement .bdrv_co_preadv() 10 years ago
Denis V. Lunev f3c3b87dae qcow2: avoid extra flushes in qcow2 10 years ago
Eric Blake 5544b59f8e qcow2: Convert to bdrv_co_pwrite_zeroes() 10 years ago
Eric Blake 74021bc497 block: Switch bdrv_write_zeroes() to byte interface 10 years ago
Eric Blake cf081fca4e block: Track write zero limits in bytes 10 years ago
Eric Blake ebb718a5c7 qcow2: Catch more unaligned write_zero into zero cluster 10 years ago
Denis V. Lunev 5a64e94251 qcow2: add tracepoints for qcow2_co_write_zeroes 10 years ago
Denis V. Lunev ba142846b0 qcow2: simplify logic in qcow2_co_write_zeroes 10 years ago
Kevin Wolf 5efdf53227 qcow2: Fix write_zeroes with partially allocated backing file cluster 10 years ago
Denis V. Lunev f575f145f4 qcow2: fix condition in is_zero_cluster 10 years ago
Paolo Bonzini 58369e22cf qemu-common: stop including qemu/bswap.h from qemu-common.h 10 years ago
Fam Zheng c9e9e9c66c block: Drop superfluous invalidating bs->file from drivers 10 years ago
Denis V. Lunev 2928abce6d qcow2: improve qcow2_co_write_zeroes() 10 years ago
Eric Blake 8341f00dc2 block: Allow BDRV_REQ_FUA through blk_pwrite() 10 years ago
Max Reitz 4e876bcf2b qcow2: Prevent backing file names longer than 1023 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
Veronia Bahaa f348b6d1a5 util: move declarations out of qemu-common.h 10 years ago
Eric Blake 32bafa8fdd qapi: Don't special-case simple union wrappers 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 23588797b6 qcow2: Use BB functions in .bdrv_create() 10 years ago
Kevin Wolf 6340472c54 block: Use writeback in .bdrv_create() implementations 10 years ago
Fam Zheng 178b4db7e5 qcow2: Assign bs->file->bs to file in qcow2_co_get_block_status 10 years ago
Fam Zheng 67a0fd2a9b block: Add "file" output parameter to block status query functions 10 years ago
Kevin Wolf 191fb11bdf qcow2: Make image inaccessible after failed qcow2_invalidate_cache() 10 years ago
Kevin Wolf 140fd5a69c qcow2: Fix BDRV_O_INACTIVE handling in qcow2_invalidate_cache() 10 years ago
Kevin Wolf ec6d891224 qcow2: Implement .bdrv_inactivate 10 years ago
Kevin Wolf 04c01a5c8f block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE 10 years ago
Kevin Wolf b527c9b392 qcow2: Write full header on image creation 10 years ago
Kevin Wolf 1a4828c793 qcow2: Write feature table only for v3 images 10 years ago
Peter Maydell 80c71a241a block: Clean up includes 10 years ago
Markus Armbruster e43bfd9c87 error: Use error_prepend() where it makes obvious sense 10 years ago
Denis V. Lunev b1fc8f934b qcow2: insert assert into qcow2_get_specific_info() 10 years ago
Max Reitz 61ce55fc02 qcow2: Invoke refcount order amendment function 11 years ago
Max Reitz c293a80927 qcow2: Use intermediate helper CB for amend 11 years ago
Max Reitz 1038bbb803 qcow2: Split upgrade/downgrade paths for amend 11 years ago
Max Reitz 164e0f89cc qcow2: Use abort() instead of assert(false) 11 years ago
Max Reitz 29d72431ef qcow2: Use error_report() in qcow2_amend_options() 11 years ago
Max Reitz 8b13976d3f block: Add opaque value to the amend CB 11 years ago
Kevin Wolf 5365f44dfa qcow2: Add .bdrv_join_options callback 11 years ago
Eric Blake 7fb1cf1606 qapi: Don't let implicit enum MAX member collide 11 years ago
Eric Blake 6a8f9661dc block: Convert to new qapi union layout 11 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
Kevin Wolf 5b0959a7d4 qcow2: Support updating driver-specific options in reopen 11 years ago