From 3f9797e2c9307affa0a21ff087e762af611c1c9c Mon Sep 17 00:00:00 2001 From: Han Han Date: Mon, 11 Nov 2019 09:58:04 +0800 Subject: [PATCH] news: Support for kvm dedicated performance hint in 5.7 Signed-off-by: Han Han Reviewed-by: Andrea Bolognani --- docs/news.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 43aa96f497..27cd13b550 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -429,6 +429,18 @@ traditional libvirtd by default. + + + qemu: Support kvm-hint-dedicated performance hint + + + With <hint-dedicated state='on'/> and + <cpu mode='host-passthrough'/>, it + allows a guest to enable optimizations when running on dedicated + vCPUs. QEMU newer than 2.12.1 and kernel newer than 4.17 + are required. + +
-- GitLab