qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] q35: usb keyboard trouble
@ 2012-10-24 14:55 Gabriel L. Somlo
  2012-10-26 20:24 ` Jason Baron
  0 siblings, 1 reply; 4+ messages in thread
From: Gabriel L. Somlo @ 2012-10-24 14:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: jbaron

Jason,

Commit d8b0dbdba325773469733222a167b54aca74de55 in the q35 tree breaks
'-usbdevice keyboard' for me. Instead of being able to type at the VM,
none of the keypresses make it through, and qemu stderr soon starts
logging this error: "usb-kbd: warning: key event queue full".

Specifically, it's the introduction of ich9-usb-ehci1 that causes the
issue (in hw/pc_q35.c, line 197):

+        pci_create_simple_multifunction(
+            host_bus, PCI_DEVFN(ICH9_USB_DEV, ICH9_USB_EHCI1_FUNC),
+            true, "ich9-usb-ehci1");

Commenting out the above makes the problem go away.

Thanks much,
--Gabriel

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

end of thread, other threads:[~2012-10-29  7:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-24 14:55 [Qemu-devel] q35: usb keyboard trouble Gabriel L. Somlo
2012-10-26 20:24 ` Jason Baron
2012-10-28 15:37   ` Gabriel L. Somlo
2012-10-29  7:11   ` Gerd Hoffmann

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).