On Thu 20 Feb 2020 03:12:19 PM CET, Eric Blake wrote: >> + { >> + .type = QCOW2_FEAT_TYPE_INCOMPATIBLE, >> + .bit = QCOW2_INCOMPAT_EXTL2_BITNR, >> + .name = "extended L2 entries", >> + }, > > I'd sort this to be grouped with the other INCOMPATIBLE bits (after > "external data file", rather than placing a COMPATIBLE bit in the > middle.
Ok I'll change that. > Rebase conflict with my patches proposing the addition of an AUTOCLEAR > bit, here and in the impacted iotests. Should be trivial to resolve, > by whoever lands second. Sure, although since this is a trivial change this is not that important at this point (RFC). But of course I'll make sure that the bit is the correct one. Berto