Message ID | 20240124071815.6898-50-andrew.jones@linux.dev (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Introduce RISC-V | expand |
On 24/01/2024 08.18, Andrew Jones wrote: > Most of the support for riscv is now in place. Let's make it official > and start adding tests! > > Signed-off-by: Andrew Jones <andrew.jones@linux.dev> > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) Reviewed-by: Thomas Huth <thuth@redhat.com>
diff --git a/MAINTAINERS b/MAINTAINERS index 958735fbfd79..a2fa437da5c9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -94,6 +94,14 @@ F: powerpc/ F: lib/powerpc/ F: lib/ppc64/ +RISCV +M: Andrew Jones <andrew.jones@linux.dev> +S: Supported +L: kvm-riscv@lists.infradead.org +F: riscv/ +F: lib/riscv/ +T: https://gitlab.com/jones-drew/kvm-unit-tests.git + S390X M: Janosch Frank <frankja@linux.ibm.com> M: Claudio Imbrenda <imbrenda@linux.ibm.com>
Most of the support for riscv is now in place. Let's make it official and start adding tests! Signed-off-by: Andrew Jones <andrew.jones@linux.dev> --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)