* [PATCH 0/4] MAINTAINERS: update kraxel's entries.
@ 2024-05-16 12:03 Gerd Hoffmann
2024-05-16 12:03 ` [PATCH 1/4] MAINTAINERS: drop audio maintainership Gerd Hoffmann
` (3 more replies)
0 siblings, 4 replies; 14+ messages in thread
From: Gerd Hoffmann @ 2024-05-16 12:03 UTC (permalink / raw)
To: qemu-devel; +Cc: Gerd Hoffmann
I have not found much time to work on qemu due to being busy with
firmware (edk2 for the most part). Time to update the MAINTAINERS
file entries to match reality.
I drop spice, ui, audio and usb due to lack of time.
I drop virtio-gpu, I don't follow recent development (venus etc.)
close enough to be able to actually review the changes. Looking at
qemu-devel traffic for virtio-gpu it seems to be in good hands with
multiple people working on it, even though this is not reflected in
the MAINTAINERS file.
I keep the firmware bits (edk2, fw_cfg).
I also keep some other pieces which don't see much development
activity such as stdvga and cirrus for now. I might revisit
this later.
take care,
Gerd
Gerd Hoffmann (4):
MAINTAINERS: drop audio maintainership
MAINTAINERS: drop usb maintainership
MAINTAINERS: drop virtio-gpu maintainership
MAINTAINERS: drop spice+ui maintainership
MAINTAINERS | 31 +++++++------------------------
1 file changed, 7 insertions(+), 24 deletions(-)
--
2.45.0
^ permalink raw reply [flat|nested] 14+ messages in thread
* [PATCH 1/4] MAINTAINERS: drop audio maintainership
2024-05-16 12:03 [PATCH 0/4] MAINTAINERS: update kraxel's entries Gerd Hoffmann
@ 2024-05-16 12:03 ` Gerd Hoffmann
2024-05-22 12:54 ` Thomas Huth
2024-05-27 14:16 ` Matias Ezequiel Vara Larsen
2024-05-16 12:03 ` [PATCH 2/4] MAINTAINERS: drop usb maintainership Gerd Hoffmann
` (2 subsequent siblings)
3 siblings, 2 replies; 14+ messages in thread
From: Gerd Hoffmann @ 2024-05-16 12:03 UTC (permalink / raw)
To: qemu-devel; +Cc: Gerd Hoffmann
Remove myself from audio (both devices and backend) entries.
Flip status to "Orphan" for entries which have nobody else listed.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
MAINTAINERS | 19 ++++---------------
1 file changed, 4 insertions(+), 15 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 1b79767d6196..7f52e2912fc3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1913,8 +1913,7 @@ F: include/hw/xtensa/mx_pic.h
Devices
-------
Overall Audio frontends
-M: Gerd Hoffmann <kraxel@redhat.com>
-S: Odd Fixes
+S: Orphan
F: hw/audio/
F: include/hw/audio/
F: tests/qtest/ac97-test.c
@@ -2388,7 +2387,6 @@ F: hw/virtio/virtio-mem-pci.c
F: include/hw/virtio/virtio-mem.h
virtio-snd
-M: Gerd Hoffmann <kraxel@redhat.com>
R: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
S: Supported
F: hw/audio/virtio-snd.c
@@ -2767,7 +2765,6 @@ F: include/hw/hyperv/hv-balloon.h
Subsystems
----------
Overall Audio backends
-M: Gerd Hoffmann <kraxel@redhat.com>
M: Marc-André Lureau <marcandre.lureau@redhat.com>
S: Odd Fixes
F: audio/
@@ -2783,13 +2780,11 @@ X: audio/spiceaudio.c
F: qapi/audio.json
ALSA Audio backend
-M: Gerd Hoffmann <kraxel@redhat.com>
R: Christian Schoenebeck <qemu_oss@crudebyte.com>
S: Odd Fixes
F: audio/alsaaudio.c
Core Audio framework backend
-M: Gerd Hoffmann <kraxel@redhat.com>
M: Philippe Mathieu-Daudé <philmd@linaro.org>
R: Christian Schoenebeck <qemu_oss@crudebyte.com>
R: Akihiko Odaki <akihiko.odaki@daynix.com>
@@ -2797,34 +2792,28 @@ S: Odd Fixes
F: audio/coreaudio.c
DSound Audio backend
-M: Gerd Hoffmann <kraxel@redhat.com>
-S: Odd Fixes
+S: Orphan
F: audio/dsound*
JACK Audio Connection Kit backend
-M: Gerd Hoffmann <kraxel@redhat.com>
R: Christian Schoenebeck <qemu_oss@crudebyte.com>
S: Odd Fixes
F: audio/jackaudio.c
Open Sound System (OSS) Audio backend
-M: Gerd Hoffmann <kraxel@redhat.com>
-S: Odd Fixes
+S: Orphan
F: audio/ossaudio.c
PulseAudio backend
-M: Gerd Hoffmann <kraxel@redhat.com>
-S: Odd Fixes
+S: Orphan
F: audio/paaudio.c
SDL Audio backend
-M: Gerd Hoffmann <kraxel@redhat.com>
R: Thomas Huth <huth@tuxfamily.org>
S: Odd Fixes
F: audio/sdlaudio.c
Sndio Audio backend
-M: Gerd Hoffmann <kraxel@redhat.com>
R: Alexandre Ratchov <alex@caoua.org>
S: Odd Fixes
F: audio/sndioaudio.c
--
2.45.0
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 2/4] MAINTAINERS: drop usb maintainership
2024-05-16 12:03 [PATCH 0/4] MAINTAINERS: update kraxel's entries Gerd Hoffmann
2024-05-16 12:03 ` [PATCH 1/4] MAINTAINERS: drop audio maintainership Gerd Hoffmann
@ 2024-05-16 12:03 ` Gerd Hoffmann
2024-05-16 13:11 ` Peter Maydell
2024-05-23 7:25 ` Manos Pitsidianakis
2024-05-16 12:03 ` [PATCH 3/4] MAINTAINERS: drop virtio-gpu maintainership Gerd Hoffmann
2024-05-16 12:03 ` [PATCH 4/4] MAINTAINERS: drop spice+ui maintainership Gerd Hoffmann
3 siblings, 2 replies; 14+ messages in thread
From: Gerd Hoffmann @ 2024-05-16 12:03 UTC (permalink / raw)
To: qemu-devel; +Cc: Gerd Hoffmann
Remove myself from usb entries.
Flip status to "Orphan" for entries which have nobody else listed.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
MAINTAINERS | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 7f52e2912fc3..d81376f84746 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2140,8 +2140,7 @@ F: tests/qtest/fuzz-sdcard-test.c
F: tests/qtest/sdhci-test.c
USB
-M: Gerd Hoffmann <kraxel@redhat.com>
-S: Odd Fixes
+S: Orphan
F: hw/usb/*
F: stubs/usb-dev-stub.c
F: tests/qtest/usb-*-test.c
@@ -2150,7 +2149,6 @@ F: include/hw/usb.h
F: include/hw/usb/
USB (serial adapter)
-R: Gerd Hoffmann <kraxel@redhat.com>
M: Samuel Thibault <samuel.thibault@ens-lyon.org>
S: Maintained
F: hw/usb/dev-serial.c
--
2.45.0
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 3/4] MAINTAINERS: drop virtio-gpu maintainership
2024-05-16 12:03 [PATCH 0/4] MAINTAINERS: update kraxel's entries Gerd Hoffmann
2024-05-16 12:03 ` [PATCH 1/4] MAINTAINERS: drop audio maintainership Gerd Hoffmann
2024-05-16 12:03 ` [PATCH 2/4] MAINTAINERS: drop usb maintainership Gerd Hoffmann
@ 2024-05-16 12:03 ` Gerd Hoffmann
2024-05-23 7:22 ` Manos Pitsidianakis
2024-05-16 12:03 ` [PATCH 4/4] MAINTAINERS: drop spice+ui maintainership Gerd Hoffmann
3 siblings, 1 reply; 14+ messages in thread
From: Gerd Hoffmann @ 2024-05-16 12:03 UTC (permalink / raw)
To: qemu-devel; +Cc: Gerd Hoffmann
Remove myself from virtio-gpu entries.
Flip status to "Orphan" for entries which have nobody else listed.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
MAINTAINERS | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index d81376f84746..4d9f4fd09823 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2572,8 +2572,7 @@ F: hw/display/ramfb*.c
F: include/hw/display/ramfb.h
virtio-gpu
-M: Gerd Hoffmann <kraxel@redhat.com>
-S: Odd Fixes
+S: Orphan
F: hw/display/virtio-gpu*
F: hw/display/virtio-vga.*
F: include/hw/virtio/virtio-gpu.h
@@ -2595,7 +2594,6 @@ F: include/hw/virtio/virtio-blk-common.h
vhost-user-gpu
M: Marc-André Lureau <marcandre.lureau@redhat.com>
-R: Gerd Hoffmann <kraxel@redhat.com>
S: Maintained
F: docs/interop/vhost-user-gpu.rst
F: contrib/vhost-user-gpu
--
2.45.0
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 4/4] MAINTAINERS: drop spice+ui maintainership
2024-05-16 12:03 [PATCH 0/4] MAINTAINERS: update kraxel's entries Gerd Hoffmann
` (2 preceding siblings ...)
2024-05-16 12:03 ` [PATCH 3/4] MAINTAINERS: drop virtio-gpu maintainership Gerd Hoffmann
@ 2024-05-16 12:03 ` Gerd Hoffmann
2024-05-23 7:21 ` Manos Pitsidianakis
3 siblings, 1 reply; 14+ messages in thread
From: Gerd Hoffmann @ 2024-05-16 12:03 UTC (permalink / raw)
To: qemu-devel; +Cc: Gerd Hoffmann
Remove myself from spice and ui entries.
Flip status to "Orphan" for entries which have nobody else listed.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
MAINTAINERS | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 4d9f4fd09823..d5b6a1c76abb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3042,8 +3042,7 @@ F: stubs/memory_device.c
F: docs/nvdimm.txt
SPICE
-M: Gerd Hoffmann <kraxel@redhat.com>
-S: Odd Fixes
+S: Orphan
F: include/ui/qemu-spice.h
F: include/ui/spice-display.h
F: ui/spice-*.c
@@ -3053,7 +3052,6 @@ F: qapi/ui.json
F: docs/spice-port-fqdn.txt
Graphics
-M: Gerd Hoffmann <kraxel@redhat.com>
M: Marc-André Lureau <marcandre.lureau@redhat.com>
S: Odd Fixes
F: ui/
--
2.45.0
^ permalink raw reply related [flat|nested] 14+ messages in thread
* Re: [PATCH 2/4] MAINTAINERS: drop usb maintainership
2024-05-16 12:03 ` [PATCH 2/4] MAINTAINERS: drop usb maintainership Gerd Hoffmann
@ 2024-05-16 13:11 ` Peter Maydell
2024-05-16 13:18 ` Daniel P. Berrangé
2024-05-23 7:25 ` Manos Pitsidianakis
1 sibling, 1 reply; 14+ messages in thread
From: Peter Maydell @ 2024-05-16 13:11 UTC (permalink / raw)
To: Gerd Hoffmann; +Cc: qemu-devel
On Thu, 16 May 2024 at 13:04, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> Remove myself from usb entries.
> Flip status to "Orphan" for entries which have nobody else listed.
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7f52e2912fc3..d81376f84746 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
Thanks for your time and efforts in looking after these
components in the past.
> @@ -2140,8 +2140,7 @@ F: tests/qtest/fuzz-sdcard-test.c
> F: tests/qtest/sdhci-test.c
>
> USB
> -M: Gerd Hoffmann <kraxel@redhat.com>
> -S: Odd Fixes
> +S: Orphan
> F: hw/usb/*
> F: stubs/usb-dev-stub.c
> F: tests/qtest/usb-*-test.c
Does RedHat have any corporate interest in finding somebody
else to look after the USB components in future ?
thanks
-- PMM
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 2/4] MAINTAINERS: drop usb maintainership
2024-05-16 13:11 ` Peter Maydell
@ 2024-05-16 13:18 ` Daniel P. Berrangé
0 siblings, 0 replies; 14+ messages in thread
From: Daniel P. Berrangé @ 2024-05-16 13:18 UTC (permalink / raw)
To: Peter Maydell; +Cc: Gerd Hoffmann, qemu-devel
On Thu, May 16, 2024 at 02:11:52PM +0100, Peter Maydell wrote:
> On Thu, 16 May 2024 at 13:04, Gerd Hoffmann <kraxel@redhat.com> wrote:
> >
> > Remove myself from usb entries.
> > Flip status to "Orphan" for entries which have nobody else listed.
>
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 7f52e2912fc3..d81376f84746 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
>
> Thanks for your time and efforts in looking after these
> components in the past.
>
> > @@ -2140,8 +2140,7 @@ F: tests/qtest/fuzz-sdcard-test.c
> > F: tests/qtest/sdhci-test.c
> >
> > USB
> > -M: Gerd Hoffmann <kraxel@redhat.com>
> > -S: Odd Fixes
> > +S: Orphan
> > F: hw/usb/*
> > F: stubs/usb-dev-stub.c
> > F: tests/qtest/usb-*-test.c
>
> Does RedHat have any corporate interest in finding somebody
> else to look after the USB components in future ?
It is a possibilty. We're still shipping USB stuff in RHEL, so we'll need
someone to keep an eye on things at least, which might conceivably turn
into a volunteer for maintainership. There's no one lined up right now
though, so consider it open season for any interested community member
to step forward.
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 1/4] MAINTAINERS: drop audio maintainership
2024-05-16 12:03 ` [PATCH 1/4] MAINTAINERS: drop audio maintainership Gerd Hoffmann
@ 2024-05-22 12:54 ` Thomas Huth
2024-05-22 22:13 ` Manos Pitsidianakis
2024-05-23 10:39 ` Christian Schoenebeck
2024-05-27 14:16 ` Matias Ezequiel Vara Larsen
1 sibling, 2 replies; 14+ messages in thread
From: Thomas Huth @ 2024-05-22 12:54 UTC (permalink / raw)
To: Gerd Hoffmann, qemu-devel, Christian Schoenebeck,
Manos Pitsidianakis, Alexandre Ratchov
On 16/05/2024 14.03, Gerd Hoffmann wrote:
> Remove myself from audio (both devices and backend) entries.
> Flip status to "Orphan" for entries which have nobody else listed.
>
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
> MAINTAINERS | 19 ++++---------------
> 1 file changed, 4 insertions(+), 15 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1b79767d6196..7f52e2912fc3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
...
> @@ -2388,7 +2387,6 @@ F: hw/virtio/virtio-mem-pci.c
> F: include/hw/virtio/virtio-mem.h
>
> virtio-snd
> -M: Gerd Hoffmann <kraxel@redhat.com>
> R: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
> S: Supported
I think the status should be downgraded to Orphan or at least Odd-fixes,
unless Manos wants to upgrade from "R:" to "M:" ?
> ALSA Audio backend
> -M: Gerd Hoffmann <kraxel@redhat.com>
> R: Christian Schoenebeck <qemu_oss@crudebyte.com>
> S: Odd Fixes
> F: audio/alsaaudio.c
I'd also suggest that Christian either upgrade from R: to M: or that we
change the status to Orphan
> JACK Audio Connection Kit backend
> -M: Gerd Hoffmann <kraxel@redhat.com>
> R: Christian Schoenebeck <qemu_oss@crudebyte.com>
> S: Odd Fixes
> F: audio/jackaudio.c
dito
> SDL Audio backend
> -M: Gerd Hoffmann <kraxel@redhat.com>
> R: Thomas Huth <huth@tuxfamily.org>
I'm fine if you update my entry from R: to M: here.
> S: Odd Fixes
> F: audio/sdlaudio.c
>
> Sndio Audio backend
> -M: Gerd Hoffmann <kraxel@redhat.com>
> R: Alexandre Ratchov <alex@caoua.org>
> S: Odd Fixes
> F: audio/sndioaudio.c
Same again, I'd suggest to either set to Orphan or upgrade the R: entry?
Thomas
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 1/4] MAINTAINERS: drop audio maintainership
2024-05-22 12:54 ` Thomas Huth
@ 2024-05-22 22:13 ` Manos Pitsidianakis
2024-05-23 10:39 ` Christian Schoenebeck
1 sibling, 0 replies; 14+ messages in thread
From: Manos Pitsidianakis @ 2024-05-22 22:13 UTC (permalink / raw)
To: qemu-devel
Cc: Thomas Huth, Gerd Hoffmann, Christian Schoenebeck,
Alexandre Ratchov
On Wed, 22 May 2024 at 15:54, Thomas Huth <thuth@redhat.com> wrote:
>
> On 16/05/2024 14.03, Gerd Hoffmann wrote:
> > Remove myself from audio (both devices and backend) entries.
> > Flip status to "Orphan" for entries which have nobody else listed.
> >
> > Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> > ---
> > MAINTAINERS | 19 ++++---------------
> > 1 file changed, 4 insertions(+), 15 deletions(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 1b79767d6196..7f52e2912fc3 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> ...
> > @@ -2388,7 +2387,6 @@ F: hw/virtio/virtio-mem-pci.c
> > F: include/hw/virtio/virtio-mem.h
> >
> > virtio-snd
> > -M: Gerd Hoffmann <kraxel@redhat.com>
> > R: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
> > S: Supported
>
> I think the status should be downgraded to Orphan or at least Odd-fixes,
> unless Manos wants to upgrade from "R:" to "M:" ?
That's fine with me.
> > ALSA Audio backend
> > -M: Gerd Hoffmann <kraxel@redhat.com>
> > R: Christian Schoenebeck <qemu_oss@crudebyte.com>
> > S: Odd Fixes
> > F: audio/alsaaudio.c
>
> I'd also suggest that Christian either upgrade from R: to M: or that we
> change the status to Orphan
If Christian is not available I volunteer to be a Reviewer (but not
M:) since I have some familiarity with alsaaudio.c
This way even if Orphan it will have more reviewers available.
>
> > JACK Audio Connection Kit backend
> > -M: Gerd Hoffmann <kraxel@redhat.com>
> > R: Christian Schoenebeck <qemu_oss@crudebyte.com>
> > S: Odd Fixes
> > F: audio/jackaudio.c
>
> dito
>
> > SDL Audio backend
> > -M: Gerd Hoffmann <kraxel@redhat.com>
> > R: Thomas Huth <huth@tuxfamily.org>
>
> I'm fine if you update my entry from R: to M: here.
>
> > S: Odd Fixes
> > F: audio/sdlaudio.c
> >
> > Sndio Audio backend
> > -M: Gerd Hoffmann <kraxel@redhat.com>
> > R: Alexandre Ratchov <alex@caoua.org>
> > S: Odd Fixes
> > F: audio/sndioaudio.c
>
> Same again, I'd suggest to either set to Orphan or upgrade the R: entry?
>
> Thomas
>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 4/4] MAINTAINERS: drop spice+ui maintainership
2024-05-16 12:03 ` [PATCH 4/4] MAINTAINERS: drop spice+ui maintainership Gerd Hoffmann
@ 2024-05-23 7:21 ` Manos Pitsidianakis
0 siblings, 0 replies; 14+ messages in thread
From: Manos Pitsidianakis @ 2024-05-23 7:21 UTC (permalink / raw)
To: qemu-devel, Gerd Hoffmann; +Cc: Gerd Hoffmann
On Thu, 16 May 2024 15:03, Gerd Hoffmann <kraxel@redhat.com> wrote:
>Remove myself from spice and ui entries.
>Flip status to "Orphan" for entries which have nobody else listed.
>
>Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
>---
> MAINTAINERS | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
>diff --git a/MAINTAINERS b/MAINTAINERS
>index 4d9f4fd09823..d5b6a1c76abb 100644
>--- a/MAINTAINERS
>+++ b/MAINTAINERS
>@@ -3042,8 +3042,7 @@ F: stubs/memory_device.c
> F: docs/nvdimm.txt
>
> SPICE
>-M: Gerd Hoffmann <kraxel@redhat.com>
>-S: Odd Fixes
>+S: Orphan
> F: include/ui/qemu-spice.h
> F: include/ui/spice-display.h
> F: ui/spice-*.c
>@@ -3053,7 +3052,6 @@ F: qapi/ui.json
> F: docs/spice-port-fqdn.txt
>
> Graphics
>-M: Gerd Hoffmann <kraxel@redhat.com>
> M: Marc-André Lureau <marcandre.lureau@redhat.com>
> S: Odd Fixes
> F: ui/
>--
>2.45.0
>
>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 3/4] MAINTAINERS: drop virtio-gpu maintainership
2024-05-16 12:03 ` [PATCH 3/4] MAINTAINERS: drop virtio-gpu maintainership Gerd Hoffmann
@ 2024-05-23 7:22 ` Manos Pitsidianakis
0 siblings, 0 replies; 14+ messages in thread
From: Manos Pitsidianakis @ 2024-05-23 7:22 UTC (permalink / raw)
To: qemu-devel, Gerd Hoffmann; +Cc: Gerd Hoffmann
On Thu, 16 May 2024 15:03, Gerd Hoffmann <kraxel@redhat.com> wrote:
>Remove myself from virtio-gpu entries.
>Flip status to "Orphan" for entries which have nobody else listed.
>
>Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
>---
> MAINTAINERS | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
>diff --git a/MAINTAINERS b/MAINTAINERS
>index d81376f84746..4d9f4fd09823 100644
>--- a/MAINTAINERS
>+++ b/MAINTAINERS
>@@ -2572,8 +2572,7 @@ F: hw/display/ramfb*.c
> F: include/hw/display/ramfb.h
>
> virtio-gpu
>-M: Gerd Hoffmann <kraxel@redhat.com>
>-S: Odd Fixes
>+S: Orphan
> F: hw/display/virtio-gpu*
> F: hw/display/virtio-vga.*
> F: include/hw/virtio/virtio-gpu.h
>@@ -2595,7 +2594,6 @@ F: include/hw/virtio/virtio-blk-common.h
>
> vhost-user-gpu
> M: Marc-André Lureau <marcandre.lureau@redhat.com>
>-R: Gerd Hoffmann <kraxel@redhat.com>
> S: Maintained
> F: docs/interop/vhost-user-gpu.rst
> F: contrib/vhost-user-gpu
>--
>2.45.0
>
>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 2/4] MAINTAINERS: drop usb maintainership
2024-05-16 12:03 ` [PATCH 2/4] MAINTAINERS: drop usb maintainership Gerd Hoffmann
2024-05-16 13:11 ` Peter Maydell
@ 2024-05-23 7:25 ` Manos Pitsidianakis
1 sibling, 0 replies; 14+ messages in thread
From: Manos Pitsidianakis @ 2024-05-23 7:25 UTC (permalink / raw)
To: qemu-devel, Gerd Hoffmann; +Cc: Gerd Hoffmann
On Thu, 16 May 2024 15:03, Gerd Hoffmann <kraxel@redhat.com> wrote:
>Remove myself from usb entries.
>Flip status to "Orphan" for entries which have nobody else listed.
>
>Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
>---
> MAINTAINERS | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
>diff --git a/MAINTAINERS b/MAINTAINERS
>index 7f52e2912fc3..d81376f84746 100644
>--- a/MAINTAINERS
>+++ b/MAINTAINERS
>@@ -2140,8 +2140,7 @@ F: tests/qtest/fuzz-sdcard-test.c
> F: tests/qtest/sdhci-test.c
>
> USB
>-M: Gerd Hoffmann <kraxel@redhat.com>
>-S: Odd Fixes
>+S: Orphan
> F: hw/usb/*
> F: stubs/usb-dev-stub.c
> F: tests/qtest/usb-*-test.c
>@@ -2150,7 +2149,6 @@ F: include/hw/usb.h
> F: include/hw/usb/
>
> USB (serial adapter)
>-R: Gerd Hoffmann <kraxel@redhat.com>
> M: Samuel Thibault <samuel.thibault@ens-lyon.org>
> S: Maintained
> F: hw/usb/dev-serial.c
>--
>2.45.0
>
>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 1/4] MAINTAINERS: drop audio maintainership
2024-05-22 12:54 ` Thomas Huth
2024-05-22 22:13 ` Manos Pitsidianakis
@ 2024-05-23 10:39 ` Christian Schoenebeck
1 sibling, 0 replies; 14+ messages in thread
From: Christian Schoenebeck @ 2024-05-23 10:39 UTC (permalink / raw)
To: Gerd Hoffmann, qemu-devel, Manos Pitsidianakis, Alexandre Ratchov
Cc: Thomas Huth
On Wednesday, May 22, 2024 2:54:51 PM CEST Thomas Huth wrote:
> On 16/05/2024 14.03, Gerd Hoffmann wrote:
[...]
> > ALSA Audio backend
> > -M: Gerd Hoffmann <kraxel@redhat.com>
> > R: Christian Schoenebeck <qemu_oss@crudebyte.com>
> > S: Odd Fixes
> > F: audio/alsaaudio.c
>
> I'd also suggest that Christian either upgrade from R: to M: or that we
> change the status to Orphan
>
> > JACK Audio Connection Kit backend
> > -M: Gerd Hoffmann <kraxel@redhat.com>
> > R: Christian Schoenebeck <qemu_oss@crudebyte.com>
> > S: Odd Fixes
> > F: audio/jackaudio.c
>
> dito
Well, best I can offer is "I try", but no guarantee for latency or anything.
On doubt put them on orphan.
Best regards,
Christian Schoenebeck
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 1/4] MAINTAINERS: drop audio maintainership
2024-05-16 12:03 ` [PATCH 1/4] MAINTAINERS: drop audio maintainership Gerd Hoffmann
2024-05-22 12:54 ` Thomas Huth
@ 2024-05-27 14:16 ` Matias Ezequiel Vara Larsen
1 sibling, 0 replies; 14+ messages in thread
From: Matias Ezequiel Vara Larsen @ 2024-05-27 14:16 UTC (permalink / raw)
To: Gerd Hoffmann; +Cc: qemu-devel
On Thu, May 16, 2024 at 02:03:38PM +0200, Gerd Hoffmann wrote:
> Remove myself from audio (both devices and backend) entries.
> Flip status to "Orphan" for entries which have nobody else listed.
>
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
> MAINTAINERS | 19 ++++---------------
> 1 file changed, 4 insertions(+), 15 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1b79767d6196..7f52e2912fc3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1913,8 +1913,7 @@ F: include/hw/xtensa/mx_pic.h
> Devices
> -------
> Overall Audio frontends
> -M: Gerd Hoffmann <kraxel@redhat.com>
> -S: Odd Fixes
> +S: Orphan
> F: hw/audio/
> F: include/hw/audio/
> F: tests/qtest/ac97-test.c
> @@ -2388,7 +2387,6 @@ F: hw/virtio/virtio-mem-pci.c
> F: include/hw/virtio/virtio-mem.h
>
> virtio-snd
> -M: Gerd Hoffmann <kraxel@redhat.com>
> R: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
> S: Supported
> F: hw/audio/virtio-snd.c
> @@ -2767,7 +2765,6 @@ F: include/hw/hyperv/hv-balloon.h
For virtio-snd, I can join as Reviewer if that helps.
Matias
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2024-05-27 14:19 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-16 12:03 [PATCH 0/4] MAINTAINERS: update kraxel's entries Gerd Hoffmann
2024-05-16 12:03 ` [PATCH 1/4] MAINTAINERS: drop audio maintainership Gerd Hoffmann
2024-05-22 12:54 ` Thomas Huth
2024-05-22 22:13 ` Manos Pitsidianakis
2024-05-23 10:39 ` Christian Schoenebeck
2024-05-27 14:16 ` Matias Ezequiel Vara Larsen
2024-05-16 12:03 ` [PATCH 2/4] MAINTAINERS: drop usb maintainership Gerd Hoffmann
2024-05-16 13:11 ` Peter Maydell
2024-05-16 13:18 ` Daniel P. Berrangé
2024-05-23 7:25 ` Manos Pitsidianakis
2024-05-16 12:03 ` [PATCH 3/4] MAINTAINERS: drop virtio-gpu maintainership Gerd Hoffmann
2024-05-23 7:22 ` Manos Pitsidianakis
2024-05-16 12:03 ` [PATCH 4/4] MAINTAINERS: drop spice+ui maintainership Gerd Hoffmann
2024-05-23 7:21 ` Manos Pitsidianakis
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).