Skip to content

Commit 38c5394

Browse files
committed
tools headers UAPI: Sync kvm.h headers with the kernel sources
To pick the changes in: 647daca ("KVM: SVM: Add support for booting APs in an SEV-ES guest") That don't cause any tooling change, just silences this perf build warning: Warning: Kernel ABI header at 'tools/include/uapi/linux/kvm.h' differs from latest version at 'include/uapi/linux/kvm.h' diff -u tools/include/uapi/linux/kvm.h include/uapi/linux/kvm.h Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Ian Rogers <irogers@google.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent 301f020 commit 38c5394

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • tools/include/uapi/linux

tools/include/uapi/linux/kvm.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ struct kvm_hyperv_exit {
251251
#define KVM_EXIT_X86_RDMSR 29
252252
#define KVM_EXIT_X86_WRMSR 30
253253
#define KVM_EXIT_DIRTY_RING_FULL 31
254+
#define KVM_EXIT_AP_RESET_HOLD 32
254255

255256
/* For KVM_EXIT_INTERNAL_ERROR */
256257
/* Emulate instruction failed. */
@@ -573,6 +574,7 @@ struct kvm_vapic_addr {
573574
#define KVM_MP_STATE_CHECK_STOP 6
574575
#define KVM_MP_STATE_OPERATING 7
575576
#define KVM_MP_STATE_LOAD 8
577+
#define KVM_MP_STATE_AP_RESET_HOLD 9
576578

577579
struct kvm_mp_state {
578580
__u32 mp_state;

0 commit comments

Comments
 (0)