All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1654826] [NEW] Holding key down using input-linux freezes guest
@ 2017-01-08  9:59 mutedbytes
  2017-01-08 10:01 ` [Qemu-devel] [Bug 1654826] " mutedbytes
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: mutedbytes @ 2017-01-08  9:59 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Qemu release version 2.8.0
KVM, kernel 4.9.1

When using the -object input-linux capability in qemu for passthrough of
input/evdev devices, I found that when a key is held for a few seconds
or more (such as ctrl key), the guest system freezes until the key is
released. In some cases, mouse control is also lost following one of
these "freezes". I also noticed that one of the four cpu cores I have
the guest pinned to ramps to 100% during these freezes.

** 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/1654826

Title:
  Holding key down using input-linux freezes guest

Status in QEMU:
  New

Bug description:
  Qemu release version 2.8.0
  KVM, kernel 4.9.1

  When using the -object input-linux capability in qemu for passthrough
  of input/evdev devices, I found that when a key is held for a few
  seconds or more (such as ctrl key), the guest system freezes until the
  key is released. In some cases, mouse control is also lost following
  one of these "freezes". I also noticed that one of the four cpu cores
  I have the guest pinned to ramps to 100% during these freezes.

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

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

* [Qemu-devel] [Bug 1654826] Re: Holding key down using input-linux freezes guest
  2017-01-08  9:59 [Qemu-devel] [Bug 1654826] [NEW] Holding key down using input-linux freezes guest mutedbytes
@ 2017-01-08 10:01 ` mutedbytes
  2017-01-09  7:42 ` Gerd Hoffmann
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mutedbytes @ 2017-01-08 10:01 UTC (permalink / raw)
  To: qemu-devel

Thought I might add:

The qemu command line option equivalents for mouse and keyboard:

-object input-linux,id=kbd,evdev=/dev/input/by-path/platform-i8042-serio-0-event-kbd,repeat=on,grab_all=on \
-object input-linux,id=ms1,evdev=/dev/input/by-id/usb-ROCCAT_ROCCAT_Kone_Pure-event-mouse

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

Title:
  Holding key down using input-linux freezes guest

Status in QEMU:
  New

Bug description:
  Qemu release version 2.8.0
  KVM, kernel 4.9.1

  When using the -object input-linux capability in qemu for passthrough
  of input/evdev devices, I found that when a key is held for a few
  seconds or more (such as ctrl key), the guest system freezes until the
  key is released. In some cases, mouse control is also lost following
  one of these "freezes". I also noticed that one of the four cpu cores
  I have the guest pinned to ramps to 100% during these freezes.

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

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

* [Qemu-devel] [Bug 1654826] Re: Holding key down using input-linux freezes guest
  2017-01-08  9:59 [Qemu-devel] [Bug 1654826] [NEW] Holding key down using input-linux freezes guest mutedbytes
  2017-01-08 10:01 ` [Qemu-devel] [Bug 1654826] " mutedbytes
@ 2017-01-09  7:42 ` Gerd Hoffmann
  2017-01-10  7:34 ` mutedbytes
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Gerd Hoffmann @ 2017-01-09  7:42 UTC (permalink / raw)
  To: qemu-devel

quick workaround: drop "repeat=on".
some guests seem to have problems with that, not debugged yet why.

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

Title:
  Holding key down using input-linux freezes guest

Status in QEMU:
  New

Bug description:
  Qemu release version 2.8.0
  KVM, kernel 4.9.1

  When using the -object input-linux capability in qemu for passthrough
  of input/evdev devices, I found that when a key is held for a few
  seconds or more (such as ctrl key), the guest system freezes until the
  key is released. In some cases, mouse control is also lost following
  one of these "freezes". I also noticed that one of the four cpu cores
  I have the guest pinned to ramps to 100% during these freezes.

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

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

* [Qemu-devel] [Bug 1654826] Re: Holding key down using input-linux freezes guest
  2017-01-08  9:59 [Qemu-devel] [Bug 1654826] [NEW] Holding key down using input-linux freezes guest mutedbytes
  2017-01-08 10:01 ` [Qemu-devel] [Bug 1654826] " mutedbytes
  2017-01-09  7:42 ` Gerd Hoffmann
@ 2017-01-10  7:34 ` mutedbytes
  2017-04-29  0:31 ` D J
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mutedbytes @ 2017-01-10  7:34 UTC (permalink / raw)
  To: qemu-devel

I have tried without "repeat=on" option, and with 2.8.0 I still seem to
be getting weird behavior with mouse dropping out at points, and with
keys seemingly being continued to be pressed (ie still running around in
an fps game after releasing the key). I also experienced at one point
l-ctrl+r-ctrl not passing keyboard control to guest, and needed to VNC
in to shutdown/restart guest (this was after plugging in a usb xbox360
controller, not sure if related).

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

Title:
  Holding key down using input-linux freezes guest

