All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Volunteer to maintain Darwin-based hosts support
@ 2022-03-14 20:27 Philippe Mathieu-Daudé
  2022-03-14 20:50 ` Christian Schoenebeck
  2022-03-15  6:27 ` Gerd Hoffmann
  0 siblings, 2 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-03-14 20:27 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Daniel P . Berrangé,
	Christian Schoenebeck, Philippe Mathieu-Daudé,
	Cameron Esfahani, Roman Bolshakov, Alexander Graf, Gerd Hoffmann,
	Akihiko Odaki, Joelle van Dyne

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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Volunteer to maintain Darwin-based hosts support
  2022-03-14 20:27 [PATCH] MAINTAINERS: Volunteer to maintain Darwin-based hosts support Philippe Mathieu-Daudé
@ 2022-03-14 20:50 ` Christian Schoenebeck
  2022-03-15  6:27 ` Gerd Hoffmann
  1 sibling, 0 replies; 4+ messages in thread
From: Christian Schoenebeck @ 2022-03-14 20:50 UTC (permalink / raw)
  To: qemu-devel
  Cc: Philippe Mathieu-Daudé,
	Peter Maydell, Daniel P . Berrangé,
	Philippe Mathieu-Daudé,
	Cameron Esfahani, Roman Bolshakov, Alexander Graf, Gerd Hoffmann,
	Akihiko Odaki, Joelle van Dyne

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




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Volunteer to maintain Darwin-based hosts support
  2022-03-14 20:27 [PATCH] MAINTAINERS: Volunteer to maintain Darwin-based hosts support Philippe Mathieu-Daudé
  2022-03-14 20:50 ` Christian Schoenebeck
@ 2022-03-15  6:27 ` Gerd Hoffmann
  2022-03-15 12:49   ` Philippe Mathieu-Daudé
  1 sibling, 1 reply; 4+ messages in thread
From: Gerd Hoffmann @ 2022-03-15  6:27 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: Peter Maydell, Daniel P . Berrangé,
	Christian Schoenebeck, qemu-devel, Cameron Esfahani,
	Philippe Mathieu-Daudé,
	Roman Bolshakov, Alexander Graf, Joelle van Dyne, Akihiko Odaki

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>



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Volunteer to maintain Darwin-based hosts support
  2022-03-15  6:27 ` Gerd Hoffmann
@ 2022-03-15 12:49   ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-03-15 12:49 UTC (permalink / raw)
  To: Gerd Hoffmann
  Cc: Peter Maydell, Daniel P. Berrangé,
	Christian Schoenebeck, qemu-devel, Cameron Esfahani,
	Philippe Mathieu-Daudé,
	Roman Bolshakov, Alexander Graf, Joelle van Dyne, Akihiko Odaki

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.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-15 12:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-14 20:27 [PATCH] MAINTAINERS: Volunteer to maintain Darwin-based hosts support Philippe Mathieu-Daudé
2022-03-14 20:50 ` Christian Schoenebeck
2022-03-15  6:27 ` Gerd Hoffmann
2022-03-15 12:49   ` Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.