[Qemu-devel] [PATCH v2 1/1] Reorganize help output of '-display' option

2016-07-26 Thread Robert Ho
The '-display' help information is not very correct. This patch sort it a little. Also, in its help information, reveals what implicit display option will be chosen if no definition. Changelog: v2: --fix typo of 'display' --change some discription words Signed-off-by:

[Qemu-devel] [PATCH 1/1] Reorganize help output of '-display' option

2016-07-16 Thread Robert Ho
me time to understand the framework help message generation. Signed-off-by: Robert Ho --- qemu-options.hx | 32 +--- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index 17f15ad..69cf668 100644 --- a/qemu-options.hx

[Qemu-devel] [PATCH 1/2] Reveal 'to' param of '-vnc' option in qemu man page

2016-05-31 Thread Robert Ho
Add the descrption of the 'to' param of 'vnc' option in QEMU man page. Signed-off-by: Robert Ho --- qemu-options.hx | 7 +++ 1 file changed, 7 insertions(+) diff --git a/qemu-options.hx b/qemu-options.hx index 6106520..68b4cf2 100644 --- a/qemu-options.hx +++ b/qemu-o

[Qemu-devel] [PATCH 0/2] Reveal 'to' parameter of 'vnc' option to user

2016-05-31 Thread Robert Ho
use user, especially when used in some default situation implicitly. So shall I? 1. Add its description in QEMU manual info 2. Expilicitly print out when it's used with non-default value Robert Ho (2): Reveal 'to' param of '-vnc' option in qemu man page Exp

[Qemu-devel] [PATCH 2/2] Explicitly print out default vnc option in use

2016-05-31 Thread Robert Ho
If no display option defined in QEMU command line, and SDL is not available, then it by default uses '-vnc localhost:0,to=99,id=default'. This patch simply print out the default option parameters out, so that user is aware of that. Signed-off-by: Robert Ho --- vl.c | 5 - 1 file

[Qemu-devel] [PATCH 1/2] Reveal 'to' param of '-vnc' option in qemu man page

2016-05-30 Thread Robert Ho
Add the descrption of the 'to' param of 'vnc' option in QEMU man page. Signed-off-by: Robert Ho --- qemu-options.hx | 7 +++ 1 file changed, 7 insertions(+) diff --git a/qemu-options.hx b/qemu-options.hx index 6106520..68b4cf2 100644 --- a/qemu-options.hx +++ b/qemu-o

[Qemu-devel] [PATCH 2/2] Explicitly print out default vnc option in use

2016-05-30 Thread Robert Ho
If no display option defined in QEMU command line, and SDL is not available, then it by default uses '-vnc localhost:0,to=99,id=default'. This patch simply print out the default option parameters out, so that user is aware of that. Signed-off-by: Robert Ho --- vl.c | 5 - 1 file

[Qemu-devel] [PATCH 0/2] Reveal 'to' parameter of 'vnc' option to user

2016-05-30 Thread Robert Ho
escription in QEMU manual info 2. Expilicitly print out when it's used with non-default value Robert Ho (2): Reveal 'to' param of '-vnc' option in qemu man page Explicitly print out default vnc option in use qemu-options.hx | 7 +++ vl.c| 5 ++