tools arch kvm: Sync kvm headers with the kernel sources

To pick up the changes from:

83d31e5271ac ("KVM: nVMX: fixes for preemption timer migration")

That don't entail changes in tooling.

This silences these tools/perf build warnings:

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: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

Changed files
+3 -2
tools
arch
x86
include
uapi
asm
+3 -2
tools/arch/x86/include/uapi/asm/kvm.h
··· 408 408 }; 409 409 410 410 struct kvm_vmx_nested_state_hdr { 411 - __u32 flags; 412 411 __u64 vmxon_pa; 413 412 __u64 vmcs12_pa; 414 - __u64 preemption_timer_deadline; 415 413 416 414 struct { 417 415 __u16 flags; 418 416 } smm; 417 + 418 + __u32 flags; 419 + __u64 preemption_timer_deadline; 419 420 }; 420 421 421 422 struct kvm_svm_nested_state_data {