qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL v2 07/10] qemu-options: Polish section "Character dev


From: Markus Armbruster
Subject: [Qemu-devel] [PULL v2 07/10] qemu-options: Polish section "Character device options"
Date: Wed, 20 Dec 2017 09:19:24 +0100

Cc: Paolo Bonzini <address@hidden>
CC: Marc-André Lureau <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
---
 qemu-options.hx | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/qemu-options.hx b/qemu-options.hx
index 372cbabb7f..80b2331a32 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -2502,11 +2502,6 @@ ETEXI
 DEFHEADING()
 
 DEFHEADING(Character device options:)
-STEXI
-
-The general form of a character device option is:
address@hidden @option
-ETEXI
 
 DEF("chardev", HAS_ARG, QEMU_OPTION_chardev,
     "-chardev help\n"
@@ -2552,6 +2547,9 @@ DEF("chardev", HAS_ARG, QEMU_OPTION_chardev,
 )
 
 STEXI
+
+The general form of a character device option is:
address@hidden @option
 @item -chardev @var{backend} ,address@hidden [,mux=on|off] [,@var{options}]
 @findex -chardev
 Backend is one of:
@@ -2575,7 +2573,7 @@ Backend is one of:
 @option{spiceport}.
 The specific backend will determine the applicable options.
 
-Use "-chardev help" to print all available chardev backend types.
+Use @code{-chardev help} to print all available chardev backend types.
 
 All devices must have an id, which can be any string up to 127 characters long.
 It is used to uniquely identify this device in other command line directives.
@@ -2630,8 +2628,11 @@ to a file to record all data transmitted via the 
backend. The @option{logappend}
 option controls whether the log file will be truncated or appended to when
 opened.
 
-Further options to each backend are described below.
address@hidden table
 
+The available backends are:
+
address@hidden @option
 @item -chardev null ,address@hidden
 A void device. This device will not emit any data, and will drop any data it
 receives. The null backend does not take any options.
-- 
2.13.6




reply via email to

[Prev in Thread] Current Thread [Next in Thread]