Status in QEMU:
  New

Bug description:
  Qemu release version 2.8.0
  KVM, kernel 4.9.1

  When using the -object input-linux capability in qemu for passthrough
  of input/evdev devices, I found that when a key is held for a few
  seconds or more (such as ctrl key), the guest system freezes until the
  key is released. In some cases, mouse control is also lost following
  one of these "freezes". I also noticed that one of the four cpu cores
  I have the guest pinned to ramps to 100% during these freezes.

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

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

* [Qemu-devel] [Bug 1654826] Re: Holding key down using input-linux freezes guest
  2017-01-08  9:59 [Qemu-devel] [Bug 1654826] [NEW] Holding key down using input-linux freezes guest mutedbytes
                   ` (2 preceding siblings ...)
  2017-01-10  7:34 ` mutedbytes
@ 2017-04-29  0:31 ` D J
  2020-11-08  9:06 ` Thomas Huth
  2021-01-08  4:17 ` Launchpad Bug Tracker
  5 siblings, 0 replies; 7+ messages in thread
From: D J @ 2017-04-29  0:31 UTC (permalink / raw)
  To: qemu-devel

I am getting the same issue where I can even hear the sound glitch out.
I'm on Arch Linux.

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

Title:
  Holding key down using input-linux freezes guest

Status in QEMU:
  New

Bug description:
  Qemu release version 2.8.0
  KVM, kernel 4.9.1

  When using the -object input-linux capability in qemu for passthrough
  of input/evdev devices, I found that when a key is held for a few
  seconds or more (such as ctrl key), the guest system freezes until the
  key is released. In some cases, mouse control is also lost following
  one of these "freezes". I also noticed that one of the four cpu cores
  I have the guest pinned to ramps to 100% during these freezes.

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

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

* [Bug 1654826] Re: Holding key down using input-linux freezes guest
  2017-01-08  9:59 [Qemu-devel] [Bug 1654826] [NEW] Holding key down using input-linux freezes guest mutedbytes
                   ` (3 preceding siblings ...)
  2017-04-29  0:31 ` D J
@ 2020-11-08  9:06 ` Thomas Huth
  2021-01-08  4:17 ` Launchpad Bug Tracker
  5 siblings, 0 replies; 7+ messages in thread
From: Thomas Huth @ 2020-11-08  9:06 UTC (permalink / raw)
  To: qemu-devel

The QEMU project is currently considering to move its bug tracking to another system. For this we need to know which bugs are still valid and which could be closed already. Thus we are setting all older bugs to
"Incomplete" now.
If you still think this bug report here is valid, then please switch the state back to "New" within the next 60 days, otherwise this report will be marked as "Expired". Thank you and sorry for the inconvenience.


** Changed in: qemu
       Status: New => Incomplete

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

Title:
  Holding key down using input-linux freezes guest

Status in QEMU:
  Incomplete

Bug description:
  Qemu release version 2.8.0
  KVM, kernel 4.9.1

  When using the -object input-linux capability in qemu for passthrough
  of input/evdev devices, I found that when a key is held for a few
  seconds or more (such as ctrl key), the guest system freezes until the
  key is released. In some cases, mouse control is also lost following
  one of these "freezes". I also noticed that one of the four cpu cores
  I have the guest pinned to ramps to 100% during these freezes.

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


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

* [Bug 1654826] Re: Holding key down using input-linux freezes guest
  2017-01-08  9:59 [Qemu-devel] [Bug 1654826] [NEW] Holding key down using input-linux freezes guest mutedbytes
                   ` (4 preceding siblings ...)
  2020-11-08  9:06 ` Thomas Huth
@ 2021-01-08  4:17 ` Launchpad Bug Tracker
  5 siblings, 0 replies; 7+ messages in thread
From: Launchpad Bug Tracker @ 2021-01-08  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

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

Title:
  Holding key down using input-linux freezes guest

Status in QEMU:
  Expired

Bug description:
  Qemu release version 2.8.0
  KVM, kernel 4.9.1

  When using the -object input-linux capability in qemu for passthrough
  of input/evdev devices, I found that when a key is held for a few
  seconds or more (such as ctrl key), the guest system freezes until the
  key is released. In some cases, mouse control is also lost following
  one of these "freezes". I also noticed that one of the four cpu cores
  I have the guest pinned to ramps to 100% during these freezes.

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


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

end of thread, other threads:[~2021-01-08  4:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-08  9:59 [Qemu-devel] [Bug 1654826] [NEW] Holding key down using input-linux freezes guest mutedbytes
2017-01-08 10:01 ` [Qemu-devel] [Bug 1654826] " mutedbytes
2017-01-09  7:42 ` Gerd Hoffmann
2017-01-10  7:34 ` mutedbytes
2017-04-29  0:31 ` D J
2020-11-08  9:06 ` Thomas Huth
2021-01-08  4:17 ` Launchpad Bug Tracker

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.