All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] MAINTAINERS: Mark sections orphaned
@ 2026-07-10 11:43 Markus Armbruster
  2026-07-10 11:43 ` [PATCH 1/2] MAINTAINERS: Mark "Microchip PolarFire SoC Icicle Kit" orphaned Markus Armbruster
  2026-07-10 11:43 ` [PATCH 2/2] MAINTAINERS: Mark "vhost-user-scmi" orphaned Markus Armbruster
  0 siblings, 2 replies; 17+ messages in thread
From: Markus Armbruster @ 2026-07-10 11:43 UTC (permalink / raw)
  To: qemu-devel; +Cc: alistair23, qemu-riscv, bin.meng, mzamazal, mst, sgarzare

"S: Supported" without an M: makes no sense.  Change to S: Orphan.

If you want them to remain supported, please find a maintainer.

We could do "S: Odd fixes" for "vhost-user-scmi", since it has an R:.
Milan, you decide.

Markus Armbruster (2):
  MAINTAINERS: Mark "Microchip PolarFire SoC Icicle Kit" orphaned
  MAINTAINERS: Mark "vhost-user-scmi" orphaned

 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.54.0



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

* [PATCH 1/2] MAINTAINERS: Mark "Microchip PolarFire SoC Icicle Kit" orphaned
  2026-07-10 11:43 [PATCH 0/2] MAINTAINERS: Mark sections orphaned Markus Armbruster
@ 2026-07-10 11:43 ` Markus Armbruster
  2026-07-11 11:04   ` Bin Meng
  2026-07-12 21:47   ` Conor Dooley
  2026-07-10 11:43 ` [PATCH 2/2] MAINTAINERS: Mark "vhost-user-scmi" orphaned Markus Armbruster
  1 sibling, 2 replies; 17+ messages in thread
From: Markus Armbruster @ 2026-07-10 11:43 UTC (permalink / raw)
  To: qemu-devel; +Cc: alistair23, qemu-riscv, bin.meng, mzamazal, mst, sgarzare

Commit 4a16a1a7ad (MAINTAINERS: Remove Bin Meng from RISC-V
maintainers, 2025-01-28) removed the only M:, but left S: Supported.
This makes no sense.  Downgrade to S: Orphan.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 576ef6fff5..aa2df9cbe3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1761,7 +1761,7 @@ F: tests/tcg/riscv64/test-crc32.S
 
 Microchip PolarFire SoC Icicle Kit
 L: qemu-riscv@nongnu.org
-S: Supported
+S: Orphan
 F: docs/system/riscv/microchip-icicle-kit.rst
 F: hw/riscv/microchip_pfsoc.c
 F: hw/char/mchp_pfsoc_mmuart.c
-- 
2.54.0



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

* [PATCH 2/2] MAINTAINERS: Mark "vhost-user-scmi" orphaned
  2026-07-10 11:43 [PATCH 0/2] MAINTAINERS: Mark sections orphaned Markus Armbruster
  2026-07-10 11:43 ` [PATCH 1/2] MAINTAINERS: Mark "Microchip PolarFire SoC Icicle Kit" orphaned Markus Armbruster
@ 2026-07-10 11:43 ` Markus Armbruster
  2026-07-11  8:00   ` Michael S. Tsirkin
  1 sibling, 1 reply; 17+ messages in thread
From: Markus Armbruster @ 2026-07-10 11:43 UTC (permalink / raw)
  To: qemu-devel; +Cc: alistair23, qemu-riscv, bin.meng, mzamazal, mst, sgarzare

Commit a5dab090e1 (hw/virtio: Add boilerplate for vhost-user-scmi
device, 2023-06-28) added the section with S: Supported, but no M:.
This makes no sense.  Downgrade to S: Orphan.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index aa2df9cbe3..4d558ddee9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2622,7 +2622,7 @@ F: include/hw/virtio/vhost-user-snd.h
 
 vhost-user-scmi
 R: Milan Zamazal <mzamazal@redhat.com>
-S: Supported
+S: Orphan
 F: hw/virtio/vhost-user-scmi*
 F: include/hw/virtio/vhost-user-scmi.h
 F: tests/qtest/libqos/virtio-scmi.*
-- 
2.54.0



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

* Re: [PATCH 2/2] MAINTAINERS: Mark "vhost-user-scmi" orphaned
  2026-07-10 11:43 ` [PATCH 2/2] MAINTAINERS: Mark "vhost-user-scmi" orphaned Markus Armbruster
