On Thu, Aug 29, 2019 at 7:27 PM Anup Patel <[email protected]> wrote: > > Add myself as maintainer for KVM RISC-V as Atish as designated reviewer. > > For time being, we use my GitHub repo as KVM RISC-V gitrepo. We will > update this once we have common KVM RISC-V gitrepo under kernel.org. > > Signed-off-by: Atish Patra <[email protected]> > Signed-off-by: Anup Patel <[email protected]> > Acked-by: Paolo Bonzini <[email protected]> > Reviewed-by: Paolo Bonzini <[email protected]> > Reviewed-by: Alexander Graf <[email protected]> > --- > MAINTAINERS | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 9cbcf167bdd0..b4952516fc32 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -8869,6 +8869,16 @@ F: arch/powerpc/include/asm/kvm* > F: arch/powerpc/kvm/ > F: arch/powerpc/kernel/kvm* > > +KERNEL VIRTUAL MACHINE FOR RISC-V (KVM/riscv) > +M: Anup Patel <[email protected]> > +R: Atish Patra <[email protected]> > +L: [email protected] > +T: git git://github.com/avpatel/linux.git
We have created a shared tree (between Me and Atish) at: git://github.com/kvm-riscv/linux.git I will use this new repo as KVM RISC-V tree in v7 patches. Regards, Anup > +S: Maintained > +F: arch/riscv/include/uapi/asm/kvm* > +F: arch/riscv/include/asm/kvm* > +F: arch/riscv/kvm/ > + > KERNEL VIRTUAL MACHINE for s390 (KVM/s390) > M: Christian Borntraeger <[email protected]> > M: Janosch Frank <[email protected]> > -- > 2.17.1 >

