]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: mention vdpa/vfio memlock bump in release notes
authorJonathon Jongsma <jjongsma@redhat.com>
Mon, 22 Aug 2022 21:15:38 +0000 (16:15 -0500)
committerJonathon Jongsma <jjongsma@redhat.com>
Fri, 26 Aug 2022 21:53:43 +0000 (16:53 -0500)
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
NEWS.rst

index 2e0a4a7b945b595ceaa19e379210d90fb63249e9..bd848a88675d3172ace0acb713739f9007d13c19 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -31,6 +31,13 @@ v8.7.0 (unreleased)
 
 * **Bug fixes**
 
+  * qemu: increase memlock limit for a domain with multiple vfio/vdpa devices
+
+    When multiple vfio or vdpa devices are assigned to a domain, the locked
+    memory limit could be too low to map memory for all devices. The memlock
+    limit has been increased to be proportional to the number of vdpa/vfio
+    devices.
+
 
 v8.6.0 (2022-08-01)
 ===================