[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 28/38] arm: map GICV in all domains, not just dom0.
At 15:39 +0000 on 01 Jun (1338565197), Ian Campbell wrote: > diff --git a/xen/arch/arm/domain.c b/xen/arch/arm/domain.c > index a7fb227..e15c1e8 100644 > --- a/xen/arch/arm/domain.c > +++ b/xen/arch/arm/domain.c > @@ -329,13 +329,17 @@ int arch_domain_create(struct domain *d, unsigned int > domcr_flags) > > if ( (rc = p2m_alloc_table(d)) != 0 ) > goto fail; > - } > > - if ( (rc = domain_vgic_init(d)) != 0 ) > - goto fail; > + if ( (rc = gicv_setup(d)) != 0 ) > + goto fail; > + > + if ( (rc = domain_vgic_init(d)) != 0 ) > + goto fail; > + } > > rc = 0; > fail: > + /*XXX unwind allocations etc */ Ahem. :) Tim. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |