]> git.baikalelectronics.ru Git - kernel.git/commit
tools headers UAPI: Sync kvm.h headers with the kernel sources
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 8 Jun 2020 15:28:16 +0000 (12:28 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 9 Jun 2020 15:40:04 +0000 (12:40 -0300)
commit203be77dea3a089be023a8b97b1cfba1524118ba
tree6103d5623b2dad8881e8f4fd12b855cfa3975ee9
parentb87024abd5cd0018301472894e53ecb6252a313b
tools headers UAPI: Sync kvm.h headers with the kernel sources

To pick the changes in:

  72da0dfbfd54 ("x86/kvm/hyper-v: Add support for synthetic debugger interface")
  c6d93846be1b ("KVM: nVMX: Fix VMX preemption timer migration")
  84c738d218e2 ("KVM: x86: Print symbolic names of VMX VM-Exit flags in traces")
  d27fe1f4b806 ("KVM: nSVM: implement KVM_GET_NESTED_STATE and KVM_SET_NESTED_STATE")
  46abf6236f46 ("x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit")
  e1d5b7cc7226 ("KVM: x86: announce KVM_FEATURE_ASYNC_PF_INT")
  eef2414adb57 ("kvm: add capability for halt polling")
  5885be399322 ("docs: fix broken references for ReST files that moved around")

That do not result in any change in tooling, as the additions are not
being used in any table generator.

This silences these 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
  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
  Warning: Kernel ABI header at 'tools/arch/x86/include/uapi/asm/vmx.h' differs from latest version at 'arch/x86/include/uapi/asm/vmx.h'
  diff -u tools/arch/x86/include/uapi/asm/vmx.h arch/x86/include/uapi/asm/vmx.h

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Matlack <dmatlack@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Jon Doron <arilou@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Peter Shier <pshier@google.com>
Cc: Sean Christopherson <sean.j.christopherson@intel.com>
Cc: Vitaly Kuznetsov <vkuznets@redhat.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/arch/x86/include/uapi/asm/kvm.h
tools/arch/x86/include/uapi/asm/vmx.h
tools/include/uapi/linux/kvm.h