On 3/1/20 2:40 AM, Eric Auger wrote: > Convert kvm_arm_vgic_probe() so that it returns a > bitmap of supported in-kernel emulation VGIC versions instead > of the max version: at the moment values can be v2 and v3. > This allows to expose the case where the host GICv3 also > supports GICv2 emulation. This will be useful to choose the > default version in KVM accelerated mode. > > Signed-off-by: Eric Auger <eric.au...@redhat.com> > --- > hw/arm/virt.c | 11 +++++++++-- > target/arm/kvm.c | 14 ++++++++------ > target/arm/kvm_arm.h | 3 +++ > 3 files changed, 20 insertions(+), 8 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~