WSL2-Linux-Kernel/arch/s390
David Hildenbrand a3508fbe9d KVM: s390: vsie: initial support for nested virtualization
This patch adds basic support for nested virtualization on s390x, called
VSIE (virtual SIE) and allows it to be used by the guest if the necessary
facilities are supported by the hardware and enabled for the guest.

In order to make this work, we have to shadow the sie control block
provided by guest 2. In order to gain some performance, we have to
reuse the same shadow blocks as good as possible. For now, we allow
as many shadow blocks as we have VCPUs (that way, every VCPU can run the
VSIE concurrently).

We have to watch out for the prefix getting unmapped out of our shadow
gmap and properly get the VCPU out of VSIE in that case, to fault the
prefix pages back in. We use the PROG_REQUEST bit for that purpose.

This patch is based on an initial prototype by Tobias Elpelt.

Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
2016-06-21 09:43:33 +02:00
..
appldata
boot
configs
crypto
hypfs s390: Make diag224 public 2016-06-10 12:07:10 +02:00
include KVM: s390: vsie: initial support for nested virtualization 2016-06-21 09:43:33 +02:00
kernel s390: Make diag224 public 2016-06-10 12:07:10 +02:00
kvm KVM: s390: vsie: initial support for nested virtualization 2016-06-21 09:43:33 +02:00
lib
mm KVM: s390: backup the currently enabled gmap when scheduled out 2016-06-20 09:55:24 +02:00
net
numa
oprofile
pci
tools
Kbuild
Kconfig
Kconfig.debug
Makefile
defconfig