From: Martin Kletzander Date: Tue, 23 Oct 2018 09:21:04 +0000 (+0100) Subject: docs: Fix minimum supported version X-Git-Tag: v4.9.0-rc1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d3e2dff529d438e5824ad2e246d24eb295ea767;p=thirdparty%2Flibvirt.git docs: Fix minimum supported version We already have that in the code (commit c1bc9c662b411), we just forgot to mention that in the docs. Signed-off-by: Martin Kletzander --- diff --git a/docs/drvqemu.html.in b/docs/drvqemu.html.in index 13adb5c22b..0d14027646 100644 --- a/docs/drvqemu.html.in +++ b/docs/drvqemu.html.in @@ -8,7 +8,7 @@

The libvirt KVM/QEMU driver can manage any QEMU emulator from - version 0.12.0 or later. + version 1.5.0 or later.

Project Links