The following hunk needs to be squashed in:

diff --git a/monitor.c b/monitor.c
index 16bd567..888d771 100644
--- a/monitor.c
+++ b/monitor.c
@@ -5005,7 +5005,6 @@ static void handle_qmp_command(JSONMessageParser *parser, 
QList *tokens)
         goto err_out;
     }
     if (invalid_qmp_mode(mon, cmd, &local_err)) {
-        qerror_report_err(local_err);
         goto err_out;
     }
 

Reply via email to