]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/monitor.c
arm: implement query-gic-capabilities
authorPeter Xu <peterx@redhat.com>
Wed, 30 Mar 2016 16:27:24 +0000 (17:27 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 30 Mar 2016 16:27:24 +0000 (17:27 +0100)
commitdb31e49a565fc4c165fd98201721b313c3412c1f
tree033500f975fe01bd5277631202d0730cb1db0521
parent29039acf585615c6c37f8a1863a0a318ddd455cc
arm: implement query-gic-capabilities

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 <peterx@redhat.com>
Acked-by: Sergey Fedorov <serge.fdrv@gmail.com>
Message-id: 1458788142-17509-5-git-send-email-peterx@redhat.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/monitor.c