Re: [PATCH v5 2/4] qcow2: add configurations for zoned format extension

2023-11-16 Thread Sam Li
Hi Eric, Eric Blake 于2023年10月30日周一 22:53写道: > > On Mon, Oct 30, 2023 at 08:18:45PM +0800, Sam Li wrote: > > To configure the zoned format feature on the qcow2 driver, it > > requires settings as: the device size, zone model, zone size, > > zone capacity, number of conventional zones, limits on zo

Re: [PATCH v5 2/4] qcow2: add configurations for zoned format extension

2023-11-16 Thread Sam Li
Markus Armbruster 于2023年11月3日周五 17:08写道: > > Eric Blake writes: > > > On Mon, Oct 30, 2023 at 08:18:45PM +0800, Sam Li wrote: > >> To configure the zoned format feature on the qcow2 driver, it > >> requires settings as: the device size, zone model, zone size, > >> zone capacity, number of convent

Re: [PATCH v5 2/4] qcow2: add configurations for zoned format extension

2023-11-16 Thread Sam Li
Stefan Hajnoczi 于2023年11月3日周五 11:24写道: > > On Mon, Oct 30, 2023 at 08:18:45PM +0800, Sam Li wrote: > > +typedef struct Qcow2ZoneListEntry { > > +QLIST_ENTRY(Qcow2ZoneListEntry) exp_open_zone_entry; > > +QLIST_ENTRY(Qcow2ZoneListEntry) imp_open_zone_entry; > > +QLIST_ENTRY(Qcow2ZoneList

Re: [PATCH v5 2/4] qcow2: add configurations for zoned format extension

2023-11-03 Thread Markus Armbruster
Eric Blake writes: > On Mon, Oct 30, 2023 at 08:18:45PM +0800, Sam Li wrote: >> To configure the zoned format feature on the qcow2 driver, it >> requires settings as: the device size, zone model, zone size, >> zone capacity, number of conventional zones, limits on zone >> resources (max append by

Re: [PATCH v5 2/4] qcow2: add configurations for zoned format extension

2023-11-02 Thread Stefan Hajnoczi
On Mon, Oct 30, 2023 at 11:01:26PM +0800, Sam Li wrote: > Hi Eric, > > Eric Blake 于2023年10月30日周一 22:53写道: > > > > On Mon, Oct 30, 2023 at 08:18:45PM +0800, Sam Li wrote: > > > To configure the zoned format feature on the qcow2 driver, it > > > requires settings as: the device size, zone model, zo

Re: [PATCH v5 2/4] qcow2: add configurations for zoned format extension

2023-11-02 Thread Stefan Hajnoczi
On Mon, Oct 30, 2023 at 08:18:45PM +0800, Sam Li wrote: > To configure the zoned format feature on the qcow2 driver, it > requires settings as: the device size, zone model, zone size, > zone capacity, number of conventional zones, limits on zone > resources (max append bytes, max open zones, and ma

Re: [PATCH v5 2/4] qcow2: add configurations for zoned format extension

2023-11-02 Thread Stefan Hajnoczi
On Mon, Oct 30, 2023 at 08:18:45PM +0800, Sam Li wrote: > +typedef struct Qcow2ZoneListEntry { > +QLIST_ENTRY(Qcow2ZoneListEntry) exp_open_zone_entry; > +QLIST_ENTRY(Qcow2ZoneListEntry) imp_open_zone_entry; > +QLIST_ENTRY(Qcow2ZoneListEntry) closed_zone_entry; Where is closed_zone_entr

Re: [PATCH v5 2/4] qcow2: add configurations for zoned format extension

2023-10-30 Thread Sam Li
Hi Eric, Eric Blake 于2023年10月30日周一 22:53写道: > > On Mon, Oct 30, 2023 at 08:18:45PM +0800, Sam Li wrote: > > To configure the zoned format feature on the qcow2 driver, it > > requires settings as: the device size, zone model, zone size, > > zone capacity, number of conventional zones, limits on zo

Re: [PATCH v5 2/4] qcow2: add configurations for zoned format extension

2023-10-30 Thread Eric Blake
On Mon, Oct 30, 2023 at 08:18:45PM +0800, Sam Li wrote: > To configure the zoned format feature on the qcow2 driver, it > requires settings as: the device size, zone model, zone size, > zone capacity, number of conventional zones, limits on zone > resources (max append bytes, max open zones, and ma

[PATCH v5 2/4] qcow2: add configurations for zoned format extension

2023-10-30 Thread Sam Li
To configure the zoned format feature on the qcow2 driver, it requires settings as: the device size, zone model, zone size, zone capacity, number of conventional zones, limits on zone resources (max append bytes, max open zones, and max_active_zones). To create a qcow2 file with zoned format, use