tools headers UAPI: Sync linux/kvm.h with the kernel sources
Bugzilla: https://bugzilla.redhat.com/2069073 upstream ======== commit b7b9825f Author: Arnaldo Carvalho de Melo <acme@redhat.com> Date: Sun May 9 09:39:02 2021 -0300 description =========== To pick the changes in: f6c6804c ("kvm: Move KVM_GET_XSAVE2 IOCTL definition at the end of kvm.h") 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 Signed-off-by:Michael Petlan <mpetlan@redhat.com>
Please register or sign in to comment