@ 2026-07-11  8:00   ` Michael S. Tsirkin
  2026-07-13  6:07     ` Markus Armbruster
  2026-07-13  6:13     ` Philippe Mathieu-Daudé
  0 siblings, 2 replies; 17+ messages in thread
From: Michael S. Tsirkin @ 2026-07-11  8:00 UTC (permalink / raw)
  To: Markus Armbruster
  Cc: qemu-devel, alistair23, qemu-riscv, bin.meng, mzamazal, sgarzare

On Fri, Jul 10, 2026 at 01:43:05PM +0200, Markus Armbruster wrote:
> Commit a5dab090e1 (hw/virtio: Add boilerplate for vhost-user-scmi
> device, 2023-06-28) added the section with S: Supported, but no M:.
> This makes no sense.  Downgrade to S: Orphan.
> 
> Signed-off-by: Markus Armbruster <armbru@redhat.com>


No, this makes sense. The reason this section was added is so that Milan can
get copied on vhost-user-scmi but not other virtio stuff:

./scripts/get_maintainer.pl -f hw/virtio/vhost-user-scmi.c
Milan Zamazal <mzamazal@redhat.com> (reviewer:vhost-user-scmi)
"Michael S. Tsirkin" <mst@redhat.com> (supporter:vhost)
Stefano Garzarella <sgarzare@redhat.com> (reviewer:vhost)
qemu-devel@nongnu.org (open list:All patches CC here)

Pls drop this patch.

> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index aa2df9cbe3..4d558ddee9 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2622,7 +2622,7 @@ F: include/hw/virtio/vhost-user-snd.h
>  
>  vhost-user-scmi
>  R: Milan Zamazal <mzamazal@redhat.com>
> -S: Supported
> +S: Orphan
>  F: hw/virtio/vhost-user-scmi*
>  F: include/hw/virtio/vhost-user-scmi.h
>  F: tests/qtest/libqos/virtio-scmi.*
> -- 
> 2.54.0



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

* Re: [PATCH 1/2] MAINTAINERS: Mark "Microchip PolarFire SoC Icicle Kit" orphaned
  2026-07-10 11:43 ` [PATCH 1/2] MAINTAINERS: Mark "Microchip PolarFire SoC Icicle Kit" orphaned Markus Armbruster
@ 2026-07-11 11:04   ` Bin Meng
  2026-07-12 21:51     ` Conor Dooley
  2026-07-13  6:06     ` Markus Armbruster
  2026-07-12 21:47   ` Conor Dooley
  1 sibling, 2 replies; 17+ messages in thread
From: Bin Meng @ 2026-07-11 11:04 UTC (permalink / raw)
  To: Markus Armbruster
  Cc: qemu-devel, alistair23, qemu-riscv, bin.meng, mzamazal, mst,
	sgarzare

On Fri, Jul 10, 2026 at 7:44 PM Markus Armbruster <armbru@redhat.com> wrote:
>
> Commit 4a16a1a7ad (MAINTAINERS: Remove Bin Meng from RISC-V
> maintainers, 2025-01-28) removed the only M:, but left S: Supported.
> This makes no sense.  Downgrade to S: Orphan.
>
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 576ef6fff5..aa2df9cbe3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1761,7 +1761,7 @@ F: tests/tcg/riscv64/test-crc32.S
>
>  Microchip PolarFire SoC Icicle Kit
>  L: qemu-riscv@nongnu.org
> -S: Supported
> +S: Orphan
>  F: docs/system/riscv/microchip-icicle-kit.rst
>  F: hw/riscv/microchip_pfsoc.c
>  F: hw/char/mchp_pfsoc_mmuart.c
> --

I plan to send a patch series to resurrect PolarFire SoC support.

Regards,
Bin


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

* Re: [PATCH 1/2] MAINTAINERS: Mark "Microchip PolarFire SoC Icicle Kit" orphaned
  2026-07-10 11:43 ` [PATCH 1/2] MAINTAINERS: Mark "Microchip PolarFire SoC Icicle Kit" orphaned Markus Armbruster
  2026-07-11 11:04   ` Bin Meng
@ 2026-07-12 21:47   ` Conor Dooley
  2026-07-12 23:46     ` Alistair
  1 sibling, 1 reply; 17+ messages in thread
From: Conor Dooley @ 2026-07-12 21:47 UTC (permalink / raw)
  To: Markus Armbruster
  Cc: qemu-devel, alistair23, qemu-riscv, bin.meng, mzamazal, mst,
	sgarzare

