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

--- 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

On Sun, 2016-05-15 at 17:59 -0400, Cole Robinson wrote:
--- 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>.
ACK -- Andrea Bolognani Software Engineer - Virtualization Team
participants (2)
-
Andrea Bolognani
-
Cole Robinson