From 7810d29198790a805936e7a2f44c055184a56b0a Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Mon, 3 Jun 2013 11:11:53 -0400 Subject: [PATCH 1/3] MAINTAINERS: new maintainers for qapi-schema.json I'm facing two problems lately wrt QMP patch review: increasingly lack of bandwidth and lack of background in so many different areas that are getting new QMP commands almost every week. In order to help me mitigate this problem, I'm adding Eric and Markus (besides me) as maintainers of the qapi-schema.json file. Markus has been an old timer reviewer. Eric is being the most active and prolific reviewer of QMP patches for some time now. I believe Markus and Eric will keep doing their work as before, but starting now I'll require the ACK of at least one of them before appling a patch/series that touches the qapi-schema.json file. Signed-off-by: Luiz Capitulino Reviewed-by: Eric Blake Acked-by: Markus Armbruster --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index be02724e6e..432185a5ee 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -706,6 +706,13 @@ F: nbd.* F: qemu-nbd.c T: git git://github.com/bonzini/qemu.git nbd-next +QAPI Schema +M: Eric Blake +M: Luiz Capitulino +M: Markus Armbruster +S: Supported +F: qapi-schema.json + SLIRP M: Jan Kiszka S: Maintained From 8899b4ae2d792967b7655d3081fb2994426e4658 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Mon, 3 Jun 2013 11:14:26 -0400 Subject: [PATCH 2/3] MAINTAINERS: split Monitor (QMP/HMP) entry This entry doesn't reflect reality for a few years now. This commit splits it into Human Monitor (HMP), QAPI and QMP. Markus is dropped as a maintainer. This is what we have been for the last few years. Also, it's going to help me to offload some of this work to someone else in the near future. Signed-off-by: Luiz Capitulino Acked-by: Markus Armbruster --- MAINTAINERS | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 432185a5ee..13c0cc590c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -685,11 +685,12 @@ M: Anthony Liguori S: Supported F: vl.c -Monitor (QMP/HMP) +Human Monitor (HMP) M: Luiz Capitulino -M: Markus Armbruster S: Supported F: monitor.c +F: hmp.c +F: hmp-commands.hx Network device layer M: Anthony Liguori @@ -706,6 +707,12 @@ F: nbd.* F: qemu-nbd.c T: git git://github.com/bonzini/qemu.git nbd-next +QAPI +M: Luiz Capitulino +M: Michael Roth +S: Supported +F: qapi/ + QAPI Schema M: Eric Blake M: Luiz Capitulino @@ -713,6 +720,14 @@ M: Markus Armbruster S: Supported F: qapi-schema.json +QMP +M: Luiz Capitulino +S: Supported +F: qmp.c +F: monitor.c +F: qmp-commands.hx +F: QMP/ + SLIRP M: Jan Kiszka S: Maintained From 9914fbedf21f1ffd45af67c8f3fe8a2e8f7e7785 Mon Sep 17 00:00:00 2001 From: Marcelo Tosatti Date: Fri, 7 Jun 2013 16:52:43 -0300 Subject: [PATCH 3/3] correct RTC_CHANGE_EVENT description (v2) Fix RTC_CHANGE event description to match implementation. Signed-off-by: Marcelo Tosatti Signed-off-by: Luiz Capitulino --- QMP/qmp-events.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/QMP/qmp-events.txt b/QMP/qmp-events.txt index 92fe5fb406..24e804e948 100644 --- a/QMP/qmp-events.txt +++ b/QMP/qmp-events.txt @@ -203,7 +203,8 @@ Emitted when the guest changes the RTC time. Data: -- "offset": delta against the host UTC in seconds (json-number) +- "offset": Offset between base RTC clock (as specified by -rtc base), and +new RTC clock value (json-number) Example: