All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1703795] [NEW] Unable to release mouse in SDL2 mode
@ 2017-07-12  9:31 Ruslan
  2017-07-20 12:52 ` [Qemu-devel] [Bug 1703795] " Thomas Huth
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Ruslan @ 2017-07-12  9:31 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Starting with commit 8f4ea9cd0b770dbe496d9d24f0ef8813fdbfe0d0 "sdl:
prefer sdl2 over sdl1", I can no longer release mouse pointer grab
unless I use --with-sdlabi=1.2 configure option.

This easily reproduces in e.g. guest Kubuntu, when I let it start Xorg
and then click into the QEMU window. After this the mouse is trapped and
no matter how I combine Ctrl+Alt and motion of the cursor, the pointer
never goes out from the window. When at the border, QEMU window switches
from "Press Ctrl+Alt to exit grab" to "QEMU", i.e. it thinks that it has
released the grab. But it hasn't really, so I have to go to VT1 and do
"pkill qemu" from there to get my pointer back.

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1703795

Title:
  Unable to release mouse in SDL2 mode

Status in QEMU:
  New

Bug description:
  Starting with commit 8f4ea9cd0b770dbe496d9d24f0ef8813fdbfe0d0 "sdl:
  prefer sdl2 over sdl1", I can no longer release mouse pointer grab
  unless I use --with-sdlabi=1.2 configure option.

  This easily reproduces in e.g. guest Kubuntu, when I let it start Xorg
  and then click into the QEMU window. After this the mouse is trapped
  and no matter how I combine Ctrl+Alt and motion of the cursor, the
  pointer never goes out from the window. When at the border, QEMU
  window switches from "Press Ctrl+Alt to exit grab" to "QEMU", i.e. it
  thinks that it has released the grab. But it hasn't really, so I have
  to go to VT1 and do "pkill qemu" from there to get my pointer back.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1703795/+subscriptions

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Qemu-devel] [Bug 1703795] Re: Unable to release mouse in SDL2 mode
  2017-07-12  9:31 [Qemu-devel] [Bug 1703795] [NEW] Unable to release mouse in SDL2 mode Ruslan
@ 2017-07-20 12:52 ` Thomas Huth
  2017-07-20 13:03 ` Ruslan
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: Thomas Huth @ 2017-07-20 12:52 UTC (permalink / raw)
  To: qemu-devel

Which version of SDL2 are you using? Could you please try to reproduce
it with the latest version to see whether the problem has been fixed
there?

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1703795

Title:
  Unable to release mouse in SDL2 mode

Status in QEMU:
  New

Bug description:
  Starting with commit 8f4ea9cd0b770dbe496d9d24f0ef8813fdbfe0d0 "sdl:
  prefer sdl2 over sdl1", I can no longer release mouse pointer grab
  unless I use --with-sdlabi=1.2 configure option.

  This easily reproduces in e.g. guest Kubuntu, when I let it start Xorg
  and then click into the QEMU window. After this the mouse is trapped
  and no matter how I combine Ctrl+Alt and motion of the cursor, the
  pointer never goes out from the window. When at the border, QEMU
  window switches from "Press Ctrl+Alt to exit grab" to "QEMU", i.e. it
  thinks that it has released the grab. But it hasn't really, so I have
  to go to VT1 and do "pkill qemu" from there to get my pointer back.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1703795/+subscriptions

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Qemu-devel] [Bug 1703795] Re: Unable to release mouse in SDL2 mode
  2017-07-12  9:31 [Qemu-devel] [Bug 1703795] [NEW] Unable to release mouse in SDL2 mode Ruslan
  2017-07-20 12:52 ` [Qemu-devel] [Bug 1703795] " Thomas Huth
@ 2017-07-20 13:03 ` Ruslan
  2018-01-27  4:30 ` jmicco
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: Ruslan @ 2017-07-20 13:03 UTC (permalink / raw)
  To: qemu-devel

I'm using SDL2-2.0.5, which I believe is the latest already.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1703795

Title:
  Unable to release mouse in SDL2 mode

Status in QEMU:
  New

