qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] s390x/MAINTAINERS: add mailing list
@ 2017-10-05 15:13 Cornelia Huck
  2017-10-05 15:16 ` Cornelia Huck
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Cornelia Huck @ 2017-10-05 15:13 UTC (permalink / raw)
  To: qemu-devel, qemu-s390x
  Cc: borntraeger, agraf, rth, thuth, david, Cornelia Huck

There's a new qemu-s390x@nongnu.org mailing list: add it to the
s390 sections.

Signed-off-by: Cornelia Huck <cohuck@redhat.com>
---
 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 772ac209e1..f1b096ca08 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -216,6 +216,7 @@ S: Maintained
 F: target/s390x/
 F: hw/s390x/
 F: disas/s390.c
+L: qemu-s390x@nongnu.org
 
 SH4
 M: Aurelien Jarno <aurelien@aurel32.net>
@@ -309,6 +310,7 @@ F: include/hw/s390x/s390_flic.h
 F: gdb-xml/s390*.xml
 T: git git://github.com/cohuck/qemu.git s390-next
 T: git git://github.com/borntraeger/qemu.git s390-next
+L: qemu-s390x@nongnu.org
 
 X86
 M: Paolo Bonzini <pbonzini@redhat.com>
@@ -807,6 +809,7 @@ F: pc-bios/s390-ccw.img
 F: default-configs/s390x-softmmu.mak
 T: git git://github.com/cohuck/qemu.git s390-next
 T: git git://github.com/borntraeger/qemu.git s390-next
+L: qemu-s390x@nongnu.org
 
 UniCore32 Machines
 -------------
@@ -1036,6 +1039,7 @@ F: hw/vfio/ccw.c
 F: hw/s390x/s390-ccw.c
 F: include/hw/s390x/s390-ccw.h
 T: git git://github.com/cohuck/qemu.git s390-next
+L: qemu-s390x@nongnu.org
 
 vhost
 M: Michael S. Tsirkin <mst@redhat.com>
@@ -1079,6 +1083,7 @@ S: Supported
 F: hw/s390x/virtio-ccw.[hc]
 T: git git://github.com/cohuck/qemu.git s390-next
 T: git git://github.com/borntraeger/qemu.git s390-next
+L: qemu-s390x@nongnu.org
 
 virtio-input
 M: Gerd Hoffmann <kraxel@redhat.com>
@@ -1709,6 +1714,7 @@ M: Richard Henderson <rth@twiddle.net>
 S: Maintained
 F: tcg/s390/
 F: disas/s390.c
+L: qemu-s390x@nongnu.org
 
 SPARC target
 S: Odd Fixes
-- 
2.13.6

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

* Re: [Qemu-devel] [PATCH] s390x/MAINTAINERS: add mailing list
  2017-10-05 15:13 [Qemu-devel] [PATCH] s390x/MAINTAINERS: add mailing list Cornelia Huck
@ 2017-10-05 15:16 ` Cornelia Huck
  2017-10-12  6:02   ` Thomas Huth
  2017-10-05 15:35 ` Thomas Huth
  2017-10-12 13:03 ` Cornelia Huck
  2 siblings, 1 reply; 9+ messages in thread
From: Cornelia Huck @ 2017-10-05 15:16 UTC (permalink / raw)
  To: qemu-devel; +Cc: borntraeger, agraf, rth, thuth, david

On Thu,  5 Oct 2017 17:13:13 +0200
Cornelia Huck <cohuck@redhat.com> wrote:

> There's a new qemu-s390x@nongnu.org mailing list: add it to the
> s390 sections.
> 
> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
> ---
>  MAINTAINERS | 6 ++++++
>  1 file changed, 6 insertions(+)

Hnm. Hold this, the mailing list does not seem to work yet(?).

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

* Re: [Qemu-devel] [PATCH] s390x/MAINTAINERS: add mailing list
  2017-10-05 15:13 [Qemu-devel] [PATCH] s390x/MAINTAINERS: add mailing list Cornelia Huck
  2017-10-05 15:16 ` Cornelia Huck
@ 2017-10-05 15:35 ` Thomas Huth
  2017-10-12 13:03 ` Cornelia Huck
  2 siblings, 0 replies; 9+ messages in thread
