All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 1/2] Add mon pretty parameter to help documentation
@ 2017-11-09 10:50 Vicente Jimenez Aguilar
  2017-11-09 10:50 ` [Qemu-devel] [PATCH 2/2] Add mon default " Vicente Jimenez Aguilar
  0 siblings, 1 reply; 2+ messages in thread
From: Vicente Jimenez Aguilar @ 2017-11-09 10:50 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Vicente Jimenez Aguilar

Signed-off-by: Vicente Jimenez Aguilar <googuy@gmail.com>
---
 qemu-options.hx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qemu-options.hx b/qemu-options.hx
index 3728e9b4dd..2692a48f63 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -3477,7 +3477,7 @@ Like -qmp but uses pretty JSON formatting.
 ETEXI
 
 DEF("mon", HAS_ARG, QEMU_OPTION_mon, \
-    "-mon [chardev=]name[,mode=readline|control]\n", QEMU_ARCH_ALL)
+    "-mon [chardev=]name[,mode=readline|control][,pretty[=on|off]]\n", QEMU_ARCH_ALL)
 STEXI
 @item -mon [chardev=]name[,mode=readline|control]
 @findex -mon
-- 
2.14.1

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

* [Qemu-devel] [PATCH 2/2] Add mon default parameter to help documentation
  2017-11-09 10:50 [Qemu-devel] [PATCH 1/2] Add mon pretty parameter to help documentation Vicente Jimenez Aguilar
@ 2017-11-09 10:50 ` Vicente Jimenez Aguilar
  0 siblings, 0 replies; 2+ messages in thread
From: Vicente Jimenez Aguilar @ 2017-11-09 10:50 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Vicente Jimenez Aguilar

Spotted after reading mon_init_func from vl.c

Signed-off-by: Vicente Jimenez Aguilar <googuy@gmail.com>
---
 qemu-options.hx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qemu-options.hx b/qemu-options.hx
index 2692a48f63..12192a20e4 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -3477,7 +3477,7 @@ Like -qmp but uses pretty JSON formatting.
 ETEXI
 
 DEF("mon", HAS_ARG, QEMU_OPTION_mon, \
-    "-mon [chardev=]name[,mode=readline|control][,pretty[=on|off]]\n", QEMU_ARCH_ALL)
+    "-mon [chardev=]name[,mode=readline|control][,pretty[=on|off]][,default[=on|off]]\n", QEMU_ARCH_ALL)
 STEXI
 @item -mon [chardev=]name[,mode=readline|control]
 @findex -mon
-- 
2.14.1

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

end of thread, other threads:[~2017-11-09 10:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-09 10:50 [Qemu-devel] [PATCH 1/2] Add mon pretty parameter to help documentation Vicente Jimenez Aguilar
2017-11-09 10:50 ` [Qemu-devel] [PATCH 2/2] Add mon default " Vicente Jimenez Aguilar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.