* [PATCH v3 0/2] MAINTAINERS: ARM fixes @ 2020-01-20 18:59 Philippe Mathieu-Daudé 2020-01-20 18:59 ` [PATCH v3 1/2] MAINTAINERS: Cc the qemu-arm@nongnu.org for the ARM machines Philippe Mathieu-Daudé 2020-01-20 18:59 ` [PATCH v3 2/2] MAINTAINERS: Add an entry for the Siemens SX1 (OMAP310) machines Philippe Mathieu-Daudé 0 siblings, 2 replies; 6+ messages in thread From: Philippe Mathieu-Daudé @ 2020-01-20 18:59 UTC (permalink / raw) To: qemu-devel Cc: Alistair Francis, Philippe Mathieu-Daudé, Markus Armbruster, qemu-arm Few fixes after looking at Vladimir's commit-per-subsystem.py script: https://www.mail-archive.com/qemu-devel@nongnu.org/msg651545.html Since v2 [2]: - Do not move 'OMAP devices' section, but add 'SX1' new one (pm215) Since v1 [1]: - Rebased (dropping patch 1 merged as 1232ed1f27 via qemu-trivial) - Add qemu-arm@nongnu.org to STM32F405 and Netduino Plus 2 - Added Alistair R-b tag [1] https://www.mail-archive.com/qemu-devel@nongnu.org/msg651746.html [2] https://www.mail-archive.com/qemu-devel@nongnu.org/msg671653.html Supersedes: <20200118085509.30182-1-philmd@redhat.com> Philippe Mathieu-Daudé (2): MAINTAINERS: Cc the qemu-arm@nongnu.org for the ARM machines MAINTAINERS: Add an entry for the Siemens SX1 (OMAP310) machines MAINTAINERS | 13 +++++++++++++ 1 file changed, 13 insertions(+) -- 2.21.1 ^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH v3 1/2] MAINTAINERS: Cc the qemu-arm@nongnu.org for the ARM machines 2020-01-20 18:59 [PATCH v3 0/2] MAINTAINERS: ARM fixes Philippe Mathieu-Daudé @ 2020-01-20 18:59 ` Philippe Mathieu-Daudé 2020-02-06 11:32 ` Laurent Vivier 2020-01-20 18:59 ` [PATCH v3 2/2] MAINTAINERS: Add an entry for the Siemens SX1 (OMAP310) machines Philippe Mathieu-Daudé 1 sibling, 1 reply; 6+ messages in thread From: Philippe Mathieu-Daudé @ 2020-01-20 18:59 UTC (permalink / raw) To: qemu-devel Cc: Alistair Francis, Alistair Francis, Philippe Mathieu-Daudé, Markus Armbruster, qemu-arm Not all ARM machines sections Cc the qemu-arm@nongnu.org list, fix this. Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> --- v2: Also fix STM32F405 (commit 529fc5fd3) and Netduino Plus 2 (commit 60d6c4278) --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 55d3642e6c..52fbc18566 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -807,6 +807,7 @@ F: hw/arm/virt-acpi-build.c STM32F205 M: Alistair Francis <alistair@alistair23.me> M: Peter Maydell <peter.maydell@linaro.org> +L: qemu-arm@nongnu.org S: Maintained F: hw/arm/stm32f205_soc.c F: hw/misc/stm32f2xx_syscfg.c @@ -819,6 +820,7 @@ F: include/hw/*/stm32*.h STM32F405 M: Alistair Francis <alistair@alistair23.me> M: Peter Maydell <peter.maydell@linaro.org> +L: qemu-arm@nongnu.org S: Maintained F: hw/arm/stm32f405_soc.c F: hw/misc/stm32f4xx_syscfg.c @@ -827,18 +829,21 @@ F: hw/misc/stm32f4xx_exti.c Netduino 2 M: Alistair Francis <alistair@alistair23.me> M: Peter Maydell <peter.maydell@linaro.org> +L: qemu-arm@nongnu.org S: Maintained F: hw/arm/netduino2.c Netduino Plus 2 M: Alistair Francis <alistair@alistair23.me> M: Peter Maydell <peter.maydell@linaro.org> +L: qemu-arm@nongnu.org S: Maintained F: hw/arm/netduinoplus2.c SmartFusion2 M: Subbaraya Sundeep <sundeep.lkml@gmail.com> M: Peter Maydell <peter.maydell@linaro.org> +L: qemu-arm@nongnu.org S: Maintained F: hw/arm/msf2-soc.c F: hw/misc/msf2-sysreg.c @@ -852,6 +857,7 @@ F: include/hw/ssi/mss-spi.h Emcraft M2S-FG484 M: Subbaraya Sundeep <sundeep.lkml@gmail.com> M: Peter Maydell <peter.maydell@linaro.org> +L: qemu-arm@nongnu.org S: Maintained F: hw/arm/msf2-som.c @@ -1400,6 +1406,7 @@ T: git https://github.com/jnsnow/qemu.git ide OMAP M: Peter Maydell <peter.maydell@linaro.org> +L: qemu-arm@nongnu.org S: Maintained F: hw/*/omap* F: include/hw/arm/omap.h -- 2.21.1 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH v3 1/2] MAINTAINERS: Cc the qemu-arm@nongnu.org for the ARM machines 2020-01-20 18:59 ` [PATCH v3 1/2] MAINTAINERS: Cc the qemu-arm@nongnu.org for the ARM machines Philippe Mathieu-Daudé @ 2020-02-06 11:32 ` Laurent Vivier 0 siblings, 0 replies; 6+ messages in thread From: Laurent Vivier @ 2020-02-06 11:32 UTC (permalink / raw) To: Philippe Mathieu-Daudé, qemu-devel Cc: Alistair Francis, Alistair Francis, Markus Armbruster, qemu-arm Le 20/01/2020 à 19:59, Philippe Mathieu-Daudé a écrit : > Not all ARM machines sections Cc the qemu-arm@nongnu.org list, > fix this. > > Reviewed-by: Alistair Francis <alistair.francis@wdc.com> > Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> > --- > v2: Also fix STM32F405 (commit 529fc5fd3) > and Netduino Plus 2 (commit 60d6c4278) > --- > MAINTAINERS | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 55d3642e6c..52fbc18566 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -807,6 +807,7 @@ F: hw/arm/virt-acpi-build.c > STM32F205 > M: Alistair Francis <alistair@alistair23.me> > M: Peter Maydell <peter.maydell@linaro.org> > +L: qemu-arm@nongnu.org > S: Maintained > F: hw/arm/stm32f205_soc.c > F: hw/misc/stm32f2xx_syscfg.c > @@ -819,6 +820,7 @@ F: include/hw/*/stm32*.h > STM32F405 > M: Alistair Francis <alistair@alistair23.me> > M: Peter Maydell <peter.maydell@linaro.org> > +L: qemu-arm@nongnu.org > S: Maintained > F: hw/arm/stm32f405_soc.c > F: hw/misc/stm32f4xx_syscfg.c > @@ -827,18 +829,21 @@ F: hw/misc/stm32f4xx_exti.c > Netduino 2 > M: Alistair Francis <alistair@alistair23.me> > M: Peter Maydell <peter.maydell@linaro.org> > +L: qemu-arm@nongnu.org > S: Maintained > F: hw/arm/netduino2.c > > Netduino Plus 2 > M: Alistair Francis <alistair@alistair23.me> > M: Peter Maydell <peter.maydell@linaro.org> > +L: qemu-arm@nongnu.org > S: Maintained > F: hw/arm/netduinoplus2.c > > SmartFusion2 > M: Subbaraya Sundeep <sundeep.lkml@gmail.com> > M: Peter Maydell <peter.maydell@linaro.org> > +L: qemu-arm@nongnu.org > S: Maintained > F: hw/arm/msf2-soc.c > F: hw/misc/msf2-sysreg.c > @@ -852,6 +857,7 @@ F: include/hw/ssi/mss-spi.h > Emcraft M2S-FG484 > M: Subbaraya Sundeep <sundeep.lkml@gmail.com> > M: Peter Maydell <peter.maydell@linaro.org> > +L: qemu-arm@nongnu.org > S: Maintained > F: hw/arm/msf2-som.c > > @@ -1400,6 +1406,7 @@ T: git https://github.com/jnsnow/qemu.git ide > > OMAP > M: Peter Maydell <peter.maydell@linaro.org> > +L: qemu-arm@nongnu.org > S: Maintained > F: hw/*/omap* > F: include/hw/arm/oma Applied to my trivial-patches branch. Thanks, Laurent ^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH v3 2/2] MAINTAINERS: Add an entry for the Siemens SX1 (OMAP310) machines 2020-01-20 18:59 [PATCH v3 0/2] MAINTAINERS: ARM fixes Philippe Mathieu-Daudé 2020-01-20 18:59 ` [PATCH v3 1/2] MAINTAINERS: Cc the qemu-arm@nongnu.org for the ARM machines Philippe Mathieu-Daudé @ 2020-01-20 18:59 ` Philippe Mathieu-Daudé 2020-01-23 14:55 ` Peter Maydell 1 sibling, 1 reply; 6+ messages in thread From: Philippe Mathieu-Daudé @ 2020-01-20 18:59 UTC (permalink / raw) To: qemu-devel Cc: Alistair Francis, Philippe Mathieu-Daudé, Markus Armbruster, qemu-arm Add the Siemens SX1 (OMAP310) cellphones with the other ARM machines. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 52fbc18566..27fbe1abb4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -560,6 +560,12 @@ F: include/hw/arm/digic.h F: hw/*/digic* F: include/hw/*/digic* +Siemens SX1 (OMAP310) +M: Peter Maydell <peter.maydell@linaro.org> +L: qemu-arm@nongnu.org +S: Maintained +F: hw/arm/omap_sx1.c + Gumstix M: Peter Maydell <peter.maydell@linaro.org> R: Philippe Mathieu-Daudé <f4bug@amsat.org> -- 2.21.1 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH v3 2/2] MAINTAINERS: Add an entry for the Siemens SX1 (OMAP310) machines 2020-01-20 18:59 ` [PATCH v3 2/2] MAINTAINERS: Add an entry for the Siemens SX1 (OMAP310) machines Philippe Mathieu-Daudé @ 2020-01-23 14:55 ` Peter Maydell 2020-01-23 17:21 ` Philippe Mathieu-Daudé 0 siblings, 1 reply; 6+ messages in thread From: Peter Maydell @ 2020-01-23 14:55 UTC (permalink / raw) To: Philippe Mathieu-Daudé Cc: Alistair Francis, QEMU Developers, qemu-arm, Markus Armbruster On Mon, 20 Jan 2020 at 19:00, Philippe Mathieu-Daudé <philmd@redhat.com> wrote: > > Add the Siemens SX1 (OMAP310) cellphones with the other ARM machines. > > Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> > --- > MAINTAINERS | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 52fbc18566..27fbe1abb4 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -560,6 +560,12 @@ F: include/hw/arm/digic.h > F: hw/*/digic* > F: include/hw/*/digic* > > +Siemens SX1 (OMAP310) > +M: Peter Maydell <peter.maydell@linaro.org> > +L: qemu-arm@nongnu.org > +S: Maintained > +F: hw/arm/omap_sx1.c At least as far as I'm concerned this is 'Odd Fixes' status at best. I don't even have any test images for it. thanks -- PMM ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v3 2/2] MAINTAINERS: Add an entry for the Siemens SX1 (OMAP310) machines 2020-01-23 14:55 ` Peter Maydell @ 2020-01-23 17:21 ` Philippe Mathieu-Daudé 0 siblings, 0 replies; 6+ messages in thread From: Philippe Mathieu-Daudé @ 2020-01-23 17:21 UTC (permalink / raw) To: Peter Maydell Cc: Alistair Francis, QEMU Developers, qemu-arm, Markus Armbruster On 1/23/20 3:55 PM, Peter Maydell wrote: > On Mon, 20 Jan 2020 at 19:00, Philippe Mathieu-Daudé <philmd@redhat.com> wrote: >> >> Add the Siemens SX1 (OMAP310) cellphones with the other ARM machines. >> >> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> >> --- >> MAINTAINERS | 6 ++++++ >> 1 file changed, 6 insertions(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 52fbc18566..27fbe1abb4 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -560,6 +560,12 @@ F: include/hw/arm/digic.h >> F: hw/*/digic* >> F: include/hw/*/digic* >> >> +Siemens SX1 (OMAP310) >> +M: Peter Maydell <peter.maydell@linaro.org> >> +L: qemu-arm@nongnu.org >> +S: Maintained >> +F: hw/arm/omap_sx1.c > > At least as far as I'm concerned this is 'Odd Fixes' > status at best. I don't even have any test images > for it. Yes, 'Odd Fixes' sounds right (I copied the OMAP section). Are you OK if we deprecate it? ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-02-06 11:35 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-01-20 18:59 [PATCH v3 0/2] MAINTAINERS: ARM fixes Philippe Mathieu-Daudé 2020-01-20 18:59 ` [PATCH v3 1/2] MAINTAINERS: Cc the qemu-arm@nongnu.org for the ARM machines Philippe Mathieu-Daudé 2020-02-06 11:32 ` Laurent Vivier 2020-01-20 18:59 ` [PATCH v3 2/2] MAINTAINERS: Add an entry for the Siemens SX1 (OMAP310) machines Philippe Mathieu-Daudé 2020-01-23 14:55 ` Peter Maydell 2020-01-23 17:21 ` Philippe Mathieu-Daudé
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).