qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v4 0/4] monitor: suggest running "help" for command errors
@ 2015-06-03  3:28 Bandan Das
  2015-06-03  3:28 ` [Qemu-devel] [PATCH v4 1/4] monitor: cleanup parsing of cmd name and cmd arguments Bandan Das
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Bandan Das @ 2015-06-03  3:28 UTC (permalink / raw)
  To: qemu-devel; +Cc: armbru

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: cleanup parsing of cmd name and cmd arguments
  When a command fails due to incorrect syntax or     input, suggest
    using the "help" command to get more     information about the
    command. This is only applicable     for HMP.
  monitor: Fix failure path for "S" argument
  monitor: remove debug prints

 monitor.c | 121 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 61 insertions(+), 60 deletions(-)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-06-03 11:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-03  3:28 [Qemu-devel] [PATCH v4 0/4] monitor: suggest running "help" for command errors Bandan Das
2015-06-03  3:28 ` [Qemu-devel] [PATCH v4 1/4] monitor: cleanup parsing of cmd name and cmd arguments Bandan Das
2015-06-03 11:26   ` Markus Armbruster
2015-06-03  3:28 ` [Qemu-devel] [PATCH v4 2/4] When a command fails due to incorrect syntax or input, suggest using the "help" command to get more information about the command. This is only applicable for HMP Bandan Das
2015-06-03 11:30   ` Markus Armbruster
2015-06-03  3:28 ` [Qemu-devel] [PATCH v4 3/4] monitor: Fix failure path for "S" argument type Bandan Das
2015-06-03 11:32   ` Markus Armbruster
2015-06-03  3:28 ` [Qemu-devel] [PATCH v4 4/4] monitor: remove debug prints Bandan Das
2015-06-03 11:33   ` Markus Armbruster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).