All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] MAINTAINERS: X86 update
@ 2015-04-08 16:57 Eduardo Habkost
  2015-04-08 16:57 ` [Qemu-devel] [PATCH 1/2] MAINTAINERS: Add myself to X86 Eduardo Habkost
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eduardo Habkost @ 2015-04-08 16:57 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, Igor Mammedov, rth, Andreas Färber,
	Peter Maydell

Add myself as X86 maintainer, and change its status to "Maintained".

Eduardo Habkost (2):
  MAINTAINERS: Add myself to X86
  MAINTAINERS: Change status of X86 to Maintained

 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.1.0

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

* [Qemu-devel] [PATCH 1/2] MAINTAINERS: Add myself to X86
  2015-04-08 16:57 [Qemu-devel] [PATCH 0/2] MAINTAINERS: X86 update Eduardo Habkost
@ 2015-04-08 16:57 ` Eduardo Habkost
  2015-04-08 16:57 ` [Qemu-devel] [PATCH 2/2] MAINTAINERS: Change status of X86 to Maintained Eduardo Habkost
  2015-04-09  8:52 ` [Qemu-devel] [PATCH 0/2] MAINTAINERS: X86 update Paolo Bonzini
  2 siblings, 0 replies; 4+ messages in thread
From: Eduardo Habkost @ 2015-04-08 16:57 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, Igor Mammedov, rth, Andreas Färber,
	Peter Maydell

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

diff --git a/MAINTAINERS b/MAINTAINERS
index d7e9ba2..7db4c00 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -172,6 +172,7 @@ F: hw/unicore32/
 X86
 M: Paolo Bonzini <pbonzini@redhat.com>
 M: Richard Henderson <rth@twiddle.net>
+M: Eduardo Habkost <ehabkost@redhat.com>
 S: Odd Fixes
 F: target-i386/
 F: hw/i386/
-- 
2.1.0

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

* [Qemu-devel] [PATCH 2/2] MAINTAINERS: Change status of X86 to Maintained
  2015-04-08 16:57 [Qemu-devel] [PATCH 0/2] MAINTAINERS: X86 update Eduardo Habkost
  2015-04-08 16:57 ` [Qemu-devel] [PATCH 1/2] MAINTAINERS: Add myself to X86 Eduardo Habkost
@ 2015-04-08 16:57 ` Eduardo Habkost
  2015-04-09  8:52 ` [Qemu-devel] [PATCH 0/2] MAINTAINERS: X86 update Paolo Bonzini
  2 siblings, 0 replies; 4+ messages in thread
From: Eduardo Habkost @ 2015-04-08 16:57 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, Igor Mammedov, rth, Andreas Färber,
	Peter Maydell

"Odd Fixes" doesn't reflect the current status of target-i386. We have
people looking after it, now.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 7db4c00..f714a98 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -173,7 +173,7 @@ X86
 M: Paolo Bonzini <pbonzini@redhat.com>
 M: Richard Henderson <rth@twiddle.net>
 M: Eduardo Habkost <ehabkost@redhat.com>
-S: Odd Fixes
+S: Maintained
 F: target-i386/
 F: hw/i386/
 
-- 
2.1.0

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

* Re: [Qemu-devel] [PATCH 0/2] MAINTAINERS: X86 update
  2015-04-08 16:57 [Qemu-devel] [PATCH 0/2] MAINTAINERS: X86 update Eduardo Habkost
  2015-04-08 16:57 ` [Qemu-devel] [PATCH 1/2] MAINTAINERS: Add myself to X86 Eduardo Habkost
  2015-04-08 16:57 ` [Qemu-devel] [PATCH 2/2] MAINTAINERS: Change status of X86 to Maintained Eduardo Habkost
@ 2015-04-09  8:52 ` Paolo Bonzini
  2 siblings, 0 replies; 4+ messages in thread
From: Paolo Bonzini @ 2015-04-09  8:52 UTC (permalink / raw)
  To: Eduardo Habkost, qemu-devel
  Cc: Peter Maydell, rth, Andreas Färber, Igor Mammedov



On 08/04/2015 18:57, Eduardo Habkost wrote:
> Add myself as X86 maintainer, and change its status to "Maintained".
> 
> Eduardo Habkost (2):
>   MAINTAINERS: Add myself to X86
>   MAINTAINERS: Change status of X86 to Maintained
> 
>  MAINTAINERS | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 

x86 TCG would still be in odd fixes mode, but it's not worth splitting
the stanza.

Acked-by: Paolo Bonzini <pbonzini@redhat.com>

Paolo

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

end of thread, other threads:[~2015-04-09  8:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08 16:57 [Qemu-devel] [PATCH 0/2] MAINTAINERS: X86 update Eduardo Habkost
2015-04-08 16:57 ` [Qemu-devel] [PATCH 1/2] MAINTAINERS: Add myself to X86 Eduardo Habkost
2015-04-08 16:57 ` [Qemu-devel] [PATCH 2/2] MAINTAINERS: Change status of X86 to Maintained Eduardo Habkost
2015-04-09  8:52 ` [Qemu-devel] [PATCH 0/2] MAINTAINERS: X86 update 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.