From: Jiri Denemark Date: Fri, 18 Oct 2024 15:12:50 +0000 (+0200) Subject: NEWS: Report CPU model blockers in domain capabilities X-Git-Tag: v10.9.0-rc1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbc9fbf644ba324bc16eba7ede65dbb77c48f5be;p=thirdparty%2Flibvirt.git NEWS: Report CPU model blockers in domain capabilities Signed-off-by: Jiri Denemark Reviewed-by: Ján Tomko --- diff --git a/NEWS.rst b/NEWS.rst index 56adf8df8b..191fd74830 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -54,6 +54,12 @@ v10.9.0 (unreleased) representation of guest memory blocks on disk, which includes compression among other possible layouts. + * Report CPU model blockers in domain capabilities + + When a CPU model is reported as usable='no' an additional + ```` element is added for that CPU model listing + features required by the CPU model, but not supported on the host. + * **Bug fixes**