Hello, I am hoping someone here can help me. I am implementing QCow2 support
for a PC emulator project and have a couple questions regarding compression I
haven't been able to figure out on my own.
First some background:
I am using the information I found at
https://people.gnome.org/~markmc/qco
> > I have for example a compressed cluster with an L2 entry value of 4A
> > C0 00 00 00 3D 97 50. This would lead me to believe the cluster starts
> > at offset 0x3D9750 and has a length of 0x2B 512-byte sectors (or 0x2B
> > times 0x200 = 0x5600). Added to the offset this would give an end for
Eric Blake wrote:
> [any way you could convince your mailer to not break threading?]
>
> On 03/03/2016 09:24 PM, mgre...@cinci.rr.com wrote:
> >>
> >> The zeros are not part of the compressed data, though, that's why the
> >> Compressed Cluster Descriptor indicates a shorter size. Had ano