[libvirt] [PATCH] news: Update the qemu version that dedicated performance hint is from

KVM dedicated performance hint is added since qemu version 2.10.0 not 2.10.1. Signed-off-by: Han Han <hhan@redhat.com> --- docs/news.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/news.xml b/docs/news.xml index 2eb3bfdf6e..3ddebfddfb 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -469,7 +469,7 @@ With <code><hint-dedicated state='on'/></code> and <code><cpu mode='host-passthrough'/></code>, it allows a guest to enable optimizations when running on dedicated - vCPUs. QEMU newer than 2.12.1 and kernel newer than 4.17 + vCPUs. QEMU newer than 2.12.0 and kernel newer than 4.17 are required. </description> </change> -- 2.24.0.rc1

On Fri, 2019-12-06 at 10:50 +0800, Han Han wrote:
KVM dedicated performance hint is added since qemu version 2.10.0 not 2.10.1.
Signed-off-by: Han Han <hhan@redhat.com> --- docs/news.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/news.xml b/docs/news.xml index 2eb3bfdf6e..3ddebfddfb 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -469,7 +469,7 @@ With <code><hint-dedicated state='on'/></code> and <code><cpu mode='host-passthrough'/></code>, it allows a guest to enable optimizations when running on dedicated - vCPUs. QEMU newer than 2.12.1 and kernel newer than 4.17 + vCPUs. QEMU newer than 2.12.0 and kernel newer than 4.17 are required. </description> </change>
Reviewed-by: Andrea Bolognani <abologna@redhat.com> and pushed. Thanks for pointing out the mistake in the original commit! I've updated docs/formatdomain.html as well in a separate patch. -- Andrea Bolognani / Red Hat / Virtualization
participants (2)
-
Andrea Bolognani
-
Han Han