diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2023-10-31 15:09:39 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-10-31 15:09:39 +0100 |
commit | 957eedc70350ad1b31aa76c4ed826372a46006fa (patch) | |
tree | 8735dedc77a12f0e593f9672218e3587f7fa75d5 /MAINTAINERS | |
parent | Merge tag 'loongarch-kvm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi... (diff) | |
parent | KVM: riscv: selftests: Add SBI DBCN extension to get-reg-list test (diff) | |
download | linux-957eedc70350ad1b31aa76c4ed826372a46006fa.tar.xz linux-957eedc70350ad1b31aa76c4ed826372a46006fa.zip |
Merge tag 'kvm-riscv-6.7-1' of https://github.com/kvm-riscv/linux into HEAD
KVM/riscv changes for 6.7
- Smstateen and Zicond support for Guest/VM
- Virtualized senvcfg CSR for Guest/VM
- Added Smstateen registers to the get-reg-list selftests
- Added Zicond to the get-reg-list selftests
- Virtualized SBI debug console (DBCN) for Guest/VM
- Added SBI debug console (DBCN) to the get-reg-list selftests
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7f0d7cc0e693..7038e6671212 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11570,6 +11570,7 @@ F: arch/riscv/include/asm/kvm* F: arch/riscv/include/uapi/asm/kvm* F: arch/riscv/kvm/ F: tools/testing/selftests/kvm/*/riscv/ +F: tools/testing/selftests/kvm/riscv/ KERNEL VIRTUAL MACHINE for s390 (KVM/s390) M: Christian Borntraeger <borntraeger@linux.ibm.com> |