|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v4 14/17] xen/arm: ITS: Add domain specific ITS initialization
Hi Vijay, On 10/07/2015 09:42, vijay.kilari@xxxxxxxxx wrote: With the new vGIC infrastructure, anything related to domain initialization is done in the vGIC. [...] As said on patch #3 its_lpi_init can be called in its_init. In any anycase, it's not the goal of the vGIC to initialize the ITS driver. [...] diff --git a/xen/include/asm-arm/gic_v3_defs.h b/xen/include/asm-arm/gic_v3_defs.h index 368ebb3..24ef547 100644 --- a/xen/include/asm-arm/gic_v3_defs.h +++ b/xen/include/asm-arm/gic_v3_defs.h @@ -243,6 +243,8 @@ #define GITS_BASER_TYPE_RESERVED5 5 #define GITS_BASER_TYPE_RESERVED6 6 #define GITS_BASER_TYPE_RESERVED7 7 +#define GITS_BASER_INIT_VAL ((1UL << GITS_BASER_TYPE_SHIFT) | \ + (0x7UL << GITS_BASER_ENTRY_SIZE_SHIFT)) Please keep this define within the vgic ITS code. Regards, -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |