From: "Ján Tomko" <jtomko@redhat.com>
To: Gerd Hoffmann <kraxel@redhat.com>
Cc: libvir-list@redhat.com, Paolo Bonzini <pbonzini@redhat.com>,
jpewhacker@gmail.com, qemu-devel@nongnu.org,
Markus Armbruster <armbru@redhat.com>
Subject: Re: [PATCH 4/5] ui: wire up legacy -show-cursor option
Date: Wed, 5 Feb 2020 23:43:53 +0100 [thread overview]
Message-ID: <20200205224353.GE31521@lpt> (raw)
In-Reply-To: <20200205110356.3491-5-kraxel@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 902 bytes --]
On Wed, Feb 05, 2020 at 12:03:55PM +0100, Gerd Hoffmann wrote:
>Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
>---
> include/sysemu/sysemu.h | 1 -
> vl.c | 4 ++--
> 2 files changed, 2 insertions(+), 3 deletions(-)
>
>diff --git a/vl.c b/vl.c
>index 24951b51a94b..0db0aa0fa040 100644
>--- a/vl.c
>+++ b/vl.c
>@@ -3553,7 +3552,8 @@ int main(int argc, char **argv, char **envp)
> no_shutdown = 1;
> break;
> case QEMU_OPTION_show_cursor:
>- cursor_hide = 0;
Since commit 13aefd303cf996c2d183e94082413885bf1d15bf
cursor_hide is also used in ui/cocoa.m
Jano
>+ dpy.has_show_cursor = true;
>+ dpy.show_cursor = true;
> break;
> case QEMU_OPTION_uuid:
> if (qemu_uuid_parse(optarg, &qemu_uuid) < 0) {
>--
>2.18.1
>
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next prev parent reply other threads:[~2020-02-05 22:44 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
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 [this message]
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=20200205224353.GE31521@lpt \
--to=jtomko@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).