On Thu, 2011-06-02 at 11:52 +0300, Pekka Enberg wrote: > On Wed, 1 Jun 2011, Sasha Levin wrote: > > From: John Floren <john@xxxxxxxxxxx> > > > > Add support for PS/2 keyboard system with AUX device (aka mouse). > > The device works with vnc, the guest must be started with the > > '--vnc' parameter for the device to be initialized. > > > > Signed-off-by: John Floren <john@xxxxxxxxxxx> > > [ turn into patch and clean up code ] > > Signed-off-by: Sasha Levin <levinsasha928@xxxxxxxxx> > > I am seeing this in my guest dmesg: > > [ 24.972609] i8042: PNP: No PS/2 controller found. Probing ports > directly. > [ 25.568982] i8042: Can't read CTR while initializing i8042 > [ 25.568996] i8042: probe of i8042 failed with error -5 > [ 25.569102] mousedev: PS/2 mouse device common for all mice > > and nothing happens when I try to press some keys in vncviewer. There's a > small blinking thingy following the mouse which I assume is our guest > mouse cursor? Strange, those are the same errors you're supposed to get when theres no i8042 device at all. Could you verify that hw/pckbd.c is being built? Did the makefile get updated? What I'm seeing here is: [ 49.326316] i8042: PNP: No PS/2 controller found. Probing ports directly. [ 50.410492] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 51.518829] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 51.519104] mousedev: PS/2 mouse device common for all mice -- Sasha. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html