On Tue, Feb 13, 2024 at 05:44:05PM +0000, Jonathan Cameron wrote: > > diff --git a/qapi/cxl.json b/qapi/cxl.json > > index 8cc4c72fa9..6b631f64f1 100644 > > --- a/qapi/cxl.json > > +++ b/qapi/cxl.json > > @@ -25,7 +25,8 @@ > > 'data': ['informational', > > 'warning', > > 'failure', > > - 'fatal'] > > + 'fatal', > > + 'dyncap'] > > } > Needs a docs update. > > Upstream QEMU seems to have gained some stricter checks > so this just broke my build after a rebase. > > Jonathan
Thanks. Updated. FYI. The new version is completed. https://lore.kernel.org/linux-cxl/ZcuyZ0Nwq31z8YIr@debian/T/#m07b4b4586e2f421a617f08a002b196d932a88966 Thanks, Fan