[libvirt] [PATCH v6 3/4] formatdomain.html.in: document <address type='unassigned'/>

Daniel Henrique Barboza danielhb413 at gmail.com
Tue Dec 17 20:35:04 UTC 2019


Signed-off-by: Daniel Henrique Barboza <danielhb413 at gmail.com>
---
 docs/formatdomain.html.in | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index e06cf2061b..dd04a05f09 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -4203,6 +4203,16 @@
         attributes: <code>iobase</code> and <code>irq</code>.
         <span class="since">Since 1.2.1</span>
       </dd>
+      <dt><code>unassigned</code></dt>
+      <dd>For PCI hostdevs, <code><address type='unassigned'/></code>
+        allows the admin to include a PCI hostdev in the domain XML definition,
+        without making it available for the guest. This allows for configurations
+        in which Libvirt manages the device as a regular PCI hostdev,
+        regardless of whether the guest will have access to it.
+        <code><address type='unassigned'/></code> is an invalid address
+        type for all other device types.
+        <span class="since">Since 6.0.0</span>
+      </dd>
     </dl>
 
     <h4><a id="elementsVirtio">Virtio-related options</a></h4>
-- 
2.23.0





More information about the libvir-list mailing list