]> Git Repo - linux.git/commit
KVM: s390: protvirt: Add initial vm and cpu lifecycle handling
authorJanosch Frank <[email protected]>
Mon, 30 Sep 2019 08:19:18 +0000 (04:19 -0400)
committerChristian Borntraeger <[email protected]>
Thu, 27 Feb 2020 18:47:11 +0000 (19:47 +0100)
commit29b40f105ec8d555984c1f72dc9133b122e51903
treec5437e3bada791ce42ab146422dd92da6156af87
parent6933316fe011d5875b360ea8b7404a6612846740
KVM: s390: protvirt: Add initial vm and cpu lifecycle handling

This contains 3 main changes:
1. changes in SIE control block handling for secure guests
2. helper functions for create/destroy/unpack secure guests
3. KVM_S390_PV_COMMAND ioctl to allow userspace dealing with secure
machines

Signed-off-by: Janosch Frank <[email protected]>
Reviewed-by: David Hildenbrand <[email protected]>
Reviewed-by: Cornelia Huck <[email protected]>
[[email protected]: patch merging, splitting, fixing]
Signed-off-by: Christian Borntraeger <[email protected]>
arch/s390/include/asm/kvm_host.h
arch/s390/include/asm/uv.h
arch/s390/kvm/Makefile
arch/s390/kvm/kvm-s390.c
arch/s390/kvm/kvm-s390.h
arch/s390/kvm/pv.c [new file with mode: 0644]
include/uapi/linux/kvm.h
This page took 0.050607 seconds and 4 git commands to generate.