Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/chenh...
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 10 May 2024 14:49:02 +0000 (10:49 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 10 May 2024 17:20:18 +0000 (13:20 -0400)
commit4232da23d75d173195c6766729e51947b64f83cd
tree7eb1420b118d452c0b497bf6267ecdfb0a6d5931
parentbbe10a5cc0c775e52e91c8b3b6547b59b2054f44
parent7b7e584f90bf670d5c6f2b1fff884bf3b972cad4
Merge tag 'loongarch-kvm-6.10' of git://git./linux/kernel/git/chenhuacai/linux-loongson into HEAD

LoongArch KVM changes for v6.10

1. Add ParaVirt IPI support.
2. Add software breakpoint support.
3. Add mmio trace events support.
14 files changed:
arch/loongarch/include/asm/kvm_host.h
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/Makefile
arch/x86/kvm/cpuid.c
arch/x86/kvm/mmu/mmu.c
arch/x86/kvm/mmu/tdp_mmu.c
arch/x86/kvm/svm/sev.c
arch/x86/kvm/svm/svm.c
arch/x86/kvm/svm/svm.h
arch/x86/kvm/vmx/vmx.c
arch/x86/kvm/vmx/vmx.h
arch/x86/kvm/x86.c
tools/testing/selftests/kvm/set_memory_region_test.c
virt/kvm/kvm_main.c