From: Michal Privoznik Date: Tue, 20 Aug 2019 14:22:08 +0000 (+0200) Subject: news: Document KVM assignment removal X-Git-Tag: v5.7.0-rc1~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e0326d96ee751a457ea0d407e99445619ff22e5;p=thirdparty%2Flibvirt.git news: Document KVM assignment removal Signed-off-by: Michal Privoznik Reviewed-by: Ján Tomko Reviewed-by: Daniel Henrique Barboza Tested-by: Daniel Henrique Barboza --- diff --git a/docs/news.xml b/docs/news.xml index d63fca3b48..c6580e4e72 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -51,6 +51,19 @@ +
+ + + Remove KVM assignment support + + + The KVM style of PCI device assignment was removed from + the kernel in version 4.12.0 after being deprecated since 4.2.0. + Libvirt defaults to VFIO for a long time. Remove support for + KVM device assignment from libvirt too. + + +