From mboxrd@z Thu Jan 1 00:00:00 1970 From: Asias He Subject: Re: [PATCH] kvm tools: Fix IRQ mapping Date: Thu, 11 Aug 2011 21:54:26 +0800 Message-ID: <4E43DF12.5000704@gmail.com> References: <1313053448-13315-1-git-send-email-levinsasha928@gmail.com> <4E439E28.1040300@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Sasha Levin , kvm@vger.kernel.org, mingo@elte.hu, gorcunov@gmail.com To: Pekka Enberg Return-path: Received: from mail-pz0-f42.google.com ([209.85.210.42]:46090 "EHLO mail-pz0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751033Ab1HKNys (ORCPT ); Thu, 11 Aug 2011 09:54:48 -0400 Received: by pzk37 with SMTP id 37so3720100pzk.1 for ; Thu, 11 Aug 2011 06:54:47 -0700 (PDT) In-Reply-To: <4E439E28.1040300@kernel.org> Sender: kvm-owner@vger.kernel.org List-ID: On 08/11/2011 05:17 PM, Pekka Enberg wrote: > On 8/11/11 12:04 PM, Sasha Levin wrote: >> This thread fixes two issues: >> - Slave IRQCHIP was mapped wrong, this caused all IRQs which belong >> to it to be ignored (breaking such things as the mouse). >> - Line 2 was being mapped, since it's the link between slave and master >> IRQCHIPs it shouldn't be. >> >> Signed-off-by: Sasha Levin > > Asias, does this fix the VNC mouse problem for you? Yup. But gpm still can not work, it complains can not open /dev/psaux. -- Best Regards, Asias He