qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] monitor: suggest running "help" for command errors
@ 2015-05-26 23:45 Bandan Das
  2015-05-26 23:45 ` [Qemu-devel] [PATCH v2 1/2] monitor: cleanup parsing of cmd name and cmd arguments Bandan Das
  2015-05-26 23:45 ` [Qemu-devel] [PATCH v2 2/2] monitor: suggest running "help" for command errors Bandan Das
  0 siblings, 2 replies; 5+ messages in thread
From: Bandan Das @ 2015-05-26 23:45 UTC (permalink / raw)
  To: qemu-devel; +Cc: armbru

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

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

end of thread, other threads:[~2015-05-27  8:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-26 23:45 [Qemu-devel] [PATCH v2 0/2] monitor: suggest running "help" for command errors Bandan Das
2015-05-26 23:45 ` [Qemu-devel] [PATCH v2 1/2] monitor: cleanup parsing of cmd name and cmd arguments Bandan Das
2015-05-27  8:10   ` Markus Armbruster
2015-05-26 23:45 ` [Qemu-devel] [PATCH v2 2/2] monitor: suggest running "help" for command errors Bandan Das
2015-05-27  8:11   ` 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).