Re: [PATCH v4 8/8] hw/arm/virt: add ITS support in virt GIC

2021-06-08 Thread Peter Maydell
On Wed, 2 Jun 2021 at 19:00, Shashi Mallela wrote: > > Included creation of ITS as part of virt platform GIC > initialization.This Emulated ITS model now co-exists with kvm Still missing space after '.'. > ITS and is enabled in absence of kvm irq kernel support in a > platform. > > Signed-off-b

[PATCH v4 8/8] hw/arm/virt: add ITS support in virt GIC

2021-06-02 Thread Shashi Mallela
Included creation of ITS as part of virt platform GIC initialization.This Emulated ITS model now co-exists with kvm ITS and is enabled in absence of kvm irq kernel support in a platform. Signed-off-by: Shashi Mallela --- hw/arm/virt.c | 27 +-- include/hw/arm/virt