1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

NEWS: Mention support for specifying vCPU address size

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Jim Fehlig 2022-08-11 11:21:11 -06:00
parent 01cf26d41f
commit 0615df084e

View File

@ -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**