summaryrefslogtreecommitdiffstats
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorAhmed Abouzied2021-06-01 19:41:18 +0200
committerGerd Hoffmann2021-06-23 14:34:25 +0200
commitddc717581c2ea45c38423d24f2157572c73b8e75 (patch)
treea4498ba5b5e2444f6ab7903cc74fb692d9f4f8bd /qemu-options.hx
parentinput: Add lang1 and lang2 to QKeyCode (diff)
downloadqemu-ddc717581c2ea45c38423d24f2157572c73b8e75.tar.gz
qemu-ddc717581c2ea45c38423d24f2157572c73b8e75.tar.xz
qemu-ddc717581c2ea45c38423d24f2157572c73b8e75.zip
Add display suboptions to man pages
Updates man pages with the suboptions for the `-display`. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/128 Buglink: https://bugs.launchpad.net/qemu/+bug/1620660 Signed-off-by: Ahmed Abouzied <email@aabouzied.com> Message-Id: <20210601174117.661-1-email@aabouzied.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx35
1 files changed, 18 insertions, 17 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index 14258784b3..ba3ca9da1d 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1819,11 +1819,22 @@ SRST
old style -sdl/-curses/... options. Use ``-display help`` to list
the available display types. Valid values for type are
- ``sdl``
+ ``spice-app[,gl=on|off]``
+ Start QEMU as a Spice server and launch the default Spice client
+ application. The Spice server will redirect the serial consoles
+ and QEMU monitors. (Since 4.0)
+
+ ``sdl[,window-close=on|off][,gl=on|core|es|off]``
+
Display video output via SDL (usually in a separate graphics
window; see the SDL documentation for other possibilities).
- ``curses``
+ ``gtk[,grab-on-hover=on|off][,gl=on|off]``
+ Display video output in a GTK window. This interface provides
+ drop-down menus and other UI elements to configure and control
+ the VM during runtime.
+
+ ``curses [,charset=<encoding>]``
Display video output via curses. For graphics device models
which support a text mode, QEMU can display this output using a
curses/ncurses interface. Nothing is displayed when the graphics
@@ -1834,6 +1845,11 @@ SRST
``charset=CP850`` for IBM CP850 encoding. The default is
``CP437``.
+ ``egl-headless[,rendernode<file>]``
+ Offload all OpenGL operations to a local DRI device. For any
+ graphical display, this display needs to be paired with either
+ VNC or SPICE displays.
+
``none``
Do not display video output. The guest will still see an
emulated graphics card, but its output will not be displayed to
@@ -1842,23 +1858,8 @@ SRST
also changes the destination of the serial and parallel port
data.
- ``gtk``
- Display video output in a GTK window. This interface provides
- drop-down menus and other UI elements to configure and control
- the VM during runtime.
- ``vnc``
- Start a VNC server on display <arg>
- ``egl-headless``
- Offload all OpenGL operations to a local DRI device. For any
- graphical display, this display needs to be paired with either
- VNC or SPICE displays.
-
- ``spice-app``
- Start QEMU as a Spice server and launch the default Spice client
- application. The Spice server will redirect the serial consoles
- and QEMU monitors. (Since 4.0)
ERST
DEF("nographic", 0, QEMU_OPTION_nographic,