[PATCH] NEWS: Mention support for specifying vCPU address size

Jim Fehlig posted 1 patch 1 year, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20220811172748.8059-1-jfehlig@suse.com
NEWS.rst | 5 +++++
1 file changed, 5 insertions(+)
[PATCH] NEWS: Mention support for specifying vCPU address size
Posted by Jim Fehlig 1 year, 8 months ago
Signed-off-by: Jim Fehlig <jfehlig@suse.com>
---
 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 `<maxphysaddr>` subelment of the `<cpu>` element.
+
 * **Improvements**
 
 * **Bug fixes**
-- 
2.37.1
Re: [PATCH] NEWS: Mention support for specifying vCPU address size
Posted by Michal Prívozník 1 year, 8 months ago
On 8/11/22 19:27, Jim Fehlig wrote:
> Signed-off-by: Jim Fehlig <jfehlig@suse.com>
> ---
>  NEWS.rst | 5 +++++
>  1 file changed, 5 insertions(+)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal