From 0615df084ec9996b5df88d6a1b59c557e22f3a12 Mon Sep 17 00:00:00 2001 From: Jim Fehlig Date: Thu, 11 Aug 2022 11:21:11 -0600 Subject: [PATCH] NEWS: Mention support for specifying vCPU address size Signed-off-by: Jim Fehlig Reviewed-by: Michal Privoznik --- NEWS.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index efd63bc9c3..548828c60d 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -17,6 +17,11 @@ v8.7.0 (unreleased) * **New features** + * qemu: Add support for specifying vCPU physical address size in bits + + Users can now specify the number of vCPU physical address bits with + the `` subelment of the `` element. + * **Improvements** * **Bug fixes**