qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 14/21] monitor: Limit QError use to command h


From: Markus Armbruster
Subject: Re: [Qemu-devel] [PATCH v3 14/21] monitor: Limit QError use to command handlers
Date: Fri, 29 May 2015 16:23:55 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

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

[Prev in Thread] Current Thread [Next in Thread]