From: Michal Privoznik Date: Mon, 27 Oct 2025 14:55:21 +0000 (+0100) Subject: NEWS: Document virtio options for memory models X-Git-Tag: v11.9.0-rc1~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ccc053832919d82dcd08bc97b2f9da2aac94eaa7;p=thirdparty%2Flibvirt.git NEWS: Document virtio options for memory models Signed-off-by: Michal Privoznik Reviewed-by: Jiri Denemark --- 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**