Message ID | 1587979995-17717-7-git-send-email-chenhc@lemote.com |
---|---|
State | New |
Headers | show |
Series | [for-5.1,1/7] configure: Add KVM target support for MIPS64 | expand |
Hi Huacai, On 4/27/20 11:33 AM, Huacai Chen wrote: > Signed-off-by: Huacai Chen <chenhc@lemote.com> > Co-developed-by: Jiaxun Yang <jiaxun.yang@flygoat.com> > --- > MAINTAINERS | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index aa9a057..efe840b 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1080,6 +1080,12 @@ F: hw/isa/vt82c686.c > F: hw/pci-host/bonito.c > F: include/hw/isa/vt82c686.h > > +Loongson-3 > +M: Huacai Chen <chenhc@lemote.com> > +S: Maintained > +F: hw/mips/mips_loongson3.c > +F: hw/pci-host/ls7a.c I still haven't received the series cover, so I'm not sure if you intended to include the LS7A bridge chip here, but if so it seems you forgot to include it. > + > Boston > M: Paul Burton <pburton@wavecomp.com> > R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com> >
Hi, Philippe, On Tue, Apr 28, 2020 at 2:18 PM Philippe Mathieu-Daudé <f4bug@amsat.org> wrote: > > Hi Huacai, > > On 4/27/20 11:33 AM, Huacai Chen wrote: > > Signed-off-by: Huacai Chen <chenhc@lemote.com> > > Co-developed-by: Jiaxun Yang <jiaxun.yang@flygoat.com> > > --- > > MAINTAINERS | 6 ++++++ > > 1 file changed, 6 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index aa9a057..efe840b 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -1080,6 +1080,12 @@ F: hw/isa/vt82c686.c > > F: hw/pci-host/bonito.c > > F: include/hw/isa/vt82c686.h > > > > +Loongson-3 > > +M: Huacai Chen <chenhc@lemote.com> > > +S: Maintained > > +F: hw/mips/mips_loongson3.c > > +F: hw/pci-host/ls7a.c > > I still haven't received the series cover, so I'm not sure if you > intended to include the LS7A bridge chip here, but if so it seems you > forgot to include it. I'm sorry that I've rework the qemu patchset together with Jiaxun Yang. Now we have dropped LS7A bridge and use GPEX instead. This patch should also be updated but I forgot. > > > + > > Boston > > M: Paul Burton <pburton@wavecomp.com> > > R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com> > >
diff --git a/MAINTAINERS b/MAINTAINERS index aa9a057..efe840b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1080,6 +1080,12 @@ F: hw/isa/vt82c686.c F: hw/pci-host/bonito.c F: include/hw/isa/vt82c686.h +Loongson-3 +M: Huacai Chen <chenhc@lemote.com> +S: Maintained +F: hw/mips/mips_loongson3.c +F: hw/pci-host/ls7a.c + Boston M: Paul Burton <pburton@wavecomp.com> R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
Signed-off-by: Huacai Chen <chenhc@lemote.com> Co-developed-by: Jiaxun Yang <jiaxun.yang@flygoat.com> --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+)