-
Namhyung Kim authored
To pick up the changes from: 6bda055d ("KVM: define __KVM_HAVE_GUEST_DEBUG unconditionally") 5d9cb716 ("KVM: arm64: move ARM-specific defines to uapi/asm/kvm.h") 71cd774a ("KVM: s390: move s390-specific structs to uapi/asm/kvm.h") d750951c ("KVM: powerpc: move powerpc-specific structs to uapi/asm/kvm.h") bcac0477 ("KVM: x86: move x86-specific structs to uapi/asm/kvm.h") c0a41190 ("KVM: remove more traces of device assignment UAPI") f3c80061 ("KVM: SEV: fix compat ABI for KVM_MEMORY_ENCRYPT_OP") That should be used to beautify the KVM arguments and it addresses these tools/perf build warnings: Warning: Kernel ABI header differences: diff -u tools/include/uapi/linux/kvm.h include/uapi/linux/kvm.h diff -u tools/arch/x86/include/uapi/asm/kvm.h arch/x86/include/uapi/asm/kvm.h diff -u tools/arch/powerpc/include/uapi/asm/kvm.h arch/powerpc/include/uapi/asm/kvm.h diff -u tools/arch/s390/include/uapi/asm/kvm.h arch/s390/include/uapi/asm/kvm.h diff -u tools/arch/arm64/include/uapi/asm/kvm.h arch/arm64/include/uapi/asm/kvm.h Cc: Paolo Bonzini <pbonzini@redhat.com> Cc: kvm@vger.kernel.org Signed-off-by: Namhyung Kim <namhyung@kernel.org> Link: https://lore.kernel.org/r/20240408185520.1550865-4-namhyung@kernel.org
bee3b820