From: Eric Blake <eblake@redhat.com>
To: Gerd Hoffmann <kraxel@redhat.com>, qemu-devel@nongnu.org
Cc: libvir-list@redhat.com, Paolo Bonzini <pbonzini@redhat.com>,
Markus Armbruster <armbru@redhat.com>,
jpewhacker@gmail.com
Subject: Re: [PATCH 1/5] ui: add show-cursor option
Date: Wed, 5 Feb 2020 16:23:49 -0600 [thread overview]
Message-ID: <cc184d03-1dff-6b41-19e9-f009d02ab1e9@redhat.com> (raw)
In-Reply-To: <20200205110356.3491-2-kraxel@redhat.com>
On 2/5/20 5:03 AM, Gerd Hoffmann wrote:
> When enabled forces showing a the mouse cursor, i.e. do
When enabled, this forces showing the mouse...
> nowallow the guest to hide it. Defaults to off.
s/nowallow/not allow/
>
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
> qapi/ui.json | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/qapi/ui.json b/qapi/ui.json
> index e04525d8b44b..7c516a455631 100644
> --- a/qapi/ui.json
> +++ b/qapi/ui.json
> @@ -1144,6 +1144,7 @@
> # @type: Which DisplayType qemu should use.
> # @full-screen: Start user interface in fullscreen mode (default: off).
> # @window-close: Allow to quit qemu with window close button (default: on).
> +# @show-cursor: Force showing the mouse cursor (default: off).
> # @gl: Enable OpenGL support (default: off).
> #
> # Since: 2.12
Missing a '(since 5.0)' tag.
> @@ -1153,6 +1154,7 @@
> 'base' : { 'type' : 'DisplayType',
> '*full-screen' : 'bool',
> '*window-close' : 'bool',
> + '*show-cursor' : 'bool',
> '*gl' : 'DisplayGLMode' },
> 'discriminator' : 'type',
> 'data' : { 'gtk' : 'DisplayGTK',
>
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3226
Virtualization: qemu.org | libvirt.org
next prev parent reply other threads:[~2020-02-05 22:24 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-05 11:03 [PATCH 0/5] ui: rework -show-cursor option Gerd Hoffmann
2020-02-05 11:03 ` [PATCH 1/5] ui: add show-cursor option Gerd Hoffmann
2020-02-05 22:23 ` Eric Blake [this message]
2020-02-05 22:44 ` Ján Tomko
2020-02-05 11:03 ` [PATCH 2/5] ui/gtk: implement " Gerd Hoffmann
2020-02-05 22:44 ` Ján Tomko
2020-02-05 11:03 ` [PATCH 3/5] ui/sdl: " Gerd Hoffmann
2020-02-05 22:45 ` Ján Tomko
2020-02-05 11:03 ` [PATCH 4/5] ui: wire up legacy -show-cursor option Gerd Hoffmann
2020-02-05 22:43 ` Ján Tomko
2020-02-05 11:03 ` [PATCH 5/5] ui: deprecate " Gerd Hoffmann
2020-02-05 11:16 ` Ján Tomko
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=cc184d03-1dff-6b41-19e9-f009d02ab1e9@redhat.com \
--to=eblake@redhat.com \
--cc=armbru@redhat.com \
--cc=jpewhacker@gmail.com \
--cc=kraxel@redhat.com \
--cc=libvir-list@redhat.com \
--cc=pbonzini@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).