All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] MAINTAINERS: Update git URLs for my trees
@ 2017-09-01 15:39 Eduardo Habkost
  2017-09-01 15:47 ` Eduardo Habkost
  0 siblings, 1 reply; 4+ messages in thread
From: Eduardo Habkost @ 2017-09-01 15:39 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, Richard Henderson, Peter Maydell,
	Marcel Apfelbaum, Igor Mammedov

List the branches where I queue patches for Machine Core, NUMA,
Memory Backends, and X86.  Update the NUMA section to list the
"numa-next" branch instead of "numa".

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
---
 MAINTAINERS | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index ccee28b12d..d72d8183bf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -250,6 +250,7 @@ S: Maintained
 F: target/i386/
 F: hw/i386/
 F: disas/i386.c
+T: git git://github.com/ehabkost/qemu.git x86-next
 
 Xtensa
 M: Max Filippov <jcmvbkbc@gmail.com>
@@ -858,6 +859,7 @@ S: Supported
 F: hw/core/machine.c
 F: hw/core/null-machine.c
 F: include/hw/boards.h
+T: git git://github.com/ehabkost/qemu.git machine-next
 
 Xtensa Machines
 ---------------
@@ -1368,7 +1370,7 @@ M: Eduardo Habkost <ehabkost@redhat.com>
 S: Maintained
 F: numa.c
 F: include/sysemu/numa.h
-T: git git://github.com/ehabkost/qemu.git numa
+T: git git://github.com/ehabkost/qemu.git numa-next
 
 Host Memory Backends
 M: Eduardo Habkost <ehabkost@redhat.com>
@@ -1376,6 +1378,7 @@ M: Igor Mammedov <imammedo@redhat.com>
 S: Maintained
 F: backends/hostmem*.c
 F: include/sysemu/hostmem.h
+T: git git://github.com/ehabkost/qemu.git machine-next
 
 Cryptodev Backends
 M: Gonglei <arei.gonglei@huawei.com>
-- 
2.13.5

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Update git URLs for my trees
  2017-09-01 15:39 [Qemu-devel] [PATCH] MAINTAINERS: Update git URLs for my trees Eduardo Habkost
@ 2017-09-01 15:47 ` Eduardo Habkost
  2017-09-01 16:51   ` Richard Henderson
  2017-09-12  8:14   ` Paolo Bonzini
  0 siblings, 2 replies; 4+ messages in thread
From: Eduardo Habkost @ 2017-09-01 15:47 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, Richard Henderson, Peter Maydell,
	Marcel Apfelbaum, Igor Mammedov

On Fri, Sep 01, 2017 at 12:39:28PM -0300, Eduardo Habkost wrote:
> List the branches where I queue patches for Machine Core, NUMA,
> Memory Backends, and X86.  Update the NUMA section to list the
> "numa-next" branch instead of "numa".
> 
> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
> ---
>  MAINTAINERS | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ccee28b12d..d72d8183bf 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -250,6 +250,7 @@ S: Maintained
>  F: target/i386/
>  F: hw/i386/
>  F: disas/i386.c
> +T: git git://github.com/ehabkost/qemu.git x86-next

Note: in the case of X86, Paolo and Richard have their own trees
too.  We probably should list them to avoid misleading people to
think mine is the only one.

Paolo, Richard: any git URLs you would like to list here?

-- 
Eduardo

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Update git URLs for my trees
  2017-09-01 15:47 ` Eduardo Habkost
@ 2017-09-01 16:51   ` Richard Henderson
  2017-09-12  8:14   ` Paolo Bonzini
  1 sibling, 0 replies; 4+ messages in thread
From: Richard Henderson @ 2017-09-01 16:51 UTC (permalink / raw)
  To: Eduardo Habkost, qemu-devel
  Cc: Paolo Bonzini, Peter Maydell, Marcel Apfelbaum, Igor Mammedov

On 09/01/2017 08:47 AM, Eduardo Habkost wrote:
> Paolo, Richard: any git URLs you would like to list here?

I don't have a fixed branch name for my target/i386 development.


r~

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Update git URLs for my trees
  2017-09-01 15:47 ` Eduardo Habkost
  2017-09-01 16:51   ` Richard Henderson
@ 2017-09-12  8:14   ` Paolo Bonzini
  1 sibling, 0 replies; 4+ messages in thread
From: Paolo Bonzini @ 2017-09-12  8:14 UTC (permalink / raw)
  To: Eduardo Habkost, qemu-devel
  Cc: Richard Henderson, Peter Maydell, Marcel Apfelbaum, Igor Mammedov

On 01/09/2017 17:47, Eduardo Habkost wrote:
> On Fri, Sep 01, 2017 at 12:39:28PM -0300, Eduardo Habkost wrote:
>> List the branches where I queue patches for Machine Core, NUMA,
>> Memory Backends, and X86.  Update the NUMA section to list the
>> "numa-next" branch instead of "numa".
>>
>> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
>> ---
>>  MAINTAINERS | 5 ++++-
>>  1 file changed, 4 insertions(+), 1 deletion(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index ccee28b12d..d72d8183bf 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -250,6 +250,7 @@ S: Maintained
>>  F: target/i386/
>>  F: hw/i386/
>>  F: disas/i386.c
>> +T: git git://github.com/ehabkost/qemu.git x86-next
> 
> Note: in the case of X86, Paolo and Richard have their own trees
> too.  We probably should list them to avoid misleading people to
> think mine is the only one.
> 
> Paolo, Richard: any git URLs you would like to list here?

I don't have a public branch.  Because I generally collect random
patches and send them out when I have time to test, the public branch
might not even compile at times. :)

Paolo

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

end of thread, other threads:[~2017-09-12  8:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-01 15:39 [Qemu-devel] [PATCH] MAINTAINERS: Update git URLs for my trees Eduardo Habkost
2017-09-01 15:47 ` Eduardo Habkost
2017-09-01 16:51   ` Richard Henderson
2017-09-12  8:14   ` Paolo Bonzini

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.