Re: [Qemu-devel] [PATCH] MAINTAINERS: Add some missing ppc-related files

2019-01-02 Thread David Gibson
On Wed, Jan 02, 2019 at 04:57:56PM +0100, Thomas Huth wrote: > hw/gpio/mpc8xxx.c is only used by the e500 machine, so add it there. > And the hw/input/adb* files are specific to the Mac machines, so > they should be assigned to these categories. > > Signed-off-by: Thomas Huth Applied to ppc-for-

[Qemu-devel] [PATCH] MAINTAINERS: Add some missing ppc-related files

2019-01-02 Thread Thomas Huth
hw/gpio/mpc8xxx.c is only used by the e500 machine, so add it there. And the hw/input/adb* files are specific to the Mac machines, so they should be assigned to these categories. Signed-off-by: Thomas Huth --- MAINTAINERS | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git

Re: [Qemu-devel] [PATCH] MAINTAINERS: Add some missing ppc-related files

2016-09-11 Thread David Gibson
On Mon, Sep 05, 2016 at 10:03:36PM +0200, Thomas Huth wrote: > There are some powerpc related files in the QEMU source tree > which are currently not covered by the MAINTAINERS file and > thus not properly classified by the get_maintainer.pl script. > So let's add them to the proper sections. > >

[Qemu-devel] [PATCH] MAINTAINERS: Add some missing ppc-related files

2016-09-05 Thread Thomas Huth
There are some powerpc related files in the QEMU source tree which are currently not covered by the MAINTAINERS file and thus not properly classified by the get_maintainer.pl script. So let's add them to the proper sections. Signed-off-by: Thomas Huth --- MAINTAINERS | 11 +++ 1 file cha