qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Eric Blake <eblake@redhat.com>
To: "Marc-André Lureau" <marcandre.lureau@redhat.com>, qemu-devel@nongnu.org
Cc: kraxel@redhat.com
Subject: Re: [Qemu-devel] [PATCH v3 09/11] qapi: document DisplayType enum
Date: Thu, 21 Feb 2019 07:59:35 -0600	[thread overview]
Message-ID: <e5cbaf80-6f06-668f-a8a5-379a43e3f3eb@redhat.com> (raw)
In-Reply-To: <20190221110703.5775-10-marcandre.lureau@redhat.com>

On 2/21/19 5:07 AM, Marc-André Lureau wrote:
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> Tested-by: Victor Toso <victortoso@redhat.com>
> ---
>  qapi/ui.json | 25 +++++++++++++++++++++++++
>  1 file changed, 25 insertions(+)
> 
> diff --git a/qapi/ui.json b/qapi/ui.json
> index 7d9c4bddaf..7702ddf583 100644
> --- a/qapi/ui.json
> +++ b/qapi/ui.json
> @@ -1085,6 +1085,31 @@
>  #
>  # Display (user interface) type.
>  #
> +# @default: The default user interface, selecting from the first available
> +#           of gtk, sdl, cocoa, and vnc.
> +#
> +# @none: No user interface or video output display. The guest will
> +#        still see an emulated graphics card, but its output will not
> +#        be displayed to the QEMU user.
> +#
> +# @gtk: The GTK user interface.
> +#
> +# @sdl: The SDL user interface.
> +#
> +# @egl-headless: No user interface, offload GL operations to a local
> +#                DRI device. Graphical display need to be paired with

s/need/needs/

> +#                VNC or Spice. (Since 3.1)
> +#

Are these retroactive documentation for things that existed in 3.1 or
2.12, or should any of them have '(since 4.0)' tags?  The commit message
should probably mention that.

> +# @curses: 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 device is in graphical mode or
> +#          if the graphics device does not support a text
> +#          mode. Generally only the VGA device models support text
> +#          mode.
> +#
> +# @cocoa: The Cocoa user interface.
> +#
>  # Since: 2.12
>  #
>  ##
> 

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org

  reply	other threads:[~2019-02-21 13:59 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-21 11:06 [Qemu-devel] [PATCH v3 00/11] spice: add -display spice-app, setup and launch a Spice client Marc-André Lureau
2019-02-21 11:06 ` [Qemu-devel] [PATCH v3 01/11] char/spice: trigger HUP event Marc-André Lureau
2019-02-21 11:06 ` [Qemu-devel] [PATCH v3 02/11] char/spice: discard write() if backend is disconnected Marc-André Lureau
2019-02-21 11:06 ` [Qemu-devel] [PATCH v3 03/11] spice: avoid spice runtime assert Marc-André Lureau
2019-02-21 11:06 ` [Qemu-devel] [PATCH v3 04/11] spice: merge options lists Marc-André Lureau
2019-02-21 11:06 ` [Qemu-devel] [PATCH v3 05/11] spice: do not stop spice if VM is paused Marc-André Lureau
2019-02-21 11:06 ` [Qemu-devel] [PATCH v3 06/11] char: move SpiceChardev and open_spice_port() to spice.h header Marc-André Lureau
2019-02-21 11:06 ` [Qemu-devel] [PATCH v3 07/11] char: register spice ports after spice started Marc-André Lureau
2019-02-21 11:07 ` [Qemu-devel] [PATCH v3 08/11] build-sys: add gio-2.0 check Marc-André Lureau
2019-02-21 11:07 ` [Qemu-devel] [PATCH v3 09/11] qapi: document DisplayType enum Marc-André Lureau
2019-02-21 13:59   ` Eric Blake [this message]
2019-02-21 11:07 ` [Qemu-devel] [PATCH v3 10/11] spice: use a default name for the server Marc-André Lureau
2019-02-21 11:07 ` [Qemu-devel] [PATCH v3 11/11] display: add -display spice-app launching a Spice client Marc-André Lureau
2019-02-21 13:23   ` Gerd Hoffmann
2019-02-21 13:32     ` Marc-André Lureau
2019-02-21 14:39       ` Gerd Hoffmann
2019-02-21 14:54         ` Marc-André Lureau
2019-02-21 15:18           ` Gerd Hoffmann
2019-02-21 15:59             ` Marc-André Lureau
2019-02-22  5:51               ` 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=e5cbaf80-6f06-668f-a8a5-379a43e3f3eb@redhat.com \
    --to=eblake@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=marcandre.lureau@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).