Re: [Qemu-devel] [PATCH v7 4/4] arm: implement query-gic-capabilities

2016-03-24 Thread Sergey Fedorov
On 24/03/16 05:55, Peter Xu wrote: > For emulated GIC capabilities, currently only gicv2 is supported. We > need to add gicv3 in when emulated gicv3 ready. For KVM accelerated ARM > VM, we detect the capability bits by creating a scratch VM. > > Signed-off-by: Peter Xu

[Qemu-devel] [PATCH v7 4/4] arm: implement query-gic-capabilities

2016-03-23 Thread Peter Xu
For emulated GIC capabilities, currently only gicv2 is supported. We need to add gicv3 in when emulated gicv3 ready. For KVM accelerated ARM VM, we detect the capability bits by creating a scratch VM. Signed-off-by: Peter Xu --- target-arm/monitor.c | 58