* [Qemu-devel] [PATCH] MAINTAINERS: add Stefan Hajnoczi as block and virtio-blk co-maintainer
@ 2012-11-09 13:29 Stefan Hajnoczi
2012-11-09 23:24 ` Paolo Bonzini
2012-11-12 10:03 ` Kevin Wolf
0 siblings, 2 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2012-11-09 13:29 UTC (permalink / raw)
To: qemu-devel; +Cc: Kevin Wolf, Stefan Hajnoczi
Kevin has requested co-maintainership to give him more time to write
code. We will alternate patch review duties on a weekly basis.
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 8f5681f..2ede20d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -553,6 +553,7 @@ T: git git://github.com/kvaneesh/QEMU.git
virtio-blk
M: Kevin Wolf <kwolf@redhat.com>
+M: Stefan Hajnoczi <stefanha@redhat.com>
S: Supported
F: hw/virtio-blk*
@@ -583,6 +584,7 @@ F: audio/
Block
M: Kevin Wolf <kwolf@redhat.com>
+M: Stefan Hajnoczi <stefanha@redhat.com>
S: Supported
F: block*
F: block/
--
1.7.12.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: add Stefan Hajnoczi as block and virtio-blk co-maintainer
2012-11-09 13:29 [Qemu-devel] [PATCH] MAINTAINERS: add Stefan Hajnoczi as block and virtio-blk co-maintainer Stefan Hajnoczi
@ 2012-11-09 23:24 ` Paolo Bonzini
2012-11-11 13:38 ` Stefan Hajnoczi
2012-11-12 10:03 ` Kevin Wolf
1 sibling, 1 reply; 4+ messages in thread
From: Paolo Bonzini @ 2012-11-09 23:24 UTC (permalink / raw)
To: Stefan Hajnoczi; +Cc: Kevin Wolf, qemu-devel
Il 09/11/2012 14:29, Stefan Hajnoczi ha scritto:
> Kevin has requested co-maintainership to give him more time to write
> code. We will alternate patch review duties on a weekly basis.
>
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> ---
> MAINTAINERS | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8f5681f..2ede20d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -553,6 +553,7 @@ T: git git://github.com/kvaneesh/QEMU.git
>
> virtio-blk
> M: Kevin Wolf <kwolf@redhat.com>
> +M: Stefan Hajnoczi <stefanha@redhat.com>
> S: Supported
> F: hw/virtio-blk*
>
> @@ -583,6 +584,7 @@ F: audio/
>
> Block
> M: Kevin Wolf <kwolf@redhat.com>
> +M: Stefan Hajnoczi <stefanha@redhat.com>
> S: Supported
> F: block*
> F: block/
>
Congratulations!
Paolo
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: add Stefan Hajnoczi as block and virtio-blk co-maintainer
2012-11-09 23:24 ` Paolo Bonzini
@ 2012-11-11 13:38 ` Stefan Hajnoczi
0 siblings, 0 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2012-11-11 13:38 UTC (permalink / raw)
To: Paolo Bonzini; +Cc: Kevin Wolf, qemu-devel, Stefan Hajnoczi
On Sat, Nov 10, 2012 at 12:24 AM, Paolo Bonzini <pbonzini@redhat.com> wrote:
> Il 09/11/2012 14:29, Stefan Hajnoczi ha scritto:
>> Kevin has requested co-maintainership to give him more time to write
>> code. We will alternate patch review duties on a weekly basis.
>>
>> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
>> ---
>> MAINTAINERS | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 8f5681f..2ede20d 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -553,6 +553,7 @@ T: git git://github.com/kvaneesh/QEMU.git
>>
>> virtio-blk
>> M: Kevin Wolf <kwolf@redhat.com>
>> +M: Stefan Hajnoczi <stefanha@redhat.com>
>> S: Supported
>> F: hw/virtio-blk*
>>
>> @@ -583,6 +584,7 @@ F: audio/
>>
>> Block
>> M: Kevin Wolf <kwolf@redhat.com>
>> +M: Stefan Hajnoczi <stefanha@redhat.com>
>> S: Supported
>> F: block*
>> F: block/
>>
>
> Congratulations!
I think that should have been reply To: Kevin, "Congratulations on
finding a sucker to help review block patches" ;-).
Thanks though!
Stefan
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: add Stefan Hajnoczi as block and virtio-blk co-maintainer
2012-11-09 13:29 [Qemu-devel] [PATCH] MAINTAINERS: add Stefan Hajnoczi as block and virtio-blk co-maintainer Stefan Hajnoczi
2012-11-09 23:24 ` Paolo Bonzini
@ 2012-11-12 10:03 ` Kevin Wolf
1 sibling, 0 replies; 4+ messages in thread
From: Kevin Wolf @ 2012-11-12 10:03 UTC (permalink / raw)
To: Stefan Hajnoczi; +Cc: qemu-devel
Am 09.11.2012 14:29, schrieb Stefan Hajnoczi:
> Kevin has requested co-maintainership to give him more time to write
> code. We will alternate patch review duties on a weekly basis.
>
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Acked-by: Kevin Wolf <kwolf@redhat.com>
Thanks, applied to the block branch.
Kevin
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-11-12 10:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-09 13:29 [Qemu-devel] [PATCH] MAINTAINERS: add Stefan Hajnoczi as block and virtio-blk co-maintainer Stefan Hajnoczi
2012-11-09 23:24 ` Paolo Bonzini
2012-11-11 13:38 ` Stefan Hajnoczi
2012-11-12 10:03 ` Kevin Wolf
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).