diff mbox

MAINTAINERS: Split "Block QAPI, monitor, command line" off core

Message ID 1432121026-12392-1-git-send-email-armbru@redhat.com
State New
Headers show

Commit Message

Markus Armbruster May 20, 2015, 11:23 a.m. UTC
Kevin and Stefan asked me to take care of this part.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Eric Blake May 20, 2015, 2:10 p.m. UTC | #1
On 05/20/2015 05:23 AM, Markus Armbruster wrote:
> Kevin and Stefan asked me to take care of this part.
> 
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
>  MAINTAINERS | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 

Reviewed-by: Eric Blake <eblake@redhat.com>

> diff --git a/MAINTAINERS b/MAINTAINERS
> index b3552b2..8df0c6a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -812,6 +812,14 @@ F: block/stream.h
>  F: block/mirror.c
>  T: git git://github.com/codyprime/qemu-kvm-jtc.git block
>  
> +Block QAPI, monitor, command line
> +M: Markus Armbruster <armbru@redhat.com>
> +S: Supported
> +F: blockdev.c
> +F: block/qapi.c
> +F: qapi/block*.json
> +T: git git://repo.or.cz/qemu/armbru.git block-next
> +
>  Character Devices
>  M: Paolo Bonzini <pbonzini@redhat.com>
>  S: Maintained
>
Kevin Wolf May 20, 2015, 2:38 p.m. UTC | #2
Am 20.05.2015 um 13:23 hat Markus Armbruster geschrieben:
> Kevin and Stefan asked me to take care of this part.
> 
> Signed-off-by: Markus Armbruster <armbru@redhat.com>

Thanks, applied to the block branch.

Kevin
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index b3552b2..8df0c6a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -812,6 +812,14 @@  F: block/stream.h
 F: block/mirror.c
 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
 
+Block QAPI, monitor, command line
+M: Markus Armbruster <armbru@redhat.com>
+S: Supported
+F: blockdev.c
+F: block/qapi.c
+F: qapi/block*.json
+T: git git://repo.or.cz/qemu/armbru.git block-next
+
 Character Devices
 M: Paolo Bonzini <pbonzini@redhat.com>
 S: Maintained