Home
last modified time | relevance | path

Searched hist:"059 e2fbb" (Results 1 – 1 of 1) sorted by relevance

/qemu/block/
H A Dvhdx.c059e2fbb Mon Apr 29 18:48:19 GMT 2013 Jeff Cody <jcody@redhat.com> block: add read-only support to VHDX image format.

This adds in read-only support to the VHDX image format. This supports
reads for fixed-size, and dynamic sized VHDX images.

Differencing files are still unsupported.

The image must be opened without BDRV_O_RDWR set, because we do not
yet update the headers. I.e., pass 'readonly=on' in the drive image
options from the QEMU commandline.

Signed-off-by: Jeff Cody <jcody@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>