From: Daniel Henrique Barboza Date: Tue, 17 Dec 2019 20:35:05 +0000 (-0300) Subject: news.xml: add address type='unassigned' entry X-Git-Tag: v6.0.0-rc1~193 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e926b4bffd72b249e4e21c692fe6c2211682e8c2;p=thirdparty%2Flibvirt.git news.xml: add address type='unassigned' entry Reviewed-by: Cole Robinson Signed-off-by: Daniel Henrique Barboza --- diff --git a/docs/news.xml b/docs/news.xml index 2a25b6ca49..055353b9a5 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -54,6 +54,20 @@ written in the RST as an alternative to HTML. + + + new PCI hostdev address type: unassigned + + + A new PCI hostdev address type 'unassigned' is introduced. An + unassigned PCI hostdev behaves like any regular PCI hostdev + inside Libvirt, but it is not usable by the guest. This gives + the user a new option to manage the binding of PCI devices + via Libvirt, declaring PCI hostdevs in the domain XML + but allowing just a subset of them to be assigned to the + guest. + +