Arnaldo Carvalho de Melo
21b7e35bdf
tools headers UAPI: Sync kvm.h headers with the kernel sources
To pick the changes in:
d9a47edabc ("KVM: PPC: Book3S HV: Introduce new capability for 2nd DAWR")
8d4e7e8083 ("KVM: x86: declare Xen HVM shared info capability and add test case")
40da8ccd72 ("KVM: x86/xen: Add event channel interrupt vector upcall")
These new IOCTLs are now supported on 'perf trace':
$ tools/perf/trace/beauty/kvm_ioctl.sh > before
$ cp include/uapi/linux/kvm.h tools/include/uapi/linux/kvm.h
$ tools/perf/trace/beauty/kvm_ioctl.sh > after
$ diff -u before after
--- before 2021-02-23 09:55:46.229058308 -0300
+++ after 2021-02-23 09:55:57.509308058 -0300
@@ -91,6 +91,10 @@
[0xc1] = "GET_SUPPORTED_HV_CPUID",
[0xc6] = "X86_SET_MSR_FILTER",
[0xc7] = "RESET_DIRTY_RINGS",
+ [0xc8] = "XEN_HVM_GET_ATTR",
+ [0xc9] = "XEN_HVM_SET_ATTR",
+ [0xca] = "XEN_VCPU_GET_ATTR",
+ [0xcb] = "XEN_VCPU_SET_ATTR",
[0xe0] = "CREATE_DEVICE",
[0xe1] = "SET_DEVICE_ATTR",
[0xe2] = "GET_DEVICE_ATTR",
$
Addressing 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: David Woodhouse <dwmw@amazon.co.uk>
Cc: Paul Mackerras <paulus@ozlabs.org>
Cc: Ravi Bangoria <ravi.bangoria@linux.ibm.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2021-03-06 16:54:23 -03:00
..
2021-01-26 00:15:03 +01:00
2021-02-13 01:15:28 +01:00
2020-01-10 17:20:07 +01:00
2020-12-18 17:32:28 -03:00
2020-06-09 12:40:03 -03:00
2020-07-21 10:50:35 +01:00
2020-06-17 13:23:02 -03:00
2020-12-18 17:32:28 -03:00
2021-02-04 09:29:57 -08:00
2020-07-13 15:32:56 -07:00
2020-09-14 19:06:41 -03:00
2021-03-06 16:54:23 -03:00
2020-11-03 08:36:51 -03:00
2020-11-03 08:52:11 -03:00
2021-03-06 16:54:22 -03:00
2021-02-08 16:25:00 -03:00
2019-06-15 14:06:13 -07:00
2021-01-22 20:41:29 -08:00
2021-02-11 12:50:52 -03:00
2020-04-14 09:01:08 -03:00
2020-12-17 14:40:24 -03:00
2021-01-20 14:23:00 -08:00
2020-03-13 20:56:34 +01:00
2019-09-30 17:29:02 -03:00
2020-11-03 08:46:30 -03:00