Sam Li <faithilikerun@xxxxxxxxx> writes: > Taking account of the new zone append write operation for zoned devices, > BLOCK_ACCT_ZONE_APPEND enum is introduced as other I/O request type (read, > write, flush). > > Signed-off-by: Sam Li <faithilikerun@xxxxxxxxx> [...] > diff --git a/qapi/block-core.json b/qapi/block-core.json > index c05ad0c07e..501b554fc5 100644 > --- a/qapi/block-core.json > +++ b/qapi/block-core.json > @@ -849,6 +849,9 @@ > # @min_wr_latency_ns: Minimum latency of write operations in the > # defined interval, in nanoseconds. > # > +# @min_zone_append_latency_ns: Minimum latency of zone append operations > +# in the defined interval, in nanoseconds. Lacks (since 8.1). Your other additions, too. [...]