From: Andrea Bolognani Date: Fri, 14 Jun 2019 11:19:49 +0000 (+0200) Subject: docs: Update documentation for spapr-vio addresses X-Git-Tag: v5.5.0-rc1~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=913500936b6fb50390af89a1882b97036fdd95b8;p=thirdparty%2Flibvirt.git docs: Update documentation for spapr-vio addresses Signed-off-by: Andrea Bolognani Reviewed-by: Michal Privoznik --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index aade895029..a7a6ec32a5 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -4076,9 +4076,9 @@
spapr-vio
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: reg (the hex value address of the starting register). Since @@ -8299,7 +8299,7 @@ qemu-kvm -net nic,model=? /dev/null ... <devices> <nvram> - <address type='spapr-vio' reg='0x3000'/> + <address type='spapr-vio' reg='0x00003000'/> </nvram> </devices> ...