qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 4/6] target/arm/kvm: Let kvm_arm_vgic_probe() return a bit


From: Richard Henderson
Subject: Re: [PATCH v2 4/6] target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmap
Date: Sun, 1 Mar 2020 09:50:10 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1

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 <address@hidden>
> ---
>  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 <address@hidden>


r~




reply via email to

[Prev in Thread] Current Thread [Next in Thread]