> 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