From: Erik Skultety <eskultet@redhat.com>
To: qemu-devel@nongnu.org
Cc: Erik Skultety <eskultet@redhat.com>
Subject: [Qemu-devel] [PATCH 3/3] help: Provide help for egl-headless
Date: Thu, 15 Nov 2018 16:15:56 +0100 [thread overview]
Message-ID: <2e068d4e0cb5ae06aaa401a89cdcf79df7a5df7d.1542294676.git.eskultet@redhat.com> (raw)
In-Reply-To: <cover.1542294676.git.eskultet@redhat.com>
EGL headless has been missing from QEMU's help or man page, we should
mention that such a thing exists, especially since projects like libvirt
might rely on that. This patch also adds the newly introduced option for
egl-headless 'rendernode'.
Signed-off-by: Erik Skultety <eskultet@redhat.com>
---
qemu-options.hx | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/qemu-options.hx b/qemu-options.hx
index ee379b32e3..f7df472f43 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1216,7 +1216,8 @@ DEF("display", HAS_ARG, QEMU_OPTION_display,
"-display gtk[,grab_on_hover=on|off][,gl=on|off]|\n"
"-display vnc=<display>[,<optargs>]\n"
"-display curses\n"
- "-display none"
+ "-display none\n"
+ "-display egl-headless[,rendernode=<file>]"
" select display type\n"
"The default display is equivalent to\n"
#if defined(CONFIG_GTK)
@@ -1258,6 +1259,9 @@ menus and other UI elements to configure and control the VM during
runtime.
@item vnc
Start a VNC server on display <arg>
+@item 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.
@end table
ETEXI
--
2.19.1
next prev parent reply other threads:[~2018-11-15 15:17 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-15 15:15 [Qemu-devel] [PATCH 0/3] Introduce 'rendernode' option for egl-headless display type Erik Skultety
2018-11-15 15:15 ` [Qemu-devel] [PATCH 1/3] qapi: Add "rendernode" display option for egl-headless Erik Skultety
2018-11-15 15:48 ` Eric Blake
2018-11-15 15:15 ` [Qemu-devel] [PATCH 2/3] ui: Allow specifying 'rendernode' " Erik Skultety
2018-11-15 15:15 ` Erik Skultety [this message]
2018-11-15 15:47 ` [Qemu-devel] [PATCH 0/3] Introduce 'rendernode' option for egl-headless display type Eric Blake
2018-11-16 8:43 ` Gerd Hoffmann
2018-11-16 9:24 ` Erik Skultety
2018-11-16 9:30 ` Gerd Hoffmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2e068d4e0cb5ae06aaa401a89cdcf79df7a5df7d.1542294676.git.eskultet@redhat.com \
--to=eskultet@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).