From: Thomas Huth @ 2017-10-05 15:35 UTC (permalink / raw)
  To: Cornelia Huck, qemu-devel, qemu-s390x; +Cc: borntraeger, agraf, rth, david

On 05.10.2017 17:13, Cornelia Huck wrote:
> There's a new qemu-s390x@nongnu.org mailing list: add it to the
> s390 sections.
> 
> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
> ---
>  MAINTAINERS | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 772ac209e1..f1b096ca08 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -216,6 +216,7 @@ S: Maintained
>  F: target/s390x/
>  F: hw/s390x/
>  F: disas/s390.c
> +L: qemu-s390x@nongnu.org
>  
>  SH4
>  M: Aurelien Jarno <aurelien@aurel32.net>
> @@ -309,6 +310,7 @@ F: include/hw/s390x/s390_flic.h
>  F: gdb-xml/s390*.xml
>  T: git git://github.com/cohuck/qemu.git s390-next
>  T: git git://github.com/borntraeger/qemu.git s390-next
> +L: qemu-s390x@nongnu.org
>  
>  X86
>  M: Paolo Bonzini <pbonzini@redhat.com>
> @@ -807,6 +809,7 @@ F: pc-bios/s390-ccw.img
>  F: default-configs/s390x-softmmu.mak
>  T: git git://github.com/cohuck/qemu.git s390-next
>  T: git git://github.com/borntraeger/qemu.git s390-next
> +L: qemu-s390x@nongnu.org
>  
>  UniCore32 Machines
>  -------------
> @@ -1036,6 +1039,7 @@ F: hw/vfio/ccw.c
>  F: hw/s390x/s390-ccw.c
>  F: include/hw/s390x/s390-ccw.h
>  T: git git://github.com/cohuck/qemu.git s390-next
> +L: qemu-s390x@nongnu.org
>  
>  vhost
>  M: Michael S. Tsirkin <mst@redhat.com>
> @@ -1079,6 +1083,7 @@ S: Supported
>  F: hw/s390x/virtio-ccw.[hc]
>  T: git git://github.com/cohuck/qemu.git s390-next
>  T: git git://github.com/borntraeger/qemu.git s390-next
> +L: qemu-s390x@nongnu.org
>  
>  virtio-input
>  M: Gerd Hoffmann <kraxel@redhat.com>
> @@ -1709,6 +1714,7 @@ M: Richard Henderson <rth@twiddle.net>
>  S: Maintained
>  F: tcg/s390/
>  F: disas/s390.c
> +L: qemu-s390x@nongnu.org
>  
>  SPARC target
>  S: Odd Fixes

Reviewed-by: Thomas Huth <thuth@redhat.com>

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

* Re: [Qemu-devel] [PATCH] s390x/MAINTAINERS: add mailing list
  2017-10-05 15:16 ` Cornelia Huck
@ 2017-10-12  6:02   ` Thomas Huth
  2017-10-12  7:40     ` Cornelia Huck
  0 siblings, 1 reply; 9+ messages in thread
From: Thomas Huth @ 2017-10-12  6:02 UTC (permalink / raw)
  To: Cornelia Huck, qemu-devel
  Cc: borntraeger, david, agraf, rth, Claudio Imbrenda, Dong Jia Shi,
	Eric Farman, Farhan Ali, Halil Pasic, Jason J Herne, Pierre Morel

On 05.10.2017 17:16, Cornelia Huck wrote:
> On Thu,  5 Oct 2017 17:13:13 +0200
> Cornelia Huck <cohuck@redhat.com> wrote:
> 
>> There's a new qemu-s390x@nongnu.org mailing list: add it to the
>> s390 sections.
>>
>> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
>> ---
>>  MAINTAINERS | 6 ++++++
>>  1 file changed, 6 insertions(+)
> 
> Hnm. Hold this, the mailing list does not seem to work yet(?).

FYI: It should be fixed now! (thanks to Ian Kelling from gnu.org)

 Thomas

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

* Re: [Qemu-devel] [PATCH] s390x/MAINTAINERS: add mailing list
  2017-10-12  6:02   ` Thomas Huth
@ 2017-10-12  7:40     ` Cornelia Huck
  2017-10-12 10:20       ` Christian Borntraeger
  0 siblings, 1 reply; 9+ messages in thread
