[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [arm] Integrator/CP keyboard layout
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [arm] Integrator/CP keyboard layout |
Date: |
Tue, 22 Mar 2011 10:24:18 +0000 |
On 21 March 2011 23:03, Jakub Jermar <address@hidden> wrote:
> I noticed that the layout of the PL050 keyboard used on Integrator/CP
> incompatibly changed sometime between Qemu 0.10.5 and Qemu 0.11.1. The
> current layout used in Qemu's model of Integrator/CP is the standard PC
> layout. What puzzles me is whether this was a fix or a regression. Does
> anybody know what was the motivation for that change?
The PL050 is just a PS/2 keyboard (or mouse) interface -- so
it doesn't have any control over the keyboard layout (either
in hardware or in qemu's model); I guess you're seeing the
effects of a non-ARM-specific change to PS/2 keyboard handling.
-- PMM