[-- Attachment #1: Type: text/plain, Size: 1081 bytes --]

On Fri, Jul 10, 2026 at 01:43:04PM +0200, Markus Armbruster wrote:
> Commit 4a16a1a7ad (MAINTAINERS: Remove Bin Meng from RISC-V
> maintainers, 2025-01-28) removed the only M:, but left S: Supported.
> This makes no sense.  Downgrade to S: Orphan.
> 
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 576ef6fff5..aa2df9cbe3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1761,7 +1761,7 @@ F: tests/tcg/riscv64/test-crc32.S
>  
>  Microchip PolarFire SoC Icicle Kit
>  L: qemu-riscv@nongnu.org
> -S: Supported
> +S: Orphan

This should have been updated in:
https://lore.kernel.org/qemu-devel/20260513023859.518484-1-alistair.francis@wdc.com/

Alistair said he applied that patch, so I'm guessing whatever tree you've
based on doesn't include it yet?

Cheers,
Conor.

>  F: docs/system/riscv/microchip-icicle-kit.rst
>  F: hw/riscv/microchip_pfsoc.c
>  F: hw/char/mchp_pfsoc_mmuart.c
> -- 
> 2.54.0
> 
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH 1/2] MAINTAINERS: Mark "Microchip PolarFire SoC Icicle Kit" orphaned
  2026-07-11 11:04   ` Bin Meng
@ 2026-07-12 21:51     ` Conor Dooley
  2026-07-12 23:21       ` Bin Meng
  2026-07-13  6:06     ` Markus Armbruster
  1 sibling, 1 reply; 17+ messages in thread
From: Conor Dooley @ 2026-07-12 21:51 UTC (permalink / raw)
  To: Bin Meng
  Cc: Markus Armbruster, qemu-devel, alistair23, qemu-riscv, bin.meng,
	mzamazal, mst, sgarzare

[-- Attachment #1: Type: text/plain, Size: 1159 bytes --]

On Sat, Jul 11, 2026 at 07:04:14PM +0800, Bin Meng wrote:
> On Fri, Jul 10, 2026 at 7:44 PM Markus Armbruster <armbru@redhat.com> wrote:
> >
> > Commit 4a16a1a7ad (MAINTAINERS: Remove Bin Meng from RISC-V
> > maintainers, 2025-01-28) removed the only M:, but left S: Supported.
> > This makes no sense.  Downgrade to S: Orphan.
> >
> > Signed-off-by: Markus Armbruster <armbru@redhat.com>
> > ---
> >  MAINTAINERS | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 576ef6fff5..aa2df9cbe3 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -1761,7 +1761,7 @@ F: tests/tcg/riscv64/test-crc32.S
> >
> >  Microchip PolarFire SoC Icicle Kit
> >  L: qemu-riscv@nongnu.org
> > -S: Supported
> > +S: Orphan
> >  F: docs/system/riscv/microchip-icicle-kit.rst
> >  F: hw/riscv/microchip_pfsoc.c
> >  F: hw/char/mchp_pfsoc_mmuart.c
> > --
> 
> I plan to send a patch series to resurrect PolarFire SoC support.

What does this resurrection constitute? The files aren't gone anywhere
(yet, at least), so I take it you mean you'll be actively working on the
platform?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH 1/2] MAINTAINERS: Mark "Microchip PolarFire SoC Icicle Kit" orphaned
  2026-07-12 21:51     ` Conor Dooley
@ 2026-07-12 23:21       ` Bin Meng
  0 siblings, 0 replies; 17+ messages in thread
From: Bin Meng @ 2026-07-12 23:21 UTC (permalink / raw)
  To: Conor Dooley
  Cc: Markus Armbruster, qemu-devel, alistair23, qemu-riscv, bin.meng,
	mzamazal, mst, sgarzare

On Mon, Jul 13, 2026 at 5:51 AM Conor Dooley <conor@kernel.org> wrote:
>
> On Sat, Jul 11, 2026 at 07:04:14PM +0800, Bin Meng wrote:
> > On Fri, Jul 10, 2026 at 7:44 PM Markus Armbruster <armbru@redhat.com> wrote:
> > >
> > > Commit 4a16a1a7ad (MAINTAINERS: Remove Bin Meng from RISC-V
> > > maintainers, 2025-01-28) removed the only M:, but left S: Supported.
> > > This makes no sense.  Downgrade to S: Orphan.
> > >
> > > Signed-off-by: Markus Armbruster <armbru@redhat.com>
> > > ---
> > >  MAINTAINERS | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 576ef6fff5..aa2df9cbe3 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -1761,7 +1761,7 @@ F: tests/tcg/riscv64/test-crc32.S
> > >
> > >  Microchip PolarFire SoC Icicle Kit
> > >  L: qemu-riscv@nongnu.org
> > > -S: Supported
> > > +S: Orphan
> > >  F: docs/system/riscv/microchip-icicle-kit.rst
> > >  F: hw/riscv/microchip_pfsoc.c
> > >  F: hw/char/mchp_pfsoc_mmuart.c
> > > --
> >
> > I plan to send a patch series to resurrect PolarFire SoC support.
>
> What does this resurrection constitute? The files aren't gone anywhere
> (yet, at least), so I take it you mean you'll be actively working on the
> platform?

Yes, I will rework HSS boot support to accommodate newer versions,
just as HSS was originally supported years ago.

Regards,
Bin


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

* Re: [PATCH 1/2] MAINTAINERS: Mark "Microchip PolarFire SoC Icicle Kit" orphaned
  2026-07-12 21:47   ` Conor Dooley
@ 2026-07-12 23:46     ` Alistair
  2026-07-14  5:15       ` Markus Armbruster
  0 siblings, 1 reply; 17+ messages in thread
From: Alistair @ 2026-07-12 23:46 UTC (permalink / raw)
  To: Conor Dooley, Markus Armbruster
  Cc: qemu-devel, alistair23, qemu-riscv, bin.meng, mzamazal, mst,
	sgarzare

On Sun, 2026-07-12 at 22:47 +0100, Conor Dooley wrote:
> On Fri, Jul 10, 2026 at 01:43:04PM +0200, Markus Armbruster wrote:
> > Commit 4a16a1a7ad (MAINTAINERS: Remove Bin Meng from RISC-V
> > maintainers, 2025-01-28) removed the only M:, but left S:
> > Supported.
> > This makes no sense.  Downgrade to S: Orphan.
> > 
> > Signed-off-by: Markus Armbruster <armbru@redhat.com>
> > ---
> >  MAINTAINERS | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 576ef6fff5..aa2df9cbe3 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -1761,7 +1761,7 @@ F: tests/tcg/riscv64/test-crc32.S
> >  
> >  Microchip PolarFire SoC Icicle Kit
> >  L: qemu-riscv@nongnu.org
> > -S: Supported
> > +S: Orphan
> 
> This should have been updated in:
> https://lore.kernel.org/qemu-devel/20260513023859.518484-1-alistair.francis@wdc.com/
> 
> Alistair said he applied that patch, so I'm guessing whatever tree
> you've
> based on doesn't include it yet?

Yeah, I thought I applied it. But somehow it seems to have
disappeared....


I think this patch should be dropped and I'll actually apply:
https://lore.kernel.org/qemu-devel/20260513023859.518484-1-alistair.francis@wdc.com/

Then Bin can update this in the future if you want to.

Sorry about the confusion here

Alistair

> 
> Cheers,
> Conor.
> 
> >  F: docs/system/riscv/microchip-icicle-kit.rst
> >  F: hw/riscv/microchip_pfsoc.c
> >  F: hw/char/mchp_pfsoc_mmuart.c
> > -- 
> > 2.54.0
> > 
> > 


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

* Re: [PATCH 1/2] MAINTAINERS: Mark "Microchip PolarFire SoC Icicle Kit" orphaned
  2026-07-11 11:04   ` Bin Meng
  2026-07-12 21:51     ` Conor Dooley
@ 2026-07-13  6:06     ` Markus Armbruster
  1 sibling, 0 replies; 17+ messages in thread
From: Markus Armbruster @ 2026-07-13  6:06 UTC (permalink / raw)
  To: Bin Meng
  Cc: qemu-devel, alistair23, qemu-riscv, bin.meng, mzamazal, mst,
	sgarzare

Bin Meng <bmeng.cn@gmail.com> writes:

> On Fri, Jul 10, 2026 at 7:44 PM Markus Armbruster <armbru@redhat.com> wrote:
>>
>> Commit 4a16a1a7ad (MAINTAINERS: Remove Bin Meng from RISC-V
>> maintainers, 2025-01-28) removed the only M:, but left S: Supported.
>> This makes no sense.  Downgrade to S: Orphan.
>>
>> Signed-off-by: Markus Armbruster <armbru@redhat.com>
>> ---
>>  MAINTAINERS | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 576ef6fff5..aa2df9cbe3 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -1761,7 +1761,7 @@ F: tests/tcg/riscv64/test-crc32.S
>>
>>  Microchip PolarFire SoC Icicle Kit
>>  L: qemu-riscv@nongnu.org
>> -S: Supported
>> +S: Orphan
>>  F: docs/system/riscv/microchip-icicle-kit.rst
>>  F: hw/riscv/microchip_pfsoc.c
>>  F: hw/char/mchp_pfsoc_mmuart.c
>> --
>
> I plan to send a patch series to resurrect PolarFire SoC support.

Nice!  Please re-add yourself to MAINTAINERS then.



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

* Re: [PATCH 2/2] MAINTAINERS: Mark "vhost-user-scmi" orphaned
  2026-07-11  8:00   ` Michael S. Tsirkin
@ 2026-07-13  6:07     ` Markus Armbruster
  2026-07-13  6:13     ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 17+ messages in thread
From: Markus Armbruster @ 2026-07-13  6:07 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: qemu-devel, alistair23, qemu-riscv, bin.meng, mzamazal, sgarzare

"Michael S. Tsirkin" <mst@redhat.com> writes:

> On Fri, Jul 10, 2026 at 01:43:05PM +0200, Markus Armbruster wrote:
>> Commit a5dab090e1 (hw/virtio: Add boilerplate for vhost-user-scmi
>> device, 2023-06-28) added the section with S: Supported, but no M:.
>> This makes no sense.  Downgrade to S: Orphan.
>> 
>> Signed-off-by: Markus Armbruster <armbru@redhat.com>
>
>
> No, this makes sense. The reason this section was added is so that Milan can
> get copied on vhost-user-scmi but not other virtio stuff:

The section's S: is confusing.

> ./scripts/get_maintainer.pl -f hw/virtio/vhost-user-scmi.c
> Milan Zamazal <mzamazal@redhat.com> (reviewer:vhost-user-scmi)
> "Michael S. Tsirkin" <mst@redhat.com> (supporter:vhost)
> Stefano Garzarella <sgarzare@redhat.com> (reviewer:vhost)
> qemu-devel@nongnu.org (open list:All patches CC here)
>
> Pls drop this patch.

Done.



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

* Re: [PATCH 2/2] MAINTAINERS: Mark "vhost-user-scmi" orphaned
  2026-07-11  8:00   ` Michael S. Tsirkin
  2026-07-13  6:07     ` Markus Armbruster
@ 2026-07-13  6:13     ` Philippe Mathieu-Daudé
  2026-07-13  6:52       ` Michael S. Tsirkin
  1 sibling, 1 reply; 17+ messages in thread
From: Philippe Mathieu-Daudé @ 2026-07-13  6:13 UTC (permalink / raw)
  To: Michael S. Tsirkin, Markus Armbruster
  Cc: qemu-devel, alistair23, qemu-riscv, bin.meng, mzamazal, sgarzare

On 11/7/26 10:00, Michael S. Tsirkin wrote:
> On Fri, Jul 10, 2026 at 01:43:05PM +0200, Markus Armbruster wrote:
>> Commit a5dab090e1 (hw/virtio: Add boilerplate for vhost-user-scmi
>> device, 2023-06-28) added the section with S: Supported, but no M:.
>> This makes no sense.  Downgrade to S: Orphan.
>>
>> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> 
> 
> No, this makes sense. The reason this section was added is so that Milan can
> get copied on vhost-user-scmi but not other virtio stuff:
> 
> ./scripts/get_maintainer.pl -f hw/virtio/vhost-user-scmi.c
> Milan Zamazal <mzamazal@redhat.com> (reviewer:vhost-user-scmi)
> "Michael S. Tsirkin" <mst@redhat.com> (supporter:vhost)
> Stefano Garzarella <sgarzare@redhat.com> (reviewer:vhost)
> qemu-devel@nongnu.org (open list:All patches CC here)
> 
> Pls drop this patch.
> 
>> ---
>>   MAINTAINERS | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index aa2df9cbe3..4d558ddee9 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -2622,7 +2622,7 @@ F: include/hw/virtio/vhost-user-snd.h
>>   
>>   vhost-user-scmi

So what we want is to add here:

   M: Michael S. Tsirkin <mst@redhat.com>
   R: Stefano Garzarella <sgarzare@redhat.com>

>>   R: Milan Zamazal <mzamazal@redhat.com>
>> -S: Supported
>> +S: Orphan
>>   F: hw/virtio/vhost-user-scmi*
>>   F: include/hw/virtio/vhost-user-scmi.h
>>   F: tests/qtest/libqos/virtio-scmi.*
>> -- 
>> 2.54.0
> 
> 



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

* Re: [PATCH 2/2] MAINTAINERS: Mark "vhost-user-scmi" orphaned
  2026-07-13  6:13     ` Philippe Mathieu-Daudé
@ 2026-07-13  6:52       ` Michael S. Tsirkin
  2026-07-13  7:11         ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 17+ messages in thread
From: Michael S. Tsirkin @ 2026-07-13  6:52 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: Markus Armbruster, qemu-devel, alistair23, qemu-riscv, bin.meng,
	mzamazal, sgarzare

On Mon, Jul 13, 2026 at 08:13:38AM +0200, Philippe Mathieu-Daudé wrote:
> On 11/7/26 10:00, Michael S. Tsirkin wrote:
> > On Fri, Jul 10, 2026 at 01:43:05PM +0200, Markus Armbruster wrote:
> > > Commit a5dab090e1 (hw/virtio: Add boilerplate for vhost-user-scmi
> > > device, 2023-06-28) added the section with S: Supported, but no M:.
> > > This makes no sense.  Downgrade to S: Orphan.
> > > 
> > > Signed-off-by: Markus Armbruster <armbru@redhat.com>
> > 
> > 
> > No, this makes sense. The reason this section was added is so that Milan can
> > get copied on vhost-user-scmi but not other virtio stuff:
> > 
> > ./scripts/get_maintainer.pl -f hw/virtio/vhost-user-scmi.c
> > Milan Zamazal <mzamazal@redhat.com> (reviewer:vhost-user-scmi)
> > "Michael S. Tsirkin" <mst@redhat.com> (supporter:vhost)
> > Stefano Garzarella <sgarzare@redhat.com> (reviewer:vhost)
> > qemu-devel@nongnu.org (open list:All patches CC here)
> > 
> > Pls drop this patch.
> > 
> > > ---
> > >   MAINTAINERS | 2 +-
> > >   1 file changed, 1 insertion(+), 1 deletion(-)
> > > 
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index aa2df9cbe3..4d558ddee9 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -2622,7 +2622,7 @@ F: include/hw/virtio/vhost-user-snd.h
> > >   vhost-user-scmi
> 
> So what we want is to add here:
> 
>   M: Michael S. Tsirkin <mst@redhat.com>
>   R: Stefano Garzarella <sgarzare@redhat.com>

But these files already get M from the match against hw/virtio/ -
what am I missing?

> > >   R: Milan Zamazal <mzamazal@redhat.com>
> > > -S: Supported
> > > +S: Orphan
> > >   F: hw/virtio/vhost-user-scmi*
> > >   F: include/hw/virtio/vhost-user-scmi.h
> > >   F: tests/qtest/libqos/virtio-scmi.*
> > > -- 
> > > 2.54.0
> > 
> > 



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

* Re: [PATCH 2/2] MAINTAINERS: Mark "vhost-user-scmi" orphaned
  2026-07-13  6:52       ` Michael S. Tsirkin
@ 2026-07-13  7:11         ` Philippe Mathieu-Daudé
  2026-07-13  7:16           ` Michael S. Tsirkin
  2026-07-13  8:17           ` Markus Armbruster
  0 siblings, 2 replies; 17+ messages in thread
From: Philippe Mathieu-Daudé @ 2026-07-13  7:11 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: Markus Armbruster, qemu-devel, alistair23, qemu-riscv, bin.meng,
	mzamazal, sgarzare

On 13/7/26 08:52, Michael S. Tsirkin wrote:
> On Mon, Jul 13, 2026 at 08:13:38AM +0200, Philippe Mathieu-Daudé wrote:
>> On 11/7/26 10:00, Michael S. Tsirkin wrote:
>>> On Fri, Jul 10, 2026 at 01:43:05PM +0200, Markus Armbruster wrote:
>>>> Commit a5dab090e1 (hw/virtio: Add boilerplate for vhost-user-scmi
>>>> device, 2023-06-28) added the section with S: Supported, but no M:.
>>>> This makes no sense.  Downgrade to S: Orphan.
>>>>
>>>> Signed-off-by: Markus Armbruster <armbru@redhat.com>
>>>
>>>
>>> No, this makes sense. The reason this section was added is so that Milan can
>>> get copied on vhost-user-scmi but not other virtio stuff:
>>>
>>> ./scripts/get_maintainer.pl -f hw/virtio/vhost-user-scmi.c
>>> Milan Zamazal <mzamazal@redhat.com> (reviewer:vhost-user-scmi)
>>> "Michael S. Tsirkin" <mst@redhat.com> (supporter:vhost)
>>> Stefano Garzarella <sgarzare@redhat.com> (reviewer:vhost)
>>> qemu-devel@nongnu.org (open list:All patches CC here)
>>>
>>> Pls drop this patch.
>>>
>>>> ---
>>>>    MAINTAINERS | 2 +-
>>>>    1 file changed, 1 insertion(+), 1 deletion(-)
>>>>
>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>> index aa2df9cbe3..4d558ddee9 100644
>>>> --- a/MAINTAINERS
>>>> +++ b/MAINTAINERS
>>>> @@ -2622,7 +2622,7 @@ F: include/hw/virtio/vhost-user-snd.h
>>>>    vhost-user-scmi
>>
>> So what we want is to add here:
>>
>>    M: Michael S. Tsirkin <mst@redhat.com>
>>    R: Stefano Garzarella <sgarzare@redhat.com>
> 
> But these files already get M from the match against hw/virtio/ -
> what am I missing?

Yeah, just trying to make Markus script happy ;)

> 
>>>>    R: Milan Zamazal <mzamazal@redhat.com>
>>>> -S: Supported
>>>> +S: Orphan
>>>>    F: hw/virtio/vhost-user-scmi*
>>>>    F: include/hw/virtio/vhost-user-scmi.h
>>>>    F: tests/qtest/libqos/virtio-scmi.*
>>>> -- 
>>>> 2.54.0
>>>
>>>
> 
> 



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

* Re: [PATCH 2/2] MAINTAINERS: Mark "vhost-user-scmi" orphaned
  2026-07-13  7:11         ` Philippe Mathieu-Daudé
@ 2026-07-13  7:16           ` Michael S. Tsirkin
  2026-07-13  8:17           ` Markus Armbruster
  1 sibling, 0 replies; 17+ messages in thread
From: Michael S. Tsirkin @ 2026-07-13  7:16 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: Markus Armbruster, qemu-devel, alistair23, qemu-riscv, bin.meng,
	mzamazal, sgarzare

On Mon, Jul 13, 2026 at 09:11:34AM +0200, Philippe Mathieu-Daudé wrote:
> On 13/7/26 08:52, Michael S. Tsirkin wrote:
> > On Mon, Jul 13, 2026 at 08:13:38AM +0200, Philippe Mathieu-Daudé wrote:
> > > On 11/7/26 10:00, Michael S. Tsirkin wrote:
> > > > On Fri, Jul 10, 2026 at 01:43:05PM +0200, Markus Armbruster wrote:
> > > > > Commit a5dab090e1 (hw/virtio: Add boilerplate for vhost-user-scmi
> > > > > device, 2023-06-28) added the section with S: Supported, but no M:.
> > > > > This makes no sense.  Downgrade to S: Orphan.
> > > > > 
> > > > > Signed-off-by: Markus Armbruster <armbru@redhat.com>
> > > > 
> > > > 
> > > > No, this makes sense. The reason this section was added is so that Milan can
> > > > get copied on vhost-user-scmi but not other virtio stuff:
> > > > 
> > > > ./scripts/get_maintainer.pl -f hw/virtio/vhost-user-scmi.c
> > > > Milan Zamazal <mzamazal@redhat.com> (reviewer:vhost-user-scmi)
> > > > "Michael S. Tsirkin" <mst@redhat.com> (supporter:vhost)
> > > > Stefano Garzarella <sgarzare@redhat.com> (reviewer:vhost)
> > > > qemu-devel@nongnu.org (open list:All patches CC here)
> > > > 
> > > > Pls drop this patch.
> > > > 
> > > > > ---
> > > > >    MAINTAINERS | 2 +-
> > > > >    1 file changed, 1 insertion(+), 1 deletion(-)
> > > > > 
> > > > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > > > index aa2df9cbe3..4d558ddee9 100644
> > > > > --- a/MAINTAINERS
> > > > > +++ b/MAINTAINERS
> > > > > @@ -2622,7 +2622,7 @@ F: include/hw/virtio/vhost-user-snd.h
> > > > >    vhost-user-scmi
> > > 
> > > So what we want is to add here:
> > > 
> > >    M: Michael S. Tsirkin <mst@redhat.com>
> > >    R: Stefano Garzarella <sgarzare@redhat.com>
> > 
> > But these files already get M from the match against hw/virtio/ -
> > what am I missing?
> 
> Yeah, just trying to make Markus script happy ;)

I don't mind though the duplication is a bit annoying.
But let's pls document what the rules are somewhere then.

> > 
> > > > >    R: Milan Zamazal <mzamazal@redhat.com>
> > > > > -S: Supported
> > > > > +S: Orphan
> > > > >    F: hw/virtio/vhost-user-scmi*
> > > > >    F: include/hw/virtio/vhost-user-scmi.h
> > > > >    F: tests/qtest/libqos/virtio-scmi.*
> > > > > -- 
> > > > > 2.54.0
> > > > 
> > > > 
> > 
> > 



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

* Re: [PATCH 2/2] MAINTAINERS: Mark "vhost-user-scmi" orphaned
  2026-07-13  7:11         ` Philippe Mathieu-Daudé
  2026-07-13  7:16           ` Michael S. Tsirkin
@ 2026-07-13  8:17           ` Markus Armbruster
  1 sibling, 0 replies; 17+ messages in thread
From: Markus Armbruster @ 2026-07-13  8:17 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: Michael S. Tsirkin, qemu-devel, alistair23, qemu-riscv, bin.meng,
	mzamazal, sgarzare

Philippe Mathieu-Daudé <philmd@oss.qualcomm.com> writes:

> On 13/7/26 08:52, Michael S. Tsirkin wrote:
>> On Mon, Jul 13, 2026 at 08:13:38AM +0200, Philippe Mathieu-Daudé wrote:
>>> On 11/7/26 10:00, Michael S. Tsirkin wrote:
>>>> On Fri, Jul 10, 2026 at 01:43:05PM +0200, Markus Armbruster wrote:
>>>>> Commit a5dab090e1 (hw/virtio: Add boilerplate for vhost-user-scmi
>>>>> device, 2023-06-28) added the section with S: Supported, but no M:.
>>>>> This makes no sense.  Downgrade to S: Orphan.
>>>>>
>>>>> Signed-off-by: Markus Armbruster <armbru@redhat.com>
>>>>
>>>>
>>>> No, this makes sense. The reason this section was added is so that Milan can
>>>> get copied on vhost-user-scmi but not other virtio stuff:
>>>>
>>>> ./scripts/get_maintainer.pl -f hw/virtio/vhost-user-scmi.c
>>>> Milan Zamazal <mzamazal@redhat.com> (reviewer:vhost-user-scmi)
>>>> "Michael S. Tsirkin" <mst@redhat.com> (supporter:vhost)
>>>> Stefano Garzarella <sgarzare@redhat.com> (reviewer:vhost)
>>>> qemu-devel@nongnu.org (open list:All patches CC here)
>>>>
>>>> Pls drop this patch.
>>>>
>>>>> ---
>>>>>    MAINTAINERS | 2 +-
>>>>>    1 file changed, 1 insertion(+), 1 deletion(-)
>>>>>
>>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>>> index aa2df9cbe3..4d558ddee9 100644
>>>>> --- a/MAINTAINERS
>>>>> +++ b/MAINTAINERS
>>>>> @@ -2622,7 +2622,7 @@ F: include/hw/virtio/vhost-user-snd.h
>>>>>    vhost-user-scmi
>>>
>>> So what we want is to add here:
>>>
>>>    M: Michael S. Tsirkin <mst@redhat.com>
>>>    R: Stefano Garzarella <sgarzare@redhat.com>
>>
>> But these files already get M from the match against hw/virtio/ -
>> what am I missing?
>
> Yeah, just trying to make Markus script happy ;)

