On 3/1/20 2:40 AM, Eric Auger wrote: > At the moment if the end-user does not specify the gic-version along > with KVM acceleration, v2 is set by default. However most of the > systems now have GICv3 and sometimes they do not support GICv2 > compatibility. > > This patch keeps the default v2 selection in all cases except > in the KVM accelerated mode when either > - the host does not support GICv2 in-kernel emulation or > - number of VCPUS exceeds 8. > > Those cases did not work anyway so we do not break any compatibility. > Now we get v3 selected in such a case. > > Signed-off-by: Eric Auger <eric.au...@redhat.com> > Reported-by: Dr. David Alan Gilbert <dgilb...@redhat.com> > --- > hw/arm/virt.c | 14 +++++++++++++- > 1 file changed, 13 insertions(+), 1 deletion(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~