Re: [Xen-devel] [RFC 19/22] xen/arm: Merge gicv_setup with vgic_domain_init

2015-06-05 Thread Ian Campbell
On Fri, 2015-05-08 at 14:29 +0100, Julien Grall wrote: > Currently, it's hard to decide whether a part of the domain > initialization should live in gicv_setup (part of the GIC > driver) and domain_init (part of the vGIC driver). > > The code to initialize the domain for a specific vGIC version i

[Xen-devel] [RFC 19/22] xen/arm: Merge gicv_setup with vgic_domain_init

2015-05-08 Thread Julien Grall
Currently, it's hard to decide whether a part of the domain initialization should live in gicv_setup (part of the GIC driver) and domain_init (part of the vGIC driver). The code to initialize the domain for a specific vGIC version is always the same no matter the version of the GIC. Move all the