Re: [PATCH v5 1/4] docs/qcow2: add the zoned format feature

2023-10-30 Thread Damien Le Moal
On 10/30/23 23:04, Eric Blake wrote: >> + >> + .. option:: zone_size >> + >> +The size of a zone in bytes. The device is divided into zones of this >> +size with the exception of the last zone, which may be smaller. >> + >> + .. option:: zone_capacity >> + >> +The initial capacity val

Re: [PATCH v5 1/4] docs/qcow2: add the zoned format feature

2023-10-30 Thread Sam Li
Eric Blake 于2023年10月30日周一 22:05写道: > > On Mon, Oct 30, 2023 at 08:18:44PM +0800, Sam Li wrote: > > Add the specs for the zoned format feature of the qcow2 driver. > > The qcow2 file can be taken as zoned device and passed through by > > virtio-blk device or NVMe ZNS device to the guest given zoned

Re: [PATCH v5 1/4] docs/qcow2: add the zoned format feature

2023-10-30 Thread Eric Blake
On Mon, Oct 30, 2023 at 08:18:44PM +0800, Sam Li wrote: > Add the specs for the zoned format feature of the qcow2 driver. > The qcow2 file can be taken as zoned device and passed through by > virtio-blk device or NVMe ZNS device to the guest given zoned > information. > > Signed-off-by: Sam Li >

[PATCH v5 1/4] docs/qcow2: add the zoned format feature

2023-10-30 Thread Sam Li
Add the specs for the zoned format feature of the qcow2 driver. The qcow2 file can be taken as zoned device and passed through by virtio-blk device or NVMe ZNS device to the guest given zoned information. Signed-off-by: Sam Li Reviewed-by: Stefan Hajnoczi --- docs/system/qemu-block-drivers.rst.