Skip to content

Commit 0a8b2a0

Browse files
committed
tools headers UAPI: Sync x86's asm/kvm.h with the kernel sources
To pick the changes in: e2ffe85 ("KVM: x86: Introduce KVM_X86_QUIRK_VMCS12_ALLOW_FREEZE_IN_SMM") That just rebuilds kvm-stat.c on x86, no change in functionality. This silences these perf build warning: Warning: Kernel ABI header differences: diff -u tools/arch/x86/include/uapi/asm/kvm.h arch/x86/include/uapi/asm/kvm.h Please see tools/include/uapi/README for further details. Cc: Jim Mattson <[email protected]> Cc: Paolo Bonzini <[email protected]> Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 3c71ae8 commit 0a8b2a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • tools/arch/x86/include/uapi/asm

tools/arch/x86/include/uapi/asm/kvm.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ struct kvm_sync_regs {
476476
#define KVM_X86_QUIRK_SLOT_ZAP_ALL (1 << 7)
477477
#define KVM_X86_QUIRK_STUFF_FEATURE_MSRS (1 << 8)
478478
#define KVM_X86_QUIRK_IGNORE_GUEST_PAT (1 << 9)
479+
#define KVM_X86_QUIRK_VMCS12_ALLOW_FREEZE_IN_SMM (1 << 10)
479480

480481
#define KVM_STATE_NESTED_FORMAT_VMX 0
481482
#define KVM_STATE_NESTED_FORMAT_SVM 1

0 commit comments

Comments
 (0)