diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/kvm.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/kvm.h b/include/linux/kvm.h index 1649d4b57e1f..65ad5c624c70 100644 --- a/include/linux/kvm.h +++ b/include/linux/kvm.h | |||
@@ -852,6 +852,9 @@ struct kvm_s390_ucas_mapping { | |||
852 | #define KVM_PPC_GET_SMMU_INFO _IOR(KVMIO, 0xa6, struct kvm_ppc_smmu_info) | 852 | #define KVM_PPC_GET_SMMU_INFO _IOR(KVMIO, 0xa6, struct kvm_ppc_smmu_info) |
853 | /* Available with KVM_CAP_PPC_ALLOC_HTAB */ | 853 | /* Available with KVM_CAP_PPC_ALLOC_HTAB */ |
854 | #define KVM_PPC_ALLOCATE_HTAB _IOWR(KVMIO, 0xa7, __u32) | 854 | #define KVM_PPC_ALLOCATE_HTAB _IOWR(KVMIO, 0xa7, __u32) |
855 | #define KVM_CREATE_SPAPR_TCE _IOW(KVMIO, 0xa8, struct kvm_create_spapr_tce) | ||
856 | /* Available with KVM_CAP_RMA */ | ||
857 | #define KVM_ALLOCATE_RMA _IOR(KVMIO, 0xa9, struct kvm_allocate_rma) | ||
855 | 858 | ||
856 | /* | 859 | /* |
857 | * ioctls for vcpu fds | 860 | * ioctls for vcpu fds |
@@ -915,9 +918,6 @@ struct kvm_s390_ucas_mapping { | |||
915 | /* Available with KVM_CAP_XCRS */ | 918 | /* Available with KVM_CAP_XCRS */ |
916 | #define KVM_GET_XCRS _IOR(KVMIO, 0xa6, struct kvm_xcrs) | 919 | #define KVM_GET_XCRS _IOR(KVMIO, 0xa6, struct kvm_xcrs) |
917 | #define KVM_SET_XCRS _IOW(KVMIO, 0xa7, struct kvm_xcrs) | 920 | #define KVM_SET_XCRS _IOW(KVMIO, 0xa7, struct kvm_xcrs) |
918 | #define KVM_CREATE_SPAPR_TCE _IOW(KVMIO, 0xa8, struct kvm_create_spapr_tce) | ||
919 | /* Available with KVM_CAP_RMA */ | ||
920 | #define KVM_ALLOCATE_RMA _IOR(KVMIO, 0xa9, struct kvm_allocate_rma) | ||
921 | /* Available with KVM_CAP_SW_TLB */ | 921 | /* Available with KVM_CAP_SW_TLB */ |
922 | #define KVM_DIRTY_TLB _IOW(KVMIO, 0xaa, struct kvm_dirty_tlb) | 922 | #define KVM_DIRTY_TLB _IOW(KVMIO, 0xaa, struct kvm_dirty_tlb) |
923 | /* Available with KVM_CAP_ONE_REG */ | 923 | /* Available with KVM_CAP_ONE_REG */ |