[PATCH 7/7] NEWS: Document virtio options for memory models

Michal Privoznik via Devel posted 7 patches 1 month, 2 weeks ago
[PATCH 7/7] NEWS: Document virtio options for memory models
Posted by Michal Privoznik via Devel 1 month, 2 weeks ago
From: Michal Privoznik <mprivozn@redhat.com>

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
---
 NEWS.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index afdb26cebf..ee11435e0e 100644
--- 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**
 
 
-- 
2.51.0
Re: [PATCH 7/7] NEWS: Document virtio options for memory models
Posted by Jiri Denemark via Devel 1 month, 2 weeks ago
On Wed, Oct 29, 2025 at 08:53:07 +0100, Michal Privoznik wrote:
> From: Michal Privoznik <mprivozn@redhat.com>
> 
> Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
> ---
>  NEWS.rst | 6 ++++++
>  1 file changed, 6 insertions(+)

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>