Re: [Qemu-devel] [kvm-unit-tests RFC 03/15] arm/arm64: ITS skeleton

2016-12-06 Thread Andrew Jones
On Mon, Dec 05, 2016 at 10:46:34PM +0100, Eric Auger wrote: > At the moment we just detect the presence of ITS as part of the > GICv3 init routine and initialize its base address. > > Signed-off-by: Eric Auger > --- > arm/Makefile.common| 1 + > lib/arm/asm/gic-v3-its.h | 22 +

[Qemu-devel] [kvm-unit-tests RFC 03/15] arm/arm64: ITS skeleton

2016-12-05 Thread Eric Auger
At the moment we just detect the presence of ITS as part of the GICv3 init routine and initialize its base address. Signed-off-by: Eric Auger --- arm/Makefile.common| 1 + lib/arm/asm/gic-v3-its.h | 22 ++ lib/arm/asm/gic.h | 1 + lib/arm/gic-v3-its.c