[PATCH] MAINTAINERS: Volunteer to maintain Darwin-based hosts support

Philippe Mathieu-Daudé posted 1 patch 2 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220314202738.33142-1-philippe.mathieu.daude@gmail.com
MAINTAINERS | 8 ++++++++
1 file changed, 8 insertions(+)
[PATCH] MAINTAINERS: Volunteer to maintain Darwin-based hosts support
Posted by Philippe Mathieu-Daudé 2 years, 1 month ago
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)
+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
-- 
2.34.1


Re: [PATCH] MAINTAINERS: Volunteer to maintain Darwin-based hosts support
Posted by Christian Schoenebeck 2 years, 1 month ago
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
Re: [PATCH] MAINTAINERS: Volunteer to maintain Darwin-based hosts support
Posted by Gerd Hoffmann 2 years, 1 month ago
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>
Re: [PATCH] MAINTAINERS: Volunteer to maintain Darwin-based hosts support
Posted by Philippe Mathieu-Daudé 2 years, 1 month ago
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.