From: Cornelia Huck @ 2017-10-12  7:40 UTC (permalink / raw)
  To: Thomas Huth
  Cc: qemu-devel, borntraeger, david, agraf, rth, Claudio Imbrenda,
	Dong Jia Shi, Eric Farman, Farhan Ali, Halil Pasic, Jason J Herne,
	Pierre Morel

On Thu, 12 Oct 2017 08:02:12 +0200
Thomas Huth <thuth@redhat.com> wrote:

> On 05.10.2017 17:16, Cornelia Huck wrote:
> > On Thu,  5 Oct 2017 17:13:13 +0200
> > Cornelia Huck <cohuck@redhat.com> wrote:
> >   
> >> There's a new qemu-s390x@nongnu.org mailing list: add it to the
> >> s390 sections.
> >>
> >> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
> >> ---
> >>  MAINTAINERS | 6 ++++++
> >>  1 file changed, 6 insertions(+)  
> > 
> > Hnm. Hold this, the mailing list does not seem to work yet(?).  
> 
> FYI: It should be fixed now! (thanks to Ian Kelling from gnu.org)
> 
>  Thomas

Yeah!

I'll queue this. Any further acks from maintainers?

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

* Re: [Qemu-devel] [PATCH] s390x/MAINTAINERS: add mailing list
  2017-10-12  7:40     ` Cornelia Huck
@ 2017-10-12 10:20       ` Christian Borntraeger
  2017-10-12 10:34         ` Cornelia Huck
  0 siblings, 1 reply; 9+ messages in thread
From: Christian Borntraeger @ 2017-10-12 10:20 UTC (permalink / raw)
  To: Cornelia Huck, Thomas Huth
  Cc: Eric Farman, Halil Pasic, david, qemu-devel, Farhan Ali,
	Pierre Morel, agraf, Claudio Imbrenda, Jason J Herne,
	Dong Jia Shi, rth



On 10/12/2017 09:40 AM, Cornelia Huck wrote:
> On Thu, 12 Oct 2017 08:02:12 +0200
> Thomas Huth <thuth@redhat.com> wrote:
> 
>> On 05.10.2017 17:16, Cornelia Huck wrote:
>>> On Thu,  5 Oct 2017 17:13:13 +0200
>>> Cornelia Huck <cohuck@redhat.com> wrote:
>>>   
>>>> There's a new qemu-s390x@nongnu.org mailing list: add it to the
>>>> s390 sections.
>>>>
>>>> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
>>>> ---
>>>>  MAINTAINERS | 6 ++++++
>>>>  1 file changed, 6 insertions(+)  
>>>
>>> Hnm. Hold this, the mailing list does not seem to work yet(?).  
>>
>> FYI: It should be fixed now! (thanks to Ian Kelling from gnu.org)
>>
>>  Thomas
> 
> Yeah!
> 
> I'll queue this. Any further acks from maintainers?

Do you have mine?

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

* Re: [Qemu-devel] [PATCH] s390x/MAINTAINERS: add mailing list
  2017-10-12 10:20       ` Christian Borntraeger
@ 2017-10-12 10:34         ` Cornelia Huck
  2017-10-12 10:35           ` Christian Borntraeger
  0 siblings, 1 reply; 9+ messages in thread
From: Cornelia Huck @ 2017-10-12 10:34 UTC (permalink / raw)
  To: Christian Borntraeger
  Cc: Thomas Huth, Eric Farman, Halil Pasic, david, qemu-devel,
	Farhan Ali, Pierre Morel, agraf, Claudio Imbrenda, Jason J Herne,
	Dong Jia Shi, rth

On Thu, 12 Oct 2017 12:20:47 +0200
Christian Borntraeger <borntraeger@de.ibm.com> wrote:

> On 10/12/2017 09:40 AM, Cornelia Huck wrote:
> > On Thu, 12 Oct 2017 08:02:12 +0200
> > Thomas Huth <thuth@redhat.com> wrote:
> >   
> >> On 05.10.2017 17:16, Cornelia Huck wrote:  
> >>> On Thu,  5 Oct 2017 17:13:13 +0200
> >>> Cornelia Huck <cohuck@redhat.com> wrote:
> >>>     
> >>>> There's a new qemu-s390x@nongnu.org mailing list: add it to the
> >>>> s390 sections.
> >>>>
> >>>> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
> >>>> ---
> >>>>  MAINTAINERS | 6 ++++++
> >>>>  1 file changed, 6 insertions(+)    
> >>>
> >>> Hnm. Hold this, the mailing list does not seem to work yet(?).    
> >>
> >> FYI: It should be fixed now! (thanks to Ian Kelling from gnu.org)
> >>
> >>  Thomas  
> > 
> > Yeah!
> > 
> > I'll queue this. Any further acks from maintainers?  
> 
> Do you have mine?
> 

