From: Jonathon Jongsma Date: Mon, 22 Aug 2022 21:15:38 +0000 (-0500) Subject: NEWS: mention vdpa/vfio memlock bump in release notes X-Git-Tag: v8.7.0-rc2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3779e2bf835e5365cffde13dd73b2062980866d;p=thirdparty%2Flibvirt.git NEWS: mention vdpa/vfio memlock bump in release notes Signed-off-by: Jonathon Jongsma Reviewed-by: Laine Stump --- diff --git a/NEWS.rst b/NEWS.rst index 2e0a4a7b94..bd848a8867 100644 --- 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) ===================