Message ID | 20220314202738.33142-1-philippe.mathieu.daude@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | MAINTAINERS: Volunteer to maintain Darwin-based hosts support | expand |
On Montag, 14. März 2022 21:27:38 CET Philippe Mathieu-Daudé wrote: > From: Philippe Mathieu-Daudé <f4bug@amsat.org> > > While I am not an experienced Darwin OS user, I now have to > use a macOS based workstation and alike CI, meaning I should > easily spot regressions and test fixes. I therefore volunteer > to collect Darwin related patches and keep QEMU in good state > on macOS, and to some extent iOS. > > Cc: Joelle van Dyne <j@getutm.app> > Cc: Alexander Graf <agraf@csgraf.de> > Cc: Gerd Hoffmann <kraxel@redhat.com> > Cc: Cameron Esfahani <dirty@apple.com> > Cc: Akihiko Odaki <akihiko.odaki@gmail.com> > Cc: Roman Bolshakov <r.bolshakov@yadro.com> > Cc: Daniel P. Berrangé <berrange@redhat.com> > Cc: Peter Maydell <peter.maydell@linaro.org> > Cc: Christian Schoenebeck <qemu_oss@crudebyte.com> > Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index f2e9ce1da2..caea42c259 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -548,6 +548,12 @@ F: include/*/*win32* > X: qga/*win32* > F: qemu.nsi > > +Darwin (macOS, iOS) Right now that's macOS only, so it should be: Darwin (macOS) Except of that: Reviewed-by: Christian Schoenebeck <qemu_oss@crudebyte.com> Thanks! Best regards, Christian Schoenebeck > +M: Philippe Mathieu-Daudé <f4bug@amsat.org> > +S: Odd Fixes > +F: .gitlab-ci.d/cirrus/macos-* > +F: */*.m > + > Alpha Machines > -------------- > M: Richard Henderson <richard.henderson@linaro.org> > @@ -2414,6 +2420,7 @@ F: audio/alsaaudio.c > > Core Audio framework backend > M: Gerd Hoffmann <kraxel@redhat.com> > +M: Philippe Mathieu-Daudé <f4bug@amsat.org> > R: Christian Schoenebeck <qemu_oss@crudebyte.com> > R: Akihiko Odaki <akihiko.odaki@gmail.com> > S: Odd Fixes > @@ -2671,6 +2678,7 @@ F: util/drm.c > > Cocoa graphics > M: Peter Maydell <peter.maydell@linaro.org> > +M: Philippe Mathieu-Daudé <f4bug@amsat.org> > R: Akihiko Odaki <akihiko.odaki@gmail.com> > S: Odd Fixes > F: ui/cocoa.m
On Mon, Mar 14, 2022 at 09:27:38PM +0100, Philippe Mathieu-Daudé wrote: > From: Philippe Mathieu-Daudé <f4bug@amsat.org> > > While I am not an experienced Darwin OS user, I now have to > use a macOS based workstation and alike CI, meaning I should > easily spot regressions and test fixes. I therefore volunteer > to collect Darwin related patches and keep QEMU in good state > on macOS, and to some extent iOS. > > Cc: Joelle van Dyne <j@getutm.app> > Cc: Alexander Graf <agraf@csgraf.de> > Cc: Gerd Hoffmann <kraxel@redhat.com> > Cc: Cameron Esfahani <dirty@apple.com> > Cc: Akihiko Odaki <akihiko.odaki@gmail.com> > Cc: Roman Bolshakov <r.bolshakov@yadro.com> > Cc: Daniel P. Berrangé <berrange@redhat.com> > Cc: Peter Maydell <peter.maydell@linaro.org> > Cc: Christian Schoenebeck <qemu_oss@crudebyte.com> > Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Acked-by: Gerd Hoffmann <kraxel@redhat.com>
On 15/3/22 07:27, Gerd Hoffmann wrote: > On Mon, Mar 14, 2022 at 09:27:38PM +0100, Philippe Mathieu-Daudé wrote: >> From: Philippe Mathieu-Daudé <f4bug@amsat.org> >> >> While I am not an experienced Darwin OS user, I now have to >> use a macOS based workstation and alike CI, meaning I should >> easily spot regressions and test fixes. I therefore volunteer >> to collect Darwin related patches and keep QEMU in good state >> on macOS, and to some extent iOS. >> >> Cc: Joelle van Dyne <j@getutm.app> >> Cc: Alexander Graf <agraf@csgraf.de> >> Cc: Gerd Hoffmann <kraxel@redhat.com> >> Cc: Cameron Esfahani <dirty@apple.com> >> Cc: Akihiko Odaki <akihiko.odaki@gmail.com> >> Cc: Roman Bolshakov <r.bolshakov@yadro.com> >> Cc: Daniel P. Berrangé <berrange@redhat.com> >> Cc: Peter Maydell <peter.maydell@linaro.org> >> Cc: Christian Schoenebeck <qemu_oss@crudebyte.com> >> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> > > Acked-by: Gerd Hoffmann <kraxel@redhat.com> Thanks, patch queued.
diff --git a/MAINTAINERS b/MAINTAINERS index f2e9ce1da2..caea42c259 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -548,6 +548,12 @@ F: include/*/*win32* X: qga/*win32* F: qemu.nsi +Darwin (macOS, iOS) +M: Philippe Mathieu-Daudé <f4bug@amsat.org> +S: Odd Fixes +F: .gitlab-ci.d/cirrus/macos-* +F: */*.m + Alpha Machines -------------- M: Richard Henderson <richard.henderson@linaro.org> @@ -2414,6 +2420,7 @@ F: audio/alsaaudio.c Core Audio framework backend M: Gerd Hoffmann <kraxel@redhat.com> +M: Philippe Mathieu-Daudé <f4bug@amsat.org> R: Christian Schoenebeck <qemu_oss@crudebyte.com> R: Akihiko Odaki <akihiko.odaki@gmail.com> S: Odd Fixes @@ -2671,6 +2678,7 @@ F: util/drm.c Cocoa graphics M: Peter Maydell <peter.maydell@linaro.org> +M: Philippe Mathieu-Daudé <f4bug@amsat.org> R: Akihiko Odaki <akihiko.odaki@gmail.com> S: Odd Fixes F: ui/cocoa.m