]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
docs: Update POWER9 XIVE support for nested guests
authorCédric Le Goater <clg@kaod.org>
Tue, 4 Aug 2020 13:16:39 +0000 (15:16 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 12 Aug 2020 03:16:27 +0000 (13:16 +1000)
It is not yet supported.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <20200804131639.407049-1-clg@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
docs/specs/ppc-spapr-xive.rst

index 6159bc6eed6205a3d5c6621ebc4fb71081c2b583..7199db730b82e2117ac613f500d12d43c0529245 100644 (file)
@@ -61,6 +61,11 @@ depend on the XIVE KVM capability of the host. On older kernels
 without XIVE KVM support, QEMU will use the emulated XIVE device as a
 fallback and on newer kernels (>=5.2), the KVM XIVE device.
 
+XIVE native exploitation mode is not supported for KVM nested guests,
+VMs running under a L1 hypervisor (KVM on pSeries). In that case, the
+hypervisor will not advertise the KVM capability and QEMU will use the
+emulated XIVE device, same as for older versions of KVM.
+
 As a final refinement, the user can also switch the use of the KVM
 device with the machine option ``kernel_irqchip``.