From: Han Han Date: Mon, 11 Nov 2019 01:58:04 +0000 (+0800) Subject: news: Support for kvm dedicated performance hint in 5.7 X-Git-Tag: v6.0.0-rc1~493 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f9797e2c9307affa0a21ff087e762af611c1c9c;p=thirdparty%2Flibvirt.git news: Support for kvm dedicated performance hint in 5.7 Signed-off-by: Han Han Reviewed-by: Andrea Bolognani --- 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. + +