Bug description:
  Starting with commit 8f4ea9cd0b770dbe496d9d24f0ef8813fdbfe0d0 "sdl:
  prefer sdl2 over sdl1", I can no longer release mouse pointer grab
  unless I use --with-sdlabi=1.2 configure option.

  This easily reproduces in e.g. guest Kubuntu, when I let it start Xorg
  and then click into the QEMU window. After this the mouse is trapped
  and no matter how I combine Ctrl+Alt and motion of the cursor, the
  pointer never goes out from the window. When at the border, QEMU
  window switches from "Press Ctrl+Alt to exit grab" to "QEMU", i.e. it
  thinks that it has released the grab. But it hasn't really, so I have
  to go to VT1 and do "pkill qemu" from there to get my pointer back.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1703795/+subscriptions

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Qemu-devel] [Bug 1703795] Re: Unable to release mouse in SDL2 mode
  2017-07-12  9:31 [Qemu-devel] [Bug 1703795] [NEW] Unable to release mouse in SDL2 mode Ruslan
  2017-07-20 12:52 ` [Qemu-devel] [Bug 1703795] " Thomas Huth
  2017-07-20 13:03 ` Ruslan
@ 2018-01-27  4:30 ` jmicco
  2018-02-01 14:00 ` BALATON Zoltan
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: jmicco @ 2018-01-27  4:30 UTC (permalink / raw)
  To: qemu-devel

I am seeing this on my system as well - the exact same symptoms.  Has
anyone investigated this problem?

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1703795

Title:
  Unable to release mouse in SDL2 mode

Status in QEMU:
  New

Bug description:
  Starting with commit 8f4ea9cd0b770dbe496d9d24f0ef8813fdbfe0d0 "sdl:
  prefer sdl2 over sdl1", I can no longer release mouse pointer grab
  unless I use --with-sdlabi=1.2 configure option.

  This easily reproduces in e.g. guest Kubuntu, when I let it start Xorg
  and then click into the QEMU window. After this the mouse is trapped
  and no matter how I combine Ctrl+Alt and motion of the cursor, the
  pointer never goes out from the window. When at the border, QEMU
  window switches from "Press Ctrl+Alt to exit grab" to "QEMU", i.e. it
  thinks that it has released the grab. But it hasn't really, so I have
  to go to VT1 and do "pkill qemu" from there to get my pointer back.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1703795/+subscriptions

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Qemu-devel] [Bug 1703795] Re: Unable to release mouse in SDL2 mode
  2017-07-12  9:31 [Qemu-devel] [Bug 1703795] [NEW] Unable to release mouse in SDL2 mode Ruslan
                   ` (2 preceding siblings ...)
  2018-01-27  4:30 ` jmicco
@ 2018-02-01 14:00 ` BALATON Zoltan
  2018-02-01 16:00 ` BALATON Zoltan
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: BALATON Zoltan @ 2018-02-01 14:00 UTC (permalink / raw)
  To: qemu-devel

I'm also seeing this problem with -vga vmware in case that matters.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1703795

Title:
  Unable to release mouse in SDL2 mode

Status in QEMU:
  New

Bug description:
  Starting with commit 8f4ea9cd0b770dbe496d9d24f0ef8813fdbfe0d0 "sdl:
  prefer sdl2 over sdl1", I can no longer release mouse pointer grab
  unless I use --with-sdlabi=1.2 configure option.

  This easily reproduces in e.g. guest Kubuntu, when I let it start Xorg
  and then click into the QEMU window. After this the mouse is trapped
  and no matter how I combine Ctrl+Alt and motion of the cursor, the
  pointer never goes out from the window. When at the border, QEMU
  window switches from "Press Ctrl+Alt to exit grab" to "QEMU", i.e. it
  thinks that it has released the grab. But it hasn't really, so I have
  to go to VT1 and do "pkill qemu" from there to get my pointer back.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1703795/+subscriptions

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Qemu-devel] [Bug 1703795] Re: Unable to release mouse in SDL2 mode
  2017-07-12  9:31 [Qemu-devel] [Bug 1703795] [NEW] Unable to release mouse in SDL2 mode Ruslan
                   ` (3 preceding siblings ...)
  2018-02-01 14:00 ` BALATON Zoltan
@ 2018-02-01 16:00 ` BALATON Zoltan
  2018-02-01 16:13 ` Daniel Berrange
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 13+ messages in thread
From: BALATON Zoltan @ 2018-02-01 16:00 UTC (permalink / raw)
  To: qemu-devel

Additionally 2ec78706d188df7d3dab43d07b19b05ef7800a44 also broke
keyboard with SDL1 so that e.g. in a Windows password prompt backspace
and enter just inserts chars instead of doing actions so now the
workaround to avoid this bug (--with-sdlabi=1.2) is also unusable.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1703795

Title:
  Unable to release mouse in SDL2 mode

