diff options
author | 2019-11-29 19:20:08 +0100 | |
---|---|---|
committer | 2019-11-29 19:20:08 +0100 | |
commit | 3525d0ccd92c760d22b8ee26f484fb7e9941c99c (patch) | |
tree | 677cceedb90df7d45d3d34b008ab61aaaebf9a9d /include | |
parent | Documentation: kvm: Fix mention to number of ioctls classes (diff) | |
parent | powerpc: Ultravisor: Add PPC_UV config option (diff) | |
download | wireguard-linux-3525d0ccd92c760d22b8ee26f484fb7e9941c99c.tar.xz wireguard-linux-3525d0ccd92c760d22b8ee26f484fb7e9941c99c.zip |
Merge tag 'kvm-ppc-uvmem-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD
KVM: Add support for secure guests under the Protected Execution
Framework (PEF) Ultravisor on POWER.
This enables secure memory to be represented as device memory,
which provides a way for the host to keep track of which pages of a
secure guest have been moved into secure memory managed by the
ultravisor and are no longer accessible by the host, and manage
movement of pages between secure and normal memory.
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/kvm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/kvm.h b/include/uapi/linux/kvm.h index e6f17c8e2dba..f0a16b4adbbd 100644 --- a/include/uapi/linux/kvm.h +++ b/include/uapi/linux/kvm.h @@ -1348,6 +1348,7 @@ struct kvm_s390_ucas_mapping { #define KVM_PPC_GET_CPU_CHAR _IOR(KVMIO, 0xb1, struct kvm_ppc_cpu_char) /* Available with KVM_CAP_PMU_EVENT_FILTER */ #define KVM_SET_PMU_EVENT_FILTER _IOW(KVMIO, 0xb2, struct kvm_pmu_event_filter) +#define KVM_PPC_SVM_OFF _IO(KVMIO, 0xb3) /* ioctl for vm fd */ #define KVM_CREATE_DEVICE _IOWR(KVMIO, 0xe0, struct kvm_create_device) |