• K
    qcow2: Implement data-file-raw create option · 6c3944dc
    Kevin Wolf 提交于
    Provide an option to force QEMU to always keep the external data file
    consistent as a standalone read-only raw image.
    
    At the moment, this means making sure that write_zeroes requests are
    forwarded to the data file instead of just updating the metadata, and
    checking that no backing file is used.
    Signed-off-by: NKevin Wolf <kwolf@redhat.com>
    6c3944dc
block-core.json 166.0 KB