diff options
author | Markus Armbruster <armbru@redhat.com> | 2016-09-28 19:33:41 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2016-10-07 19:22:11 +0200 |
commit | c833fb4aeb01c124093a7569c0c333f80967d337 (patch) | |
tree | 9d46849a62c0b11d49c621641e88fb82e8f18bc3 | |
parent | 1382d4abdf9619985e4078e37e49e487cea9935e (diff) | |
download | qemu-c833fb4aeb01c124093a7569c0c333f80967d337.zip qemu-c833fb4aeb01c124093a7569c0c333f80967d337.tar.gz qemu-c833fb4aeb01c124093a7569c0c333f80967d337.tar.bz2 |
MAINTAINERS: Pass the HMP staff from Luiz to David
David graciously volunteered to take this off Luiz's hands.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <1475084022-30117-2-git-send-email-armbru@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Acked-by: Luiz Capitulino <lcapitulino@redhat.com>
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 76a0fdb..851cda7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1176,12 +1176,11 @@ F: qemu-timer.c F: vl.c Human Monitor (HMP) -M: Luiz Capitulino <lcapitulino@redhat.com> +M: Dr. David Alan Gilbert <dgilbert@redhat.com> S: Maintained F: monitor.c F: hmp.c F: hmp-commands.hx -T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp Network device backends M: Jason Wang <jasowang@redhat.com> |