]> git.baikalelectronics.ru Git - kernel.git/commit
tools headers UAPI: Sync linux/kvm.h with the kernel sources
authorArnaldo Carvalho de Melo <acme@redhat.com>
Sun, 9 May 2021 12:39:02 +0000 (09:39 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 18 Nov 2021 13:08:07 +0000 (10:08 -0300)
commitc8d3ab7104e6961f4f9157694596b1716fdc97a3
treee97325e0183b3a5fc299feecea4ae732f08a186e
parent7d29a7865f2ce4d7159357ae0f09d719b72b0af7
tools headers UAPI: Sync linux/kvm.h with the kernel sources

To pick the changes in:

  1167986334b9e938 ("KVM: SEV: Add support for SEV intra host migration")
  b228dd6a927dcc54 ("KVM: x86: On emulation failure, convey the exit reason, etc. to userspace")
  ec653cd1c4da3b74 ("KVM: x86: Clarify the kvm_run.emulation_failure structure layout")
  5b12ee4f741c9ada ("KVM: x86: Report host tsc and realtime values in KVM_GET_CLOCK")
  073026e601ac2f6b ("RISC-V: KVM: Add SBI v0.1 support")

That just rebuilds perf, as these patches don't add any new KVM ioctl to
be harvested for the the 'perf trace' ioctl syscall argument
beautifiers.

This is also by now used by tools/testing/selftests/kvm/, a simple test
build succeeded.

This 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: Anup Patel <anup@brainfault.org>
Cc: Atish Patra <atish.patra@wdc.com>
Cc: David Edmondson <david.edmondson@oracle.com>
Cc: Oliver Upton <oupton@google.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Peter Gonda <pgonda@google.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/include/uapi/linux/kvm.h