linux-stable/arch/s390/kvm
Carsten Otte 27e0393f15 KVM: s390: ucontrol: per vcpu address spaces
This patch introduces two ioctls for virtual cpus, that are only
valid for kernel virtual machines that are controlled by userspace.
Each virtual cpu has its individual address space in this mode of
operation, and each address space is backed by the gmap
implementation just like the address space for regular KVM guests.
KVM_S390_UCAS_MAP allows to map a part of the user's virtual address
space to the vcpu. Starting offset and length in both the user and
the vcpu address space need to be aligned to 1M.
KVM_S390_UCAS_UNMAP can be used to unmap a range of memory from a
virtual cpu in a similar way.

Signed-off-by: Carsten Otte <cotte@de.ibm.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
2012-03-05 14:52:18 +02:00
..
diag.c KVM: s390: Fix RUNNING flag misinterpretation 2011-11-17 16:25:43 +02:00
gaccess.h [S390] Use gmap translation for accessing guest memory 2011-07-24 10:48:21 +02:00
intercept.c KVM: s390: Fix RUNNING flag misinterpretation 2011-11-17 16:25:43 +02:00
interrupt.c KVM: s390: Fix RUNNING flag misinterpretation 2011-11-17 16:25:43 +02:00
Kconfig KVM: s390: add parameter for KVM_CREATE_VM 2012-03-05 14:52:18 +02:00
kvm-s390.c KVM: s390: ucontrol: per vcpu address spaces 2012-03-05 14:52:18 +02:00
kvm-s390.h KVM: s390: add parameter for KVM_CREATE_VM 2012-03-05 14:52:18 +02:00
Makefile [S390] move sie code to entry.S 2011-07-24 10:48:21 +02:00
priv.c KVM: s390: Fix tprot locking 2011-11-17 16:25:48 +02:00
sigp.c KVM: s390: handle SIGP sense running intercepts 2011-11-17 16:25:46 +02:00