NEWS: mention vdpa/vfio memlock bump in release notes

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
This commit is contained in:
Jonathon Jongsma 2022-08-22 16:15:38 -05:00
parent 129d6b3fc2
commit f3779e2bf8

View File

@ -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)
===================