[Qemu-devel] [PATCH] Documentation: Add documentation for -chardev

2009-10-30 Thread Matthew Booth
Adds documentation for all -chardev backends. Signed-off-by: Matthew Booth --- qemu-options.hx | 234 ++- 1 files changed, 230 insertions(+), 4 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index d78b738..7922191 100644 --- a/qe

[Qemu-devel] [PATCH] Documentation: Add documentation for -chardev

2009-10-29 Thread Matthew Booth
Adds documentation for all -chardev backends. --- qemu-options.hx | 254 ++- 1 files changed, 251 insertions(+), 3 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index d78b738..0d74b48 100644 --- a/qemu-options.hx +++ b/qemu-option

[Qemu-devel] [PATCH] Documentation: Add documentation for -chardev

2009-10-29 Thread Matthew Booth
Noticed that I'd omitted id= from -chardev null. Updated patch adds it.

[Qemu-devel] [PATCH] Documentation: Add documentation for -chardev

2009-10-29 Thread Matthew Booth
Adds documentation for all -chardev backends. --- qemu-options.hx | 254 ++- 1 files changed, 251 insertions(+), 3 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index d78b738..bc447a5 100644 --- a/qemu-options.hx +++ b/qemu-option

[Qemu-devel] [PATCH] Documentation: Add documentation for -chardev

2009-10-29 Thread Matthew Booth
This patch adds documentation for -chardev. Please note that I am not the author of the -chardev code, so please read it carefully!