Status in QEMU:
  New

Bug description:
  Starting with commit 8f4ea9cd0b770dbe496d9d24f0ef8813fdbfe0d0 "sdl:
  prefer sdl2 over sdl1", I can no longer release mouse pointer grab
  unless I use --with-sdlabi=1.2 configure option.

  This easily reproduces in e.g. guest Kubuntu, when I let it start Xorg
  and then click into the QEMU window. After this the mouse is trapped
  and no matter how I combine Ctrl+Alt and motion of the cursor, the
  pointer never goes out from the window. When at the border, QEMU
  window switches from "Press Ctrl+Alt to exit grab" to "QEMU", i.e. it
  thinks that it has released the grab. But it hasn't really, so I have
  to go to VT1 and do "pkill qemu" from there to get my pointer back.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1703795/+subscriptions

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Qemu-devel] [Bug 1703795] Re: Unable to release mouse in SDL2 mode
  2017-07-12  9:31 [Qemu-devel] [Bug 1703795] [NEW] Unable to release mouse in SDL2 mode Ruslan
                   ` (4 preceding siblings ...)
  2018-02-01 16:00 ` BALATON Zoltan
@ 2018-02-01 16:13 ` Daniel Berrange
  2018-02-01 17:14   ` BALATON Zoltan
  2018-02-02 12:07 ` Gerd Hoffmann
                   ` (3 subsequent siblings)
  9 siblings, 1 reply; 13+ messages in thread
From: Daniel Berrange @ 2018-02-01 16:13 UTC (permalink / raw)
  To: qemu-devel

Can you file a separate bug for the SDL1  backspace problem - it was not
intended to cause problems like that.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1703795

Title:
  Unable to release mouse in SDL2 mode

Status in QEMU:
  New

Bug description:
  Starting with commit 8f4ea9cd0b770dbe496d9d24f0ef8813fdbfe0d0 "sdl:
  prefer sdl2 over sdl1", I can no longer release mouse pointer grab
  unless I use --with-sdlabi=1.2 configure option.

  This easily reproduces in e.g. guest Kubuntu, when I let it start Xorg
  and then click into the QEMU window. After this the mouse is trapped
  and no matter how I combine Ctrl+Alt and motion of the cursor, the
  pointer never goes out from the window. When at the border, QEMU
  window switches from "Press Ctrl+Alt to exit grab" to "QEMU", i.e. it
  thinks that it has released the grab. But it hasn't really, so I have
  to go to VT1 and do "pkill qemu" from there to get my pointer back.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1703795/+subscriptions

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Qemu-devel] [Bug 1703795] Re: Unable to release mouse in SDL2 mode
  2018-02-01 16:13 ` Daniel Berrange
@ 2018-02-01 17:14   ` BALATON Zoltan
  0 siblings, 0 replies; 13+ messages in thread
From: BALATON Zoltan @ 2018-02-01 17:14 UTC (permalink / raw)
  To: Daniel Berrange; +Cc: qemu-devel

On Thu, 1 Feb 2018, Daniel Berrange wrote:
> Can you file a separate bug for the SDL1  backspace problem - it was not
> intended to cause problems like that.

Unless you want it tracked in a bug I'm happy with a fix submitted to the 
list eventually without being separately tracked on launchpad. I would've 
reported this on the mailing list normally but since this is also relevant 
here due to SDL2 also not uasable beacause of this bug I've commented 
here so people affected by this know about both problems.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Qemu-devel] [Bug 1703795] Re: Unable to release mouse in SDL2 mode
  2017-07-12  9:31 [Qemu-devel] [Bug 1703795] [NEW] Unable to release mouse in SDL2 mode Ruslan
                   ` (5 preceding siblings ...)
  2018-02-01 16:13 ` Daniel Berrange
@ 2018-02-02 12:07 ` Gerd Hoffmann
  2018-02-02 23:27   ` BALATON Zoltan
  2018-02-02 12:08 ` [Qemu-devel] [Bug 1703795] [PATCH] sdl2: fix mouse grab Gerd Hoffmann
                   ` (2 subsequent siblings)
  9 siblings, 1 reply; 13+ messages in thread
From: Gerd Hoffmann @ 2018-02-02 12:07 UTC (permalink / raw)
  To: qemu-devel

workaround: don't click into the guest window before the tablet driver
loads.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1703795

Title:
  Unable to release mouse in SDL2 mode

Status in QEMU:
  New

