From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sasha Levin Subject: Re: [PATCH] kvm tools: Add support for PS/2 keyboard system Date: Thu, 02 Jun 2011 12:34:11 +0300 Message-ID: <1307007251.2785.29.camel@lappy> References: <1306940036-15540-1-git-send-email-levinsasha928@gmail.com> <1307005827.2785.26.camel@lappy> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, mingo@elte.hu, asias.hejun@gmail.com, gorcunov@gmail.com, prasadjoshi124@gmail.com, John Floren To: Pekka Enberg Return-path: Received: from mail-wy0-f174.google.com ([74.125.82.174]:46064 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932439Ab1FBJeq (ORCPT ); Thu, 2 Jun 2011 05:34:46 -0400 Received: by wya21 with SMTP id 21so457861wya.19 for ; Thu, 02 Jun 2011 02:34:44 -0700 (PDT) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Thu, 2011-06-02 at 12:15 +0300, Pekka Enberg wrote: > On Thu, 2 Jun 2011, Sasha Levin wrote: > > 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 > > kbd_init() is called if that's what you wanted to know. I've pulled master, and tried running keyboard on it. What I see now is: [ 33.114810] i8042: PNP: No PS/2 controller found. Probing ports directly. [ 33.365370] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 33.365599] mousedev: PS/2 mouse device common for all mice Which means that the mouse is gone. Might be related to what you're seeing. -- Sasha.