-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We cannot have useful tests for raw backing file since we have only a stub implementation reporting that the entire backing file is allocated, so we test only qcow2 image backing file. We test backing file in qcow2 and qcow2 compressed. When both images are uncompressed, allocated extents from top and base are merged. When base is compressed, allocated extents from top and based cannot be merged, since all base clusters are compressed. Compressed image with backing file may be possible to crate with qemu-io, but is not real use case so we don't test it. Signed-off-by: Nir Soffer <nirsof@gmail.com>
- Loading branch information
Showing
1 changed file
with
209 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters