qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] MAINTAINERS cleanups
@ 2020-10-30 15:34 John Snow
  2020-10-30 15:34 ` [PATCH 1/2] MAINTAINERS: Remove Ben Warren John Snow
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: John Snow @ 2020-10-30 15:34 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, John Snow



John Snow (2):
  MAINTAINERS: Remove Ben Warren
  MAINTAINERS: Make status spellings consistent

 MAINTAINERS | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

-- 
2.26.2




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

* [PATCH 1/2] MAINTAINERS: Remove Ben Warren
  2020-10-30 15:34 [PATCH 0/2] MAINTAINERS cleanups John Snow
@ 2020-10-30 15:34 ` John Snow
  2020-10-30 15:34 ` [PATCH 2/2] MAINTAINERS: Make status spellings consistent John Snow
  2021-01-13 22:08 ` [PATCH 0/2] MAINTAINERS cleanups John Snow
  2 siblings, 0 replies; 6+ messages in thread
From: John Snow @ 2020-10-30 15:34 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, John Snow

Ben's email bounces and he no longer works for Skyport Systems. I was
unable to reach Ben, so mark this section as Orphaned for now.

Signed-off-by: John Snow <jsnow@redhat.com>
---
 MAINTAINERS | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8c744a9bdf42..d46f7b126c9e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1960,8 +1960,7 @@ F: include/hw/nvram/chrp_nvram.h
 F: tests/qtest/prom-env-test.c
 
 VM Generation ID
-M: Ben Warren <ben@skyportsystems.com>
-S: Maintained
+S: Orphan
 F: hw/acpi/vmgenid.c
 F: include/hw/acpi/vmgenid.h
 F: docs/specs/vmgenid.txt
-- 
2.26.2



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

* [PATCH 2/2] MAINTAINERS: Make status spellings consistent
  2020-10-30 15:34 [PATCH 0/2] MAINTAINERS cleanups John Snow
  2020-10-30 15:34 ` [PATCH 1/2] MAINTAINERS: Remove Ben Warren John Snow
@ 2020-10-30 15:34 ` John Snow
  2020-10-30 15:39   ` Philippe Mathieu-Daudé
  2021-01-13 22:08 ` [PATCH 0/2] MAINTAINERS cleanups John Snow
  2 siblings, 1 reply; 6+ messages in thread
From: John Snow @ 2020-10-30 15:34 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, John Snow

Signed-off-by: John Snow <jsnow@redhat.com>
---
 MAINTAINERS | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d46f7b126c9e..c335f40adc73 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1134,7 +1134,7 @@ F: tests/acceptance/machine_mips_malta.py
 
 Mipssim
 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
-S: Orphaned
+S: Orphan
 F: hw/mips/mipssim.c
 F: hw/net/mipsnet.c
 
@@ -2390,7 +2390,7 @@ T: git https://gitlab.com/jsnow/qemu.git python
 Python scripts
 M: Eduardo Habkost <ehabkost@redhat.com>
 M: Cleber Rosa <crosa@redhat.com>
-S: Odd fixes
+S: Odd Fixes
 F: scripts/*.py
 F: tests/*.py
 
@@ -2623,7 +2623,7 @@ F: tests/test-coroutine.c
 
 Buffers
 M: Daniel P. Berrange <berrange@redhat.com>
-S: Odd fixes
+S: Odd Fixes
 F: util/buffer.c
 F: include/qemu/buffer.h
 
@@ -2652,7 +2652,7 @@ F: qapi/sockets.json
 
 File monitor
 M: Daniel P. Berrange <berrange@redhat.com>
-S: Odd fixes
+S: Odd Fixes
 F: util/filemonitor*.c
 F: include/qemu/filemonitor.h
 F: tests/test-util-filemonitor.c
@@ -3184,7 +3184,7 @@ S: Odd Fixes
 F: scripts/git-submodule.sh
 
 UI translations
-S: Orphaned
+S: Orphan
 F: po/*.po
 
 Sphinx documentation configuration and build machinery
-- 
2.26.2



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

* Re: [PATCH 2/2] MAINTAINERS: Make status spellings consistent
  2020-10-30 15:34 ` [PATCH 2/2] MAINTAINERS: Make status spellings consistent John Snow
@ 2020-10-30 15:39   ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-10-30 15:39 UTC (permalink / raw)
  To: John Snow, qemu-devel; +Cc: Peter Maydell

On 10/30/20 4:34 PM, John Snow wrote:
> Signed-off-by: John Snow <jsnow@redhat.com>
> ---
>  MAINTAINERS | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>



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

* Re: [PATCH 0/2] MAINTAINERS cleanups
  2020-10-30 15:34 [PATCH 0/2] MAINTAINERS cleanups John Snow
  2020-10-30 15:34 ` [PATCH 1/2] MAINTAINERS: Remove Ben Warren John Snow
  2020-10-30 15:34 ` [PATCH 2/2] MAINTAINERS: Make status spellings consistent John Snow
@ 2021-01-13 22:08 ` John Snow
  2021-01-13 23:29   ` Philippe Mathieu-Daudé
  2 siblings, 1 reply; 6+ messages in thread
From: John Snow @ 2021-01-13 22:08 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell

On 10/30/20 11:34 AM, John Snow wrote:
> 
> 
> John Snow (2):
>    MAINTAINERS: Remove Ben Warren
>    MAINTAINERS: Make status spellings consistent
> 
>   MAINTAINERS | 13 ++++++-------
>   1 file changed, 6 insertions(+), 7 deletions(-)
> 

A little late for 5.2 now, but ... ping?



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

* Re: [PATCH 0/2] MAINTAINERS cleanups
  2021-01-13 22:08 ` [PATCH 0/2] MAINTAINERS cleanups John Snow
@ 2021-01-13 23:29   ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-01-13 23:29 UTC (permalink / raw)
  To: John Snow, QEMU Trivial; +Cc: Peter Maydell, qemu-devel

Cc'ing qemu-trivial@

On 1/13/21 11:08 PM, John Snow wrote:
> On 10/30/20 11:34 AM, John Snow wrote:
>>
>>
>> John Snow (2):
>>    MAINTAINERS: Remove Ben Warren
>>    MAINTAINERS: Make status spellings consistent
>>
>>   MAINTAINERS | 13 ++++++-------
>>   1 file changed, 6 insertions(+), 7 deletions(-)
>>
> 
> A little late for 5.2 now, but ... ping?



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

end of thread, other threads:[~2021-01-13 23:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-30 15:34 [PATCH 0/2] MAINTAINERS cleanups John Snow
2020-10-30 15:34 ` [PATCH 1/2] MAINTAINERS: Remove Ben Warren John Snow
2020-10-30 15:34 ` [PATCH 2/2] MAINTAINERS: Make status spellings consistent John Snow
2020-10-30 15:39   ` Philippe Mathieu-Daudé
2021-01-13 22:08 ` [PATCH 0/2] MAINTAINERS cleanups John Snow
2021-01-13 23:29   ` Philippe Mathieu-Daudé

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).