All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1004050] [NEW] qemu-system-ppc64 by default has non-working keyboard
@ 2012-05-24 16:51 Richard W.M. Jones
  2012-05-25 11:37 ` Andreas Färber
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Richard W.M. Jones @ 2012-05-24 16:51 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Compile qemu from git and do:

  ./ppc64-softmmu/qemu-system-ppc64

(ie. no parameters).  It boots to an OpenBIOS prompt.  However the
keyboard doesn't work.  After ~10 keypresses, qemu just says:

usb-kbd: warning: key event queue full
usb-kbd: warning: key event queue full
usb-kbd: warning: key event queue full
usb-kbd: warning: key event queue full

There is no indication inside the guest that OpenBIOS is seeing keyboard
events.

Also there's no indication of what type of keyboard devices are
available, nor what we should use.

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

Title:
  qemu-system-ppc64 by default has non-working keyboard

Status in QEMU:
  New

Bug description:
  Compile qemu from git and do:

    ./ppc64-softmmu/qemu-system-ppc64

  (ie. no parameters).  It boots to an OpenBIOS prompt.  However the
  keyboard doesn't work.  After ~10 keypresses, qemu just says:

  usb-kbd: warning: key event queue full
  usb-kbd: warning: key event queue full
  usb-kbd: warning: key event queue full
  usb-kbd: warning: key event queue full

  There is no indication inside the guest that OpenBIOS is seeing
  keyboard events.

  Also there's no indication of what type of keyboard devices are
  available, nor what we should use.

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

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

* Re: [Qemu-devel] [Bug 1004050] [NEW] qemu-system-ppc64 by default has non-working keyboard
  2012-05-24 16:51 [Qemu-devel] [Bug 1004050] [NEW] qemu-system-ppc64 by default has non-working keyboard Richard W.M. Jones
@ 2012-05-25 11:37 ` Andreas Färber
  2012-07-18 19:27 ` [Qemu-devel] [Bug 1004050] " Truman Boyes
  2017-02-13 20:14 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Andreas Färber @ 2012-05-25 11:37 UTC (permalink / raw)
  To: Bug 1004050; +Cc: qemu-devel, Richard W.M. Jones, Alexander Graf

Am 24.05.2012 18:51, schrieb Richard W.M. Jones:
> Compile qemu from git and do:
> 
>   ./ppc64-softmmu/qemu-system-ppc64
> 
> (ie. no parameters).  It boots to an OpenBIOS prompt.  However the
> keyboard doesn't work.  After ~10 keypresses, qemu just says:
> 
> usb-kbd: warning: key event queue full
> usb-kbd: warning: key event queue full
> usb-kbd: warning: key event queue full
> usb-kbd: warning: key event queue full
> 
> There is no indication inside the guest that OpenBIOS is seeing keyboard
> events.
> 
> Also there's no indication of what type of keyboard devices are
> available, nor what we should use.

OpenBIOS/ppc only supports ADB keyboards at this time. ppc64 kernels
don't support ADB though, so -M mac99 has a USB keyboard. -nographic
should work, and so does -M pseries (using SLOF).

Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

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

* [Qemu-devel] [Bug 1004050] Re: qemu-system-ppc64 by default has non-working keyboard
  2012-05-24 16:51 [Qemu-devel] [Bug 1004050] [NEW] qemu-system-ppc64 by default has non-working keyboard Richard W.M. Jones
  2012-05-25 11:37 ` Andreas Färber
@ 2012-07-18 19:27 ` Truman Boyes
  2017-02-13 20:14 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Truman Boyes @ 2012-07-18 19:27 UTC (permalink / raw)
  To: qemu-devel

I have also experienced the same issue with qemu-system-ppc64. It
appears that ppc64 is not able to communicate with the USB controller.
This issue is not seen with with qemu-system-ppc.

tboyes@tboyes-dev:~/qemu$ qemu-system-ppc64 -serial stdio -m 1024 -net nic -net user debian-ppc.qcow2 -cdrom debian-6.0.5-powerpc-netinst.iso  -boot d
VNC server running on `127.0.0.1:5901'
C>> annot manage 'OHCI USB controller' PCI device type 'usb':
>>  106b 3f (c 3 10)

>> =============================================================
>> OpenBIOS 1.0 [May 30 2012 16:55]
>> Configuration device id QEMU version 1 machine id 3
>> CPUs: 1
>> Memory: 1024M
>> UUID: 00000000-0000-0000-0000-000000000000
>> CPU type PowerPC,970FX
usb-kbd: warning: key event queue full
usb-kbd: warning: key event queue full
usb-kbd: warning: key event queue full
usb-kbd: warning: key event queue full

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

Title:
  qemu-system-ppc64 by default has non-working keyboard

Status in QEMU:
  New

Bug description:
  Compile qemu from git and do:

    ./ppc64-softmmu/qemu-system-ppc64

  (ie. no parameters).  It boots to an OpenBIOS prompt.  However the
  keyboard doesn't work.  After ~10 keypresses, qemu just says:

  usb-kbd: warning: key event queue full
  usb-kbd: warning: key event queue full
  usb-kbd: warning: key event queue full
  usb-kbd: warning: key event queue full

  There is no indication inside the guest that OpenBIOS is seeing
  keyboard events.

  Also there's no indication of what type of keyboard devices are
  available, nor what we should use.

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

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

* [Qemu-devel] [Bug 1004050] Re: qemu-system-ppc64 by default has non-working keyboard
  2012-05-24 16:51 [Qemu-devel] [Bug 1004050] [NEW] qemu-system-ppc64 by default has non-working keyboard Richard W.M. Jones
  2012-05-25 11:37 ` Andreas Färber
  2012-07-18 19:27 ` [Qemu-devel] [Bug 1004050] " Truman Boyes
@ 2017-02-13 20:14 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2017-02-13 20:14 UTC (permalink / raw)
  To: qemu-devel

AFAIK an OHCI driver has been added to OpenBIOS in 2014, so marking this
bug as fixed now. If you still have issues with OpenBIOS, please report
them to the OpenBIOS project instead of the QEMU bug tracker, thanks!

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

Title:
  qemu-system-ppc64 by default has non-working keyboard

Status in QEMU:
  Fix Released

Bug description:
  Compile qemu from git and do:

    ./ppc64-softmmu/qemu-system-ppc64

  (ie. no parameters).  It boots to an OpenBIOS prompt.  However the
  keyboard doesn't work.  After ~10 keypresses, qemu just says:

  usb-kbd: warning: key event queue full
  usb-kbd: warning: key event queue full
  usb-kbd: warning: key event queue full
  usb-kbd: warning: key event queue full

  There is no indication inside the guest that OpenBIOS is seeing
  keyboard events.

  Also there's no indication of what type of keyboard devices are
  available, nor what we should use.

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

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

end of thread, other threads:[~2017-02-13 20:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-24 16:51 [Qemu-devel] [Bug 1004050] [NEW] qemu-system-ppc64 by default has non-working keyboard Richard W.M. Jones
2012-05-25 11:37 ` Andreas Färber
2012-07-18 19:27 ` [Qemu-devel] [Bug 1004050] " Truman Boyes
2017-02-13 20:14 ` 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.