Displaying 2 results from an estimated 2 matches for "taintable".
2019 Dec 16
2
Change in treatment of qcow2 with chained backing files in v5.10.0?
...g, or have to otherwise fix my domain
config (created by virt-manager).
To start with, I have a Windows 7 domain based on the following images:
windows7-base.qcow2: QEMU QCOW2 Image (v3), 53687091200 bytes
windows7-Office2013.qcow2: QEMU QCOW2 Image (v3), has backing file (path windows7-taintable.qcow2), 80530636800 bytes
windows7-taintable.qcow2: QEMU QCOW2 Image (v3), has backing file (path windows7-base.qcow2), 53687091200 bytes
The VM must be launched with image windows7-Office2013.qcow2.
Using the domain config [1] with a <disk> section
<disk type='file' device...
2019 Dec 17
0
Re: Change in treatment of qcow2 with chained backing files in v5.10.0?
...in qemu.
I think I know what's going on:
>
> To start with, I have a Windows 7 domain based on the following images:
>
> windows7-base.qcow2: QEMU QCOW2 Image (v3), 53687091200 bytes
> windows7-Office2013.qcow2: QEMU QCOW2 Image (v3), has backing file (path windows7-taintable.qcow2), 80530636800 bytes
> windows7-taintable.qcow2: QEMU QCOW2 Image (v3), has backing file (path windows7-base.qcow2), 53687091200 bytes
So this output was obtained by 'file'. That unfortunately doesn't give
enough information. Please run 'qemu-img info' on
those files...