From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0HJ4-00067H-74 for qemu-devel@nongnu.org; Wed, 03 Jun 2015 18:38:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0HIz-0008Je-7K for qemu-devel@nongnu.org; Wed, 03 Jun 2015 18:38:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42023) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0HIz-0008JJ-2F for qemu-devel@nongnu.org; Wed, 03 Jun 2015 18:38:37 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 188FA8E674 for ; Wed, 3 Jun 2015 22:38:36 +0000 (UTC) From: Bandan Das Date: Wed, 3 Jun 2015 18:38:06 -0400 Message-Id: <1433371090-11781-1-git-send-email-bsd@redhat.com> Subject: [Qemu-devel] [PATCH v5 0/4] monitor: suggest running "help" for command errors List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: armbru@redhat.com v5: Move "monitor: remove debug prints" to first in the series Minor fixes to comments and commit messages v4: Better name for cmdline index pointer [1/4] Change comment for monitor_parse_command as suggested in review [1/4] Fix potential compilation failure in debug print [1/4] New - Fix failure path for argument type "S" [3/4] New - Remove debug prints [4/4] v3: Track the current location directly in the command line [1/2] Fix potential qdict leak [1/2] Document char **endp [1/2] Rebase on top of changes and add reviewed-by [2/2] v2: Split up the command name and arguments parsing into separate functions. [1/2] Skip checking for failures with commands that use the .cmd_new interface or the async interface since they are scheduled for removal [2/2] Bandan Das (4): monitor: remove debug prints monitor: cleanup parsing of cmd name and cmd arguments monitor: Point to "help" command on syntax error monitor: Fix failure path for "S" argument monitor.c | 122 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 61 insertions(+), 61 deletions(-) -- 2.1.0