From dbc9fbf644ba324bc16eba7ede65dbb77c48f5be Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Fri, 18 Oct 2024 17:12:50 +0200 Subject: [PATCH] NEWS: Report CPU model blockers in domain capabilities MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jiri Denemark Reviewed-by: Ján Tomko --- NEWS.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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**