mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
qemu-iotests: add 039 qcow2 lazy refcounts test
This tests establishes the basic post-conditions of the qcow2 lazy refcounts features: 1. If the image was closed normally, it is marked clean. 2. If an allocating write was performed and the image was not closed normally, then it is marked dirty. a. Written data can be read back successfully. b. The image file can be repaired and will be marked clean again. c. The image file is automatically repaired when opened read/write. Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
e01c30d3e2
commit
dc68afe0f3
3 changed files with 190 additions and 0 deletions
|
@ -45,3 +45,4 @@
|
|||
036 rw auto quick
|
||||
037 rw auto backing
|
||||
038 rw auto backing
|
||||
039 rw auto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue