Skip to content

Commit 03d6f3f

Browse files
committed
tools headers UAPI: Sync x86's asm/kvm.h with the kernel sources
To pick the changes in: 61e5f69 ("KVM: x86: implement KVM_GUESTDBG_BLOCKIRQ") That just rebuilds kvm-stat.c on x86, no change in functionality. This silences these perf build warning: Warning: Kernel ABI header at 'tools/arch/x86/include/uapi/asm/kvm.h' differs from latest version at 'arch/x86/include/uapi/asm/kvm.h' diff -u tools/arch/x86/include/uapi/asm/kvm.h arch/x86/include/uapi/asm/kvm.h Cc: Maxim Levitsky <[email protected]> Cc: Paolo Bonzini <[email protected]> Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 291dcb9 commit 03d6f3f

File tree

1 file changed

+1
-0
lines changed
  • tools/arch/x86/include/uapi/asm

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ struct kvm_debug_exit_arch {
295295
#define KVM_GUESTDBG_USE_HW_BP 0x00020000
296296
#define KVM_GUESTDBG_INJECT_DB 0x00040000
297297
#define KVM_GUESTDBG_INJECT_BP 0x00080000
298+
#define KVM_GUESTDBG_BLOCKIRQ 0x00100000
298299

299300
/* for KVM_SET_GUEST_DEBUG */
300301
struct kvm_guest_debug_arch {

0 commit comments

Comments
 (0)