qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] MAINTAINERS: Update TCG CPU cores section
@ 2015-11-13 17:53 Paolo Bonzini
  2015-11-13 17:57 ` Peter Crosthwaite
  0 siblings, 1 reply; 3+ messages in thread
From: Paolo Bonzini @ 2015-11-13 17:53 UTC (permalink / raw)
  To: qemu-devel; +Cc: rth, crosthwaite.peter

These are the people that I think have been touching it lately
or reviewing patches.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 MAINTAINERS | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9e1fa72..f67a026 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -62,14 +62,22 @@ Guest CPU cores (TCG):
 ----------------------
 Overall
 L: qemu-devel@nongnu.org
-S: Odd fixes
+M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
+M: Richard Henderson <rth@twiddle.net>
+M: Paolo Bonzini <pbonzini@redhat.com>
+S: Maintained
 F: cpu-exec.c
+F: cpu-exec-common.c
+F: cpus.c
 F: cputlb.c
+F: exec.c
 F: softmmu_template.h
-F: translate-all.c
-F: include/exec/cpu_ldst.h
-F: include/exec/cpu_ldst_template.h
+F: translate-all.*
+F: translate-common.c
+F: include/exec/cpu*.h
+F: include/exec/exec-all.h
 F: include/exec/helper*.h
+F: include/exec/tb-hash.h
 
 Alpha
 M: Richard Henderson <rth@twiddle.net>
@@ -1042,6 +1050,7 @@ S: Supported
 F: include/exec/ioport.h
 F: ioport.c
 F: include/exec/memory.h
+F: include/exec/ram_addr.h
 F: memory.c
 F: include/exec/memory-internal.h
 F: exec.c
-- 
2.5.0

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Update TCG CPU cores section
  2015-11-13 17:53 [Qemu-devel] [PATCH] MAINTAINERS: Update TCG CPU cores section Paolo Bonzini
@ 2015-11-13 17:57 ` Peter Crosthwaite
  2015-11-18 11:16   ` Paolo Bonzini
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Crosthwaite @ 2015-11-13 17:57 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: Richard Henderson, qemu-devel@nongnu.org Developers,
	Peter Crosthwaite

On Fri, Nov 13, 2015 at 9:53 AM, Paolo Bonzini <pbonzini@redhat.com> wrote:
> These are the people that I think have been touching it lately
> or reviewing patches.
>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>


> ---
>  MAINTAINERS | 17 +++++++++++++----
>  1 file changed, 13 insertions(+), 4 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9e1fa72..f67a026 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -62,14 +62,22 @@ Guest CPU cores (TCG):
>  ----------------------
>  Overall
>  L: qemu-devel@nongnu.org
> -S: Odd fixes
> +M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
> +M: Richard Henderson <rth@twiddle.net>
> +M: Paolo Bonzini <pbonzini@redhat.com>

Happy to help out where possible. Does the order mean anything though?

Regards,
Peter

> +S: Maintained
>  F: cpu-exec.c
> +F: cpu-exec-common.c
> +F: cpus.c
>  F: cputlb.c
> +F: exec.c
>  F: softmmu_template.h
> -F: translate-all.c
> -F: include/exec/cpu_ldst.h
> -F: include/exec/cpu_ldst_template.h
> +F: translate-all.*
> +F: translate-common.c
> +F: include/exec/cpu*.h
> +F: include/exec/exec-all.h
>  F: include/exec/helper*.h
> +F: include/exec/tb-hash.h
>
>  Alpha
>  M: Richard Henderson <rth@twiddle.net>
> @@ -1042,6 +1050,7 @@ S: Supported
>  F: include/exec/ioport.h
>  F: ioport.c
>  F: include/exec/memory.h
> +F: include/exec/ram_addr.h
>  F: memory.c
>  F: include/exec/memory-internal.h
>  F: exec.c
> --
> 2.5.0
>

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Update TCG CPU cores section
  2015-11-13 17:57 ` Peter Crosthwaite
@ 2015-11-18 11:16   ` Paolo Bonzini
  0 siblings, 0 replies; 3+ messages in thread
From: Paolo Bonzini @ 2015-11-18 11:16 UTC (permalink / raw)
  To: Peter Crosthwaite
  Cc: Richard Henderson, qemu-devel@nongnu.org Developers,
	Peter Crosthwaite



On 13/11/2015 18:57, Peter Crosthwaite wrote:
> On Fri, Nov 13, 2015 at 9:53 AM, Paolo Bonzini <pbonzini@redhat.com> wrote:
>> These are the people that I think have been touching it lately
>> or reviewing patches.
>>
>> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> 
> 
>> ---
>>  MAINTAINERS | 17 +++++++++++++----
>>  1 file changed, 13 insertions(+), 4 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 9e1fa72..f67a026 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -62,14 +62,22 @@ Guest CPU cores (TCG):
>>  ----------------------
>>  Overall
>>  L: qemu-devel@nongnu.org
>> -S: Odd fixes
>> +M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
>> +M: Richard Henderson <rth@twiddle.net>
>> +M: Paolo Bonzini <pbonzini@redhat.com>
> 
> Happy to help out where possible. Does the order mean anything though?

No meaning at all.  I will make it alphabetic.

Paolo

> Regards,
> Peter
> 
>> +S: Maintained
>>  F: cpu-exec.c
>> +F: cpu-exec-common.c
>> +F: cpus.c
>>  F: cputlb.c
>> +F: exec.c
>>  F: softmmu_template.h
>> -F: translate-all.c
>> -F: include/exec/cpu_ldst.h
>> -F: include/exec/cpu_ldst_template.h
>> +F: translate-all.*
>> +F: translate-common.c
>> +F: include/exec/cpu*.h
>> +F: include/exec/exec-all.h
>>  F: include/exec/helper*.h
>> +F: include/exec/tb-hash.h
>>
>>  Alpha
>>  M: Richard Henderson <rth@twiddle.net>
>> @@ -1042,6 +1050,7 @@ S: Supported
>>  F: include/exec/ioport.h
>>  F: ioport.c
>>  F: include/exec/memory.h
>> +F: include/exec/ram_addr.h
>>  F: memory.c
>>  F: include/exec/memory-internal.h
>>  F: exec.c
>> --
>> 2.5.0
>>

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

end of thread, other threads:[~2015-11-18 11:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-13 17:53 [Qemu-devel] [PATCH] MAINTAINERS: Update TCG CPU cores section Paolo Bonzini
2015-11-13 17:57 ` Peter Crosthwaite
2015-11-18 11:16   ` Paolo Bonzini

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