From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 0/5] xen/arm: multiple guests support in the GIC and VGIC Date: Wed, 18 Jul 2012 09:59:55 +0100 Message-ID: <1342601995.26734.1.camel@zakaz.uk.xensource.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Stefano Stabellini Cc: "xen-devel@lists.xensource.com" , David Vrabel , "Tim Deegan (3P)" List-Id: xen-devel@lists.xenproject.org On Wed, 2012-07-04 at 11:45 +0100, Stefano Stabellini wrote: > Hi all, > this patch series fixes the GIC, VGIC and vtimer issues that caused dom1 > to hang, as described by Ian in > http://marc.info/?l=xen-devel&m=133856539418794. > > With this patch series applied on top of Ian's, dom1 boots up to: > > VFS: Cannot open root device "(null)" or unknown-block(2,0) All applied, thanks, (actually yesterday, I seem to have forgotten to hit send here) > Stefano Stabellini (5): > arm/vtimer: do not let the guest interact with the physical timer > arm/gic: fix gic context switch > xen/gic: support injecting IRQs even to VCPUs not currently running > xen/vgic: vgic: support irq enable/disable > xen/vgic: initialize pending_irqs.lr_queue I rewrote these last three to "arm/foo" which I think is what you meant? Ian.