On 22 March 2011 15:19, <ja...@jermar.eu> wrote: > Quoting Peter Maydell <peter.mayd...@linaro.org>: >> On 21 March 2011 23:03, Jakub Jermar <ja...@jermar.eu> 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.
> I would tend to think that there is only one correct set of key codes > that the keyboard on Integrator/CP may generate. Why do you think this? The keyboard isn't built in to the hardware, so the set of keycodes you get depends on the keyboard, not the Integrator/CP. (Conversely, you should get the same set of keycodes for an Integrator/CP as you would for a PC model, so if there was a difference in 0.10.5 this is a progression, not a regression.) -- PMM