From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxOXW-0001Er-GJ for qemu-devel@nongnu.org; Tue, 26 May 2015 19:45:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YxOXR-00058k-Hq for qemu-devel@nongnu.org; Tue, 26 May 2015 19:45:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55126) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxOXR-00058X-90 for qemu-devel@nongnu.org; Tue, 26 May 2015 19:45:37 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 9A81CB5E96 for ; Tue, 26 May 2015 23:45:35 +0000 (UTC) From: Bandan Das Date: Tue, 26 May 2015 19:45:15 -0400 Message-Id: <1432683917-19906-1-git-send-email-bsd@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/2] 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 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 (2): monitor: cleanup parsing of cmd name and cmd arguments monitor: suggest running "help" for command errors monitor.c | 86 +++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 53 insertions(+), 33 deletions(-) -- 2.1.0