Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-22 | qemu-img: find the image end offset during check | Federico Simoncelli | |
This patch adds the support for reporting the image end offset (in bytes). This is particularly useful after a conversion (or a rebase) where the destination is a block device in order to find the first unused byte at the end of the image. Signed-off-by: Federico Simoncelli <fsimonce@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com> | |||
2012-06-15 | qemu-iotests: add 036 autoclear feature bit test | Stefan Hajnoczi | |
This new test validates the autoclear feature bit behavior. When QEMU opens a qcow2v3 image file with an unknown autoclear feature bit the bit should be cleared in the image file header. Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com> |