Bug description:
  Starting with commit 8f4ea9cd0b770dbe496d9d24f0ef8813fdbfe0d0 "sdl:
  prefer sdl2 over sdl1", I can no longer release mouse pointer grab
  unless I use --with-sdlabi=1.2 configure option.

  This easily reproduces in e.g. guest Kubuntu, when I let it start Xorg
  and then click into the QEMU window. After this the mouse is trapped
  and no matter how I combine Ctrl+Alt and motion of the cursor, the
  pointer never goes out from the window. When at the border, QEMU
  window switches from "Press Ctrl+Alt to exit grab" to "QEMU", i.e. it
  thinks that it has released the grab. But it hasn't really, so I have
  to go to VT1 and do "pkill qemu" from there to get my pointer back.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1703795/+subscriptions

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Qemu-devel] [Bug 1703795] [PATCH] sdl2: fix mouse grab
  2017-07-12  9:31 [Qemu-devel] [Bug 1703795] [NEW] Unable to release mouse in SDL2 mode Ruslan
                   ` (6 preceding siblings ...)
  2018-02-02 12:07 ` Gerd Hoffmann
@ 2018-02-02 12:08 ` Gerd Hoffmann
  2018-02-02 19:28 ` [Qemu-devel] [Bug 1703795] Re: Unable to release mouse in SDL2 mode Ruslan
  2018-04-26  6:07 ` Thomas Huth
  9 siblings, 0 replies; 13+ messages in thread
From: Gerd Hoffmann @ 2018-02-02 12:08 UTC (permalink / raw)
  To: qemu-devel

When qemu mouse mode changes from relative to absolute
we must turn off sdl relative mouse mode too.

Fixes: https://bugs.launchpad.net/qemu/+bug/1703795
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 ui/sdl2.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ui/sdl2.c b/ui/sdl2.c
index 812c315891..858e04d7c0 100644
--- a/ui/sdl2.c
+++ b/ui/sdl2.c
@@ -249,6 +249,7 @@ static void sdl_mouse_mode_change(Notifier *notify, void *data)
     if (qemu_input_is_absolute()) {
         if (!absolute_enabled) {
             absolute_enabled = 1;
+            SDL_SetRelativeMouseMode(SDL_FALSE);
             absolute_mouse_grab(&sdl2_console[0]);
         }
     } else if (absolute_enabled) {
-- 
2.9.3

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1703795

Title:
  Unable to release mouse in SDL2 mode

Status in QEMU:
  New

Bug description:
  Starting with commit 8f4ea9cd0b770dbe496d9d24f0ef8813fdbfe0d0 "sdl:
  prefer sdl2 over sdl1", I can no longer release mouse pointer grab
  unless I use --with-sdlabi=1.2 configure option.

  This easily reproduces in e.g. guest Kubuntu, when I let it start Xorg
  and then click into the QEMU window. After this the mouse is trapped
  and no matter how I combine Ctrl+Alt and motion of the cursor, the
  pointer never goes out from the window. When at the border, QEMU
  window switches from "Press Ctrl+Alt to exit grab" to "QEMU", i.e. it
  thinks that it has released the grab. But it hasn't really, so I have
  to go to VT1 and do "pkill qemu" from there to get my pointer back.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1703795/+subscriptions

^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [Qemu-devel] [Bug 1703795] Re: Unable to release mouse in SDL2 mode
  2017-07-12  9:31 [Qemu-devel] [Bug 1703795] [NEW] Unable to release mouse in SDL2 mode Ruslan
                   ` (7 preceding siblings ...)
  2018-02-02 12:08 ` [Qemu-devel] [Bug 1703795] [PATCH] sdl2: fix mouse grab Gerd Hoffmann
@ 2018-02-02 19:28 ` Ruslan
  2018-04-26  6:07 ` Thomas Huth
  9 siblings, 0 replies; 13+ messages in thread
From: Ruslan @ 2018-02-02 19:28 UTC (permalink / raw)
  To: qemu-devel

I can confirm that the patch from comment #9 appears to fix the original
problem.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1703795

Title:
  Unable to release mouse in SDL2 mode

Status in QEMU:
  New

Bug description:
  Starting with commit 8f4ea9cd0b770dbe496d9d24f0ef8813fdbfe0d0 "sdl:
  prefer sdl2 over sdl1", I can no longer release mouse pointer grab
  unless I use --with-sdlabi=1.2 configure option.

  This easily reproduces in e.g. guest Kubuntu, when I let it start Xorg
  and then click into the QEMU window. After this the mouse is trapped
  and no matter how I combine Ctrl+Alt and motion of the cursor, the
  pointer never goes out from the window. When at the border, QEMU
  window switches from "Press Ctrl+Alt to exit grab" to "QEMU", i.e. it
  thinks that it has released the grab. But it hasn't really, so I have
  to go to VT1 and do "pkill qemu" from there to get my pointer back.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1703795/+subscriptions

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Qemu-devel] [Bug 1703795] Re: Unable to release mouse in SDL2 mode
  2018-02-02 12:07 ` Gerd Hoffmann
