qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/1] MAINTAINERS update for s390x
@ 2014-10-21  6:34 Cornelia Huck
  2014-10-21  6:34 ` [Qemu-devel] [PATCH 1/1] s390x: sweep up unmaintained files Cornelia Huck
  0 siblings, 1 reply; 4+ messages in thread
From: Cornelia Huck @ 2014-10-21  6:34 UTC (permalink / raw)
  To: qemu-devel; +Cc: Cornelia Huck, Christian Borntraeger, Alexander Graf

We've added a bunch of files for s390x that are not reflected in the
respective sections. I'd hope Christian and Alex do not object to adding
them :)

Cornelia Huck (1):
  s390x: sweep up unmaintained files

 MAINTAINERS | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

-- 
1.8.5.5

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

* [Qemu-devel] [PATCH 1/1] s390x: sweep up unmaintained files
  2014-10-21  6:34 [Qemu-devel] [PATCH 0/1] MAINTAINERS update for s390x Cornelia Huck
@ 2014-10-21  6:34 ` Cornelia Huck
  2014-10-21  9:01   ` Alexander Graf
  2014-10-21  9:40   ` Christian Borntraeger
  0 siblings, 2 replies; 4+ messages in thread
From: Cornelia Huck @ 2014-10-21  6:34 UTC (permalink / raw)
  To: qemu-devel; +Cc: Cornelia Huck, Christian Borntraeger, Alexander Graf

Several s390x/kvm/ccw related files don't have an entry in MAINTAINERS:
Sort them into the appropriate sections.

CC: Christian Borntraeger <borntraeger@de.ibm.com>
CC: Alexander Graf <agraf@suse.de>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
---
 MAINTAINERS | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 206bf7e..8eed800 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -198,7 +198,9 @@ M: Cornelia Huck <cornelia.huck@de.ibm.com>
 M: Alexander Graf <agraf@suse.de>
 S: Maintained
 F: target-s390x/kvm.c
-F: hw/intc/s390_flic.[hc]
+F: hw/intc/s390_flic.c
+F: hw/intc/s390_flic_kvm.c
+F: include/hw/s390x/s390_flic.h
 
 X86
 M: Marcelo Tosatti <mtosatti@redhat.com>
@@ -521,6 +523,8 @@ F: hw/s390x/s390-virtio-ccw.c
 F: hw/s390x/css.[hc]
 F: hw/s390x/sclp*.[hc]
 F: hw/s390x/ipl*.[hc]
+F: include/hw/s390x/
+F: pc-bios/s390-ccw/
 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
 
 UniCore32 Machines
-- 
1.8.5.5

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

* Re: [Qemu-devel] [PATCH 1/1] s390x: sweep up unmaintained files
  2014-10-21  6:34 ` [Qemu-devel] [PATCH 1/1] s390x: sweep up unmaintained files Cornelia Huck
@ 2014-10-21  9:01   ` Alexander Graf
  2014-10-21  9:40   ` Christian Borntraeger
  1 sibling, 0 replies; 4+ messages in thread
From: Alexander Graf @ 2014-10-21  9:01 UTC (permalink / raw)
  To: Cornelia Huck; +Cc: Christian Borntraeger, qemu-devel@nongnu.org


> Am 21.10.2014 um 08:34 schrieb Cornelia Huck <cornelia.huck@de.ibm.com>:
> 
> Several s390x/kvm/ccw related files don't have an entry in MAINTAINERS:
> Sort them into the appropriate sections.
> 
> CC: Christian Borntraeger <borntraeger@de.ibm.com>
> CC: Alexander Graf <agraf@suse.de>
> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>

Reviewed-by: Alexander Graf <agraf@suse.de>

Also, for single patches it usually doesn't make sense to write a cover letter. The point of a cover letter is to explain the bigger picture about a patch set - which is moot for single patches ;)


Alex

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

* Re: [Qemu-devel] [PATCH 1/1] s390x: sweep up unmaintained files
  2014-10-21  6:34 ` [Qemu-devel] [PATCH 1/1] s390x: sweep up unmaintained files Cornelia Huck
  2014-10-21  9:01   ` Alexander Graf
@ 2014-10-21  9:40   ` Christian Borntraeger
  1 sibling, 0 replies; 4+ messages in thread
From: Christian Borntraeger @ 2014-10-21  9:40 UTC (permalink / raw)
  To: Cornelia Huck, qemu-devel; +Cc: Alexander Graf

Am 21.10.2014 08:34, schrieb Cornelia Huck:
> Several s390x/kvm/ccw related files don't have an entry in MAINTAINERS:
> Sort them into the appropriate sections.
> 
> CC: Christian Borntraeger <borntraeger@de.ibm.com>

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

> CC: Alexander Graf <agraf@suse.de>
> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
> ---
>  MAINTAINERS | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 206bf7e..8eed800 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -198,7 +198,9 @@ M: Cornelia Huck <cornelia.huck@de.ibm.com>
>  M: Alexander Graf <agraf@suse.de>
>  S: Maintained
>  F: target-s390x/kvm.c
> -F: hw/intc/s390_flic.[hc]
> +F: hw/intc/s390_flic.c
> +F: hw/intc/s390_flic_kvm.c
> +F: include/hw/s390x/s390_flic.h
> 
>  X86
>  M: Marcelo Tosatti <mtosatti@redhat.com>
> @@ -521,6 +523,8 @@ F: hw/s390x/s390-virtio-ccw.c
>  F: hw/s390x/css.[hc]
>  F: hw/s390x/sclp*.[hc]
>  F: hw/s390x/ipl*.[hc]
> +F: include/hw/s390x/
> +F: pc-bios/s390-ccw/
>  T: git git://github.com/cohuck/qemu virtio-ccw-upstr
> 
>  UniCore32 Machines
> 

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

end of thread, other threads:[~2014-10-21  9:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-21  6:34 [Qemu-devel] [PATCH 0/1] MAINTAINERS update for s390x Cornelia Huck
2014-10-21  6:34 ` [Qemu-devel] [PATCH 1/1] s390x: sweep up unmaintained files Cornelia Huck
2014-10-21  9:01   ` Alexander Graf
2014-10-21  9:40   ` Christian Borntraeger

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