Re: [PATCH v6 3/4] qcow2: add zoned emulation capability

2023-11-26 Thread Damien Le Moal
On 11/27/23 13:37, Sam Li wrote: > By adding zone operations and zoned metadata, the zoned emulation > capability enables full emulation support of zoned device using > a qcow2 file. The zoned device metadata includes zone type, > zoned device state and write pointer of each zone, which is stored

[PATCH v6 3/4] qcow2: add zoned emulation capability

2023-11-26 Thread Sam Li
By adding zone operations and zoned metadata, the zoned emulation capability enables full emulation support of zoned device using a qcow2 file. The zoned device metadata includes zone type, zoned device state and write pointer of each zone, which is stored to an array of unsigned integers. Each