]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: Update documentation for spapr-vio addresses
authorAndrea Bolognani <abologna@redhat.com>
Fri, 14 Jun 2019 11:19:49 +0000 (13:19 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 20 Jun 2019 10:50:07 +0000 (12:50 +0200)
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
docs/formatdomain.html.in

index aade89502980bb7bb8c8cbbdc0e5775fbe5905f4..a7a6ec32a5ee418afb50b035a445047855d71283 100644 (file)
       </dd>
       <dt><code>spapr-vio</code></dt>
       <dd>On PowerPC pseries guests, devices can be assigned to the
-        SPAPR-VIO bus.  It has a flat 64-bit address space; by
+        SPAPR-VIO bus.  It has a flat 32-bit address space; by
         convention, devices are generally assigned at a non-zero
-        multiple of 0x1000, but other addresses are valid and
+        multiple of 0x00001000, but other addresses are valid and
         permitted by libvirt.  Each address has the following
         additional attribute: <code>reg</code> (the hex value address
         of the starting register).  <span class="since">Since
@@ -8299,7 +8299,7 @@ qemu-kvm -net nic,model=? /dev/null
 ...
 &lt;devices&gt;
   &lt;nvram&gt;
-    &lt;address type='spapr-vio' reg='0x3000'/&gt;
+    &lt;address type='spapr-vio' reg='0x00003000'/&gt;
   &lt;/nvram&gt;
 &lt;/devices&gt;
 ...