]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Document virtio options for memory models
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 27 Oct 2025 14:55:21 +0000 (15:55 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 29 Oct 2025 11:09:28 +0000 (12:09 +0100)
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
NEWS.rst

index afdb26cebfe2580e17d01860773e936f777a1cc2..ee11435e0ec2f602c9be898f31023b905cbb8890 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -50,6 +50,12 @@ v11.9.0 (unreleased)
     Some Hyper-V enlightenments may require some other enlightenments to be
     turned on. Libvirt now validates these for new domains.
 
+  * qemu: Introduce virtio options for virtio memory models
+
+    Both virtio-mem and virtio-pmem memory models are virtio devices and as
+    such now support setting various virtio knobs (iommu, ats, packed,
+    page_per_vq) common to other virtio devices.
+
 * **Bug fixes**