[libvirt] [PATCH] docs: formatdomain: document virtio-mmio device addresses

Cole Robinson crobinso at redhat.com
Sun May 15 21:59:49 UTC 2016


---
 docs/formatdomain.html.in | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 58b8cb6..a461a4e 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -2980,6 +2980,13 @@
         set to 0xfe.
         <span class="since">Since 1.0.4</span>
       </dd>
+      <dt><code>virtio-mmio</code></dt>
+      <dd>This places the device on the virtio-mmio transport, which is
+        currently only available for some <code>armv7l</code> and
+        <code>aarch64</code> virtual machines. virtio-mmio addresses
+        do not have any additional attributes.
+        <span class="since">Since 1.1.3</span>
+      </dd>
       <dt><code>isa</code></dt>
       <dd>ISA addresses have the following additional
         attributes: <code>iobase</code> and <code>irq</code>.
-- 
2.7.4




More information about the libvir-list mailing list