We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cab650 commit c939989Copy full SHA for c939989
tools/include/uapi/linux/kvm.h
@@ -719,6 +719,7 @@ struct kvm_ppc_one_seg_page_size {
719
720
#define KVM_PPC_PAGE_SIZES_REAL 0x00000001
721
#define KVM_PPC_1T_SEGMENTS 0x00000002
722
+#define KVM_PPC_NO_HASH 0x00000004
723
724
struct kvm_ppc_smmu_info {
725
__u64 flags;
@@ -952,6 +953,11 @@ struct kvm_ppc_resize_hpt {
952
953
#define KVM_CAP_S390_HPAGE_1M 156
954
#define KVM_CAP_NESTED_STATE 157
955
#define KVM_CAP_ARM_INJECT_SERROR_ESR 158
956
+#define KVM_CAP_MSR_PLATFORM_INFO 159
957
+#define KVM_CAP_PPC_NESTED_HV 160
958
+#define KVM_CAP_HYPERV_SEND_IPI 161
959
+#define KVM_CAP_COALESCED_PIO 162
960
+#define KVM_CAP_HYPERV_ENLIGHTENED_VMCS 163
961
962
#ifdef KVM_CAP_IRQ_ROUTING
963
0 commit comments