Appreciate the kindness!

In decreasing importance:

1. Correct get_maintainers.pl output

2. Legible MAINTAINERS

99. My script is happy.

[...]



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

* Re: [PATCH 1/2] MAINTAINERS: Mark "Microchip PolarFire SoC Icicle Kit" orphaned
  2026-07-12 23:46     ` Alistair
@ 2026-07-14  5:15       ` Markus Armbruster
  0 siblings, 0 replies; 17+ messages in thread
From: Markus Armbruster @ 2026-07-14  5:15 UTC (permalink / raw)
  To: Alistair
  Cc: Conor Dooley, qemu-devel, alistair23, qemu-riscv, bin.meng,
	mzamazal, mst, sgarzare

Alistair <alistair@alistair23.me> writes:

> On Sun, 2026-07-12 at 22:47 +0100, Conor Dooley wrote:
>> On Fri, Jul 10, 2026 at 01:43:04PM +0200, Markus Armbruster wrote:
>> > Commit 4a16a1a7ad (MAINTAINERS: Remove Bin Meng from RISC-V
>> > maintainers, 2025-01-28) removed the only M:, but left S:
>> > Supported.
>> > This makes no sense.  Downgrade to S: Orphan.
>> > 
>> > Signed-off-by: Markus Armbruster <armbru@redhat.com>
>> > ---
>> >  MAINTAINERS | 2 +-
>> >  1 file changed, 1 insertion(+), 1 deletion(-)
>> > 
>> > diff --git a/MAINTAINERS b/MAINTAINERS
>> > index 576ef6fff5..aa2df9cbe3 100644
>> > --- a/MAINTAINERS
>> > +++ b/MAINTAINERS
>> > @@ -1761,7 +1761,7 @@ F: tests/tcg/riscv64/test-crc32.S
>> >  
>> >  Microchip PolarFire SoC Icicle Kit
>> >  L: qemu-riscv@nongnu.org
>> > -S: Supported
>> > +S: Orphan
>> 
>> This should have been updated in:
>> https://lore.kernel.org/qemu-devel/20260513023859.518484-1-alistair.francis@wdc.com/
>> 
>> Alistair said he applied that patch, so I'm guessing whatever tree
>> you've
>> based on doesn't include it yet?
>
> Yeah, I thought I applied it. But somehow it seems to have
> disappeared....
>
>
> I think this patch should be dropped and I'll actually apply:
> https://lore.kernel.org/qemu-devel/20260513023859.518484-1-alistair.francis@wdc.com/

Makes sense, thanks!

> Then Bin can update this in the future if you want to.
>
> Sorry about the confusion here
>
> Alistair



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

end of thread, other threads:[~2026-07-14  5:16 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-10 11:43 [PATCH 0/2] MAINTAINERS: Mark sections orphaned Markus Armbruster
2026-07-10 11:43 ` [PATCH 1/2] MAINTAINERS: Mark "Microchip PolarFire SoC Icicle Kit" orphaned Markus Armbruster
2026-07-11 11:04   ` Bin Meng
2026-07-12 21:51     ` Conor Dooley
2026-07-12 23:21       ` Bin Meng
2026-07-13  6:06     ` Markus Armbruster
2026-07-12 21:47   ` Conor Dooley
2026-07-12 23:46     ` Alistair
2026-07-14  5:15       ` Markus Armbruster
2026-07-10 11:43 ` [PATCH 2/2] MAINTAINERS: Mark "vhost-user-scmi" orphaned Markus Armbruster
2026-07-11  8:00   ` Michael S. Tsirkin
2026-07-13  6:07     ` Markus Armbruster
2026-07-13  6:13     ` Philippe Mathieu-Daudé
2026-07-13  6:52       ` Michael S. Tsirkin
2026-07-13  7:11         ` Philippe Mathieu-Daudé
2026-07-13  7:16           ` Michael S. Tsirkin
2026-07-13  8:17           ` Markus Armbruster

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.