At least not in my inbox...

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

* Re: [Qemu-devel] [PATCH] s390x/MAINTAINERS: add mailing list
  2017-10-12 10:34         ` Cornelia Huck
@ 2017-10-12 10:35           ` Christian Borntraeger
  0 siblings, 0 replies; 9+ messages in thread
From: Christian Borntraeger @ 2017-10-12 10:35 UTC (permalink / raw)
  To: Cornelia Huck
  Cc: Thomas Huth, Eric Farman, Halil Pasic, david, qemu-devel,
	Farhan Ali, Pierre Morel, agraf, Claudio Imbrenda, Jason J Herne,
	Dong Jia Shi, rth



On 10/12/2017 12:34 PM, Cornelia Huck wrote:
> On Thu, 12 Oct 2017 12:20:47 +0200
> Christian Borntraeger <borntraeger@de.ibm.com> wrote:
> 
>> On 10/12/2017 09:40 AM, Cornelia Huck wrote:
>>> On Thu, 12 Oct 2017 08:02:12 +0200
>>> Thomas Huth <thuth@redhat.com> wrote:
>>>   
>>>> On 05.10.2017 17:16, Cornelia Huck wrote:  
>>>>> On Thu,  5 Oct 2017 17:13:13 +0200
>>>>> Cornelia Huck <cohuck@redhat.com> wrote:
>>>>>     
>>>>>> There's a new qemu-s390x@nongnu.org mailing list: add it to the
>>>>>> s390 sections.
>>>>>>
>>>>>> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
>>>>>> ---
>>>>>>  MAINTAINERS | 6 ++++++
>>>>>>  1 file changed, 6 insertions(+)    
>>>>>
>>>>> Hnm. Hold this, the mailing list does not seem to work yet(?).    
>>>>
>>>> FYI: It should be fixed now! (thanks to Ian Kelling from gnu.org)
>>>>
>>>>  Thomas  
>>>
>>> Yeah!
>>>
>>> I'll queue this. Any further acks from maintainers?  
>>
>> Do you have mine?
>>
> 
> At least not in my inbox...

No idea if I sent one.

Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>

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

* Re: [Qemu-devel] [PATCH] s390x/MAINTAINERS: add mailing list
  2017-10-05 15:13 [Qemu-devel] [PATCH] s390x/MAINTAINERS: add mailing list Cornelia Huck
  2017-10-05 15:16 ` Cornelia Huck
  2017-10-05 15:35 ` Thomas Huth
@ 2017-10-12 13:03 ` Cornelia Huck
  2 siblings, 0 replies; 9+ messages in thread
From: Cornelia Huck @ 2017-10-12 13:03 UTC (permalink / raw)
  To: qemu-devel, qemu-s390x; +Cc: borntraeger, agraf, rth, thuth, david

On Thu,  5 Oct 2017 17:13:13 +0200
Cornelia Huck <cohuck@redhat.com> wrote:

> There's a new qemu-s390x@nongnu.org mailing list: add it to the
> s390 sections.
> 
> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
> ---
>  MAINTAINERS | 6 ++++++
>  1 file changed, 6 insertions(+)

Queued to s390-next.

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

end of thread, other threads:[~2017-10-12 13:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-05 15:13 [Qemu-devel] [PATCH] s390x/MAINTAINERS: add mailing list Cornelia Huck
2017-10-05 15:16 ` Cornelia Huck
2017-10-12  6:02   ` Thomas Huth
2017-10-12  7:40     ` Cornelia Huck
2017-10-12 10:20       ` Christian Borntraeger
2017-10-12 10:34         ` Cornelia Huck
2017-10-12 10:35           ` Christian Borntraeger
2017-10-05 15:35 ` Thomas Huth
2017-10-12 13:03 ` Cornelia Huck

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