Re: [PATCH 04/13] KVM: arm64: Introduce new MMIO region for the ITS base address

2015-06-11 Thread Andre Przywara
Hi Eric, thanks for the review! On 06/09/2015 09:52 AM, Eric Auger wrote: > On 05/29/2015 11:53 AM, 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 v

Re: [PATCH 04/13] KVM: arm64: Introduce new MMIO region for the ITS base address

2015-06-09 Thread Eric Auger
On 05/29/2015 11:53 AM, 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 function to check whether userland has provided t

[PATCH 04/13] KVM: arm64: Introduce new MMIO region for the ITS base address

2015-05-29 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 tha