From: Michal Privoznik Date: Thu, 12 Nov 2020 20:59:04 +0000 (+0100) Subject: kbase: Document minimal libvirt version for NUMA-less virtiofs X-Git-Tag: v6.10.0-rc1~203 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4895a3e55dcfe97abcbc46cb559956db1ff524b3;p=thirdparty%2Flibvirt.git kbase: Document minimal libvirt version for NUMA-less virtiofs Using virtiofs without NUMA was implemented in v6.9.0-rc1~161 but our kbase document only mentions QEMU version which may confuse users. Signed-off-by: Michal Privoznik Reviewed-by: Daniel Henrique Barboza --- diff --git a/docs/kbase/virtiofs.rst b/docs/kbase/virtiofs.rst index 01440420d7..c0bc07a68d 100644 --- a/docs/kbase/virtiofs.rst +++ b/docs/kbase/virtiofs.rst @@ -25,8 +25,9 @@ means that QEMU needs to allocate the backing memory for all the guest RAM as shared memory. As of QEMU 4.2, it is possible to explicitly specify a memory backend when specifying the NUMA topology. This method is however only viable for machine types that do support -NUMA. As of QEMU 5.0.0, it is possible to specify the memory backend -without NUMA (using the so called memobject interface). +NUMA. As of QEMU 5.0.0 and libvirt 6.9.0, it is possible to +specify the memory backend without NUMA (using the so called +memobject interface). Either of the following: