qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 7/8] qemu-options: Polish section "Character device


From: Markus Armbruster
Subject: [Qemu-devel] [PATCH 7/8] qemu-options: Polish section "Character device options"
Date: Mon, 2 Oct 2017 16:03:06 +0200

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

diff --git a/qemu-options.hx b/qemu-options.hx
index 615cb230ab..b792c65149 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -2492,11 +2492,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"
@@ -2542,6 +2537,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:
@@ -2565,7 +2563,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.
@@ -2620,8 +2618,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]