All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 1871267] [NEW] Multiple (Repeating) Keystrokes in macOS
@ 2020-04-07  1:20 Russell Morris
  2020-04-07  1:21 ` [Bug 1871267] " Russell Morris
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Russell Morris @ 2020-04-07  1:20 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Hi,

I am finding this issue with v4.2.0, or the latest master - on a Windows
host, with macOS guest. It happens using gtk (SPICE?) or VNC. When I get
to a place to enter a keystroke, I quite reliably get multiple of the
same key (i.e. press A, get AAAA).

Thinking there may be a basic setting to address this? I did try it in
Linux (kvm), no issue there.

Thanks!

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

Title:
  Multiple (Repeating) Keystrokes in macOS

Status in QEMU:
  New

Bug description:
  Hi,

  I am finding this issue with v4.2.0, or the latest master - on a
  Windows host, with macOS guest. It happens using gtk (SPICE?) or VNC.
  When I get to a place to enter a keystroke, I quite reliably get
  multiple of the same key (i.e. press A, get AAAA).

  Thinking there may be a basic setting to address this? I did try it in
  Linux (kvm), no issue there.

  Thanks!

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


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

* [Bug 1871267] Re: Multiple (Repeating) Keystrokes in macOS
  2020-04-07  1:20 [Bug 1871267] [NEW] Multiple (Repeating) Keystrokes in macOS Russell Morris
@ 2020-04-07  1:21 ` Russell Morris
  2020-04-16 10:51 ` Alex
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Russell Morris @ 2020-04-07  1:21 UTC (permalink / raw)
  To: qemu-devel

BTW, it does make the guest unusable ... can't even enter a password (if
I could get that far, having issues even running setup).

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/1871267

Title:
  Multiple (Repeating) Keystrokes in macOS

Status in QEMU:
  New

Bug description:
  Hi,

  I am finding this issue with v4.2.0, or the latest master - on a
  Windows host, with macOS guest. It happens using gtk (SPICE?) or VNC.
  When I get to a place to enter a keystroke, I quite reliably get
  multiple of the same key (i.e. press A, get AAAA).

  Thinking there may be a basic setting to address this? I did try it in
  Linux (kvm), no issue there.

  Thanks!

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


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

* [Bug 1871267] Re: Multiple (Repeating) Keystrokes in macOS
  2020-04-07  1:20 [Bug 1871267] [NEW] Multiple (Repeating) Keystrokes in macOS Russell Morris
  2020-04-07  1:21 ` [Bug 1871267] " Russell Morris
@ 2020-04-16 10:51 ` Alex
  2021-05-06  8:00 ` Thomas Huth
  2021-07-06  4:17 ` Launchpad Bug Tracker
  3 siblings, 0 replies; 5+ messages in thread
From: Alex @ 2020-04-16 10:51 UTC (permalink / raw)
  To: qemu-devel

Issues with time emulation. MacOS runs on qemu with a specific cpu option: -cpu Penryn,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on.
The code of cpu_x86_cpuid has no handler for 0x40000010, so vmware-cpuid-freq is ignored.
Another solution is to modify tsc_increment_by_tick value in MSR_IA32_PERF_STATUS returned from helper_rdmsr. Currently it is val = 1000ULL. Try to set it to 2000ULL, and see what happens.

The solution for hardware emulation is to return real hardware values to
the guest. I think for tcg it can be passed from command line, so the
user can adjust it's value.

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

Title:
  Multiple (Repeating) Keystrokes in macOS

Status in QEMU:
  New

Bug description:
  Hi,

  I am finding this issue with v4.2.0, or the latest master - on a
  Windows host, with macOS guest. It happens using gtk (SPICE?) or VNC.
  When I get to a place to enter a keystroke, I quite reliably get
  multiple of the same key (i.e. press A, get AAAA).

  Thinking there may be a basic setting to address this? I did try it in
  Linux (kvm), no issue there.

  Thanks!

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


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

* [Bug 1871267] Re: Multiple (Repeating) Keystrokes in macOS
  2020-04-07  1:20 [Bug 1871267] [NEW] Multiple (Repeating) Keystrokes in macOS Russell Morris
  2020-04-07  1:21 ` [Bug 1871267] " Russell Morris
  2020-04-16 10:51 ` Alex
@ 2021-05-06  8:00 ` Thomas Huth
  2021-07-06  4:17 ` Launchpad Bug Tracker
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2021-05-06  8:00 UTC (permalink / raw)
  To: qemu-devel

The QEMU project is currently moving 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 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". Or please mark it as "Fix Released" if
the problem has been solved with a newer version of QEMU already.

Thank you and sorry for the inconvenience.


** Tags added: macos

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

Title:
  Multiple (Repeating) Keystrokes in macOS

Status in QEMU:
  Incomplete

Bug description:
  Hi,

  I am finding this issue with v4.2.0, or the latest master - on a
  Windows host, with macOS guest. It happens using gtk (SPICE?) or VNC.
  When I get to a place to enter a keystroke, I quite reliably get
  multiple of the same key (i.e. press A, get AAAA).

  Thinking there may be a basic setting to address this? I did try it in
  Linux (kvm), no issue there.

  Thanks!

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


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

* [Bug 1871267] Re: Multiple (Repeating) Keystrokes in macOS
  2020-04-07  1:20 [Bug 1871267] [NEW] Multiple (Repeating) Keystrokes in macOS Russell Morris
                   ` (2 preceding siblings ...)
  2021-05-06  8:00 ` Thomas Huth
@ 2021-07-06  4:17 ` Launchpad Bug Tracker
  3 siblings, 0 replies; 5+ messages in thread
From: Launchpad Bug Tracker @ 2021-07-06  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/1871267

Title:
  Multiple (Repeating) Keystrokes in macOS

Status in QEMU:
  Expired

Bug description:
  Hi,

  I am finding this issue with v4.2.0, or the latest master - on a
  Windows host, with macOS guest. It happens using gtk (SPICE?) or VNC.
  When I get to a place to enter a keystroke, I quite reliably get
  multiple of the same key (i.e. press A, get AAAA).

  Thinking there may be a basic setting to address this? I did try it in
  Linux (kvm), no issue there.

  Thanks!

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


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

end of thread, other threads:[~2021-07-06  4:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-07  1:20 [Bug 1871267] [NEW] Multiple (Repeating) Keystrokes in macOS Russell Morris
2020-04-07  1:21 ` [Bug 1871267] " Russell Morris
2020-04-16 10:51 ` Alex
2021-05-06  8:00 ` Thomas Huth
2021-07-06  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.