On Tue, Oct 04, 2022 at 16:28:54 +0200, Jiri Denemark wrote: > Signed-off-by: Jiri Denemark <jdenemar@xxxxxxxxxx> > --- > NEWS.rst | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/NEWS.rst b/NEWS.rst > index 3049aa83f9..802d96d4ca 100644 > --- a/NEWS.rst > +++ b/NEWS.rst > @@ -19,6 +19,17 @@ v8.9.0 (unreleased) > > * **Improvements** > > + * Add vendor attribute for CPU models in domain capabilities > + > + Users can now see the vendor of each CPU model in domain capabilities and > + use it, e.g., for filtering usable CPU models based on host architecture. s/architecture/CPU vendor/ of course > + > + * Add blockers attribute for CPU models in domain capabilities > + > + In addition to reporting whether each CPU model is usable on the current > + host domain capabilities XML now contains a list of features that block > + usability of a particular CPU model. > + > * **Bug fixes** Jirka