From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: xen 4 only seeing one keyboard and mouse Date: Thu, 26 Aug 2010 10:04:59 -0400 Message-ID: <20100826140459.GD3792@phenom.dumpdata.com> References: <20100823151842.GB5955@phenom.dumpdata.com> <20100824171019.GA18015@phenom.dumpdata.com> <20100824211603.GA6502@phenom.dumpdata.com> <20100825142821.GB4394@phenom.dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: M A Young Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Wed, Aug 25, 2010 at 10:32:47PM +0100, M A Young wrote: > On Wed, 25 Aug 2010, Konrad Rzeszutek Wilk wrote: > > >So I think we need to ask Bastian for help - he made the changes in the > >hypervisor so that IRQs below 16 could be programmed by the Dom0, and it > >might be that we are missing some simple step of setting the > >per_cpu[vector] field? > > > >I am curious if you reverted c/s 21092 whether your machine would work > >or not. If so, we need to talk to Bastian. > > Reverting that change "Allow all unused GSI to be configured via > IO-APIC by new pv_ops dom0" doesn't help. The keyboard still doesn't > work. OK, one more thing and if that doens't work then we (actually, you) will have to get dirty and start debugging this with printks. If you are not too comfortable with this I can help you along. Pull the latest xen-unstable bit, make sure that 'Fix bind_irq_vector() destination' is in and try that.