Skip to content

Commit c939989

Browse files
vittyvkbonzini
authored andcommitted
tools/headers: update kvm.h
Pick up the latest kvm.h definitions. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 parent 8cab650 commit c939989

File tree

1 file changed

+6
-0
lines changed
  • tools/include/uapi/linux

1 file changed

+6
-0
lines changed

tools/include/uapi/linux/kvm.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,7 @@ struct kvm_ppc_one_seg_page_size {
719719

720720
#define KVM_PPC_PAGE_SIZES_REAL 0x00000001
721721
#define KVM_PPC_1T_SEGMENTS 0x00000002
722+
#define KVM_PPC_NO_HASH 0x00000004
722723

723724
struct kvm_ppc_smmu_info {
724725
__u64 flags;
@@ -952,6 +953,11 @@ struct kvm_ppc_resize_hpt {
952953
#define KVM_CAP_S390_HPAGE_1M 156
953954
#define KVM_CAP_NESTED_STATE 157
954955
#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
955961

956962
#ifdef KVM_CAP_IRQ_ROUTING
957963

0 commit comments

Comments
 (0)