Re: [PATCH v2 06/15] KVM: arm64: Introduce new MMIO region for the ITS base address

2015-08-13 Thread Eric Auger
Reviewed-by: Eric Auger eric.au...@linaro.org On 07/10/2015 04:21 PM, Andre Przywara wrote: The ARM GICv3 ITS controller requires a separate register frame to cover ITS specific registers. Add a new VGIC address type and store the address in a field in the vgic_dist structure. Provide a

[PATCH v2 06/15] KVM: arm64: Introduce new MMIO region for the ITS base address

2015-07-10 Thread Andre Przywara
The ARM GICv3 ITS controller requires a separate register frame to cover ITS specific registers. Add a new VGIC address type and store the address in a field in the vgic_dist structure. Provide a function to check whether userland has provided the address, so ITS functionality can be guarded by