@ 2018-02-02 23:27   ` BALATON Zoltan
  0 siblings, 0 replies; 13+ messages in thread
From: BALATON Zoltan @ 2018-02-02 23:27 UTC (permalink / raw)
  To: qemu-devel

The patch works for me too. Thanks.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1703795

Title:
  Unable to release mouse in SDL2 mode

Status in QEMU:
  New

Bug description:
  Starting with commit 8f4ea9cd0b770dbe496d9d24f0ef8813fdbfe0d0 "sdl:
  prefer sdl2 over sdl1", I can no longer release mouse pointer grab
  unless I use --with-sdlabi=1.2 configure option.

  This easily reproduces in e.g. guest Kubuntu, when I let it start Xorg
  and then click into the QEMU window. After this the mouse is trapped
  and no matter how I combine Ctrl+Alt and motion of the cursor, the
  pointer never goes out from the window. When at the border, QEMU
  window switches from "Press Ctrl+Alt to exit grab" to "QEMU", i.e. it
  thinks that it has released the grab. But it hasn't really, so I have
  to go to VT1 and do "pkill qemu" from there to get my pointer back.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1703795/+subscriptions

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Qemu-devel] [Bug 1703795] Re: Unable to release mouse in SDL2 mode
  2017-07-12  9:31 [Qemu-devel] [Bug 1703795] [NEW] Unable to release mouse in SDL2 mode Ruslan
                   ` (8 preceding siblings ...)
  2018-02-02 19:28 ` [Qemu-devel] [Bug 1703795] Re: Unable to release mouse in SDL2 mode Ruslan
@ 2018-04-26  6:07 ` Thomas Huth
  9 siblings, 0 replies; 13+ messages in thread
From: Thomas Huth @ 2018-04-26  6:07 UTC (permalink / raw)
  To: qemu-devel

Fix has been included here:
https://git.qemu.org/?p=qemu.git;a=commitdiff;h=8dfa3061ce56d871dc9df

** Changed in: qemu
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1703795

Title:
  Unable to release mouse in SDL2 mode

Status in QEMU:
  Fix Released

Bug description:
  Starting with commit 8f4ea9cd0b770dbe496d9d24f0ef8813fdbfe0d0 "sdl:
  prefer sdl2 over sdl1", I can no longer release mouse pointer grab
  unless I use --with-sdlabi=1.2 configure option.

  This easily reproduces in e.g. guest Kubuntu, when I let it start Xorg
  and then click into the QEMU window. After this the mouse is trapped
  and no matter how I combine Ctrl+Alt and motion of the cursor, the
  pointer never goes out from the window. When at the border, QEMU
  window switches from "Press Ctrl+Alt to exit grab" to "QEMU", i.e. it
  thinks that it has released the grab. But it hasn't really, so I have
  to go to VT1 and do "pkill qemu" from there to get my pointer back.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1703795/+subscriptions

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-04-26  6:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-12  9:31 [Qemu-devel] [Bug 1703795] [NEW] Unable to release mouse in SDL2 mode Ruslan
2017-07-20 12:52 ` [Qemu-devel] [Bug 1703795] " Thomas Huth
2017-07-20 13:03 ` Ruslan
2018-01-27  4:30 ` jmicco
2018-02-01 14:00 ` BALATON Zoltan
2018-02-01 16:00 ` BALATON Zoltan
2018-02-01 16:13 ` Daniel Berrange
2018-02-01 17:14   ` BALATON Zoltan
2018-02-02 12:07 ` Gerd Hoffmann
2018-02-02 23:27   ` BALATON Zoltan
2018-02-02 12:08 ` [Qemu-devel] [Bug 1703795] [PATCH] sdl2: fix mouse grab Gerd Hoffmann
2018-02-02 19:28 ` [Qemu-devel] [Bug 1703795] Re: Unable to release mouse in SDL2 mode Ruslan
2018-04-26  6:07 ` Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.