qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC v3 5/5] hw/arm/virt: Allow virt extensions with KVM


From: Richard Henderson
Subject: Re: [RFC v3 5/5] hw/arm/virt: Allow virt extensions with KVM
Date: Tue, 26 Mar 2024 09:09:00 -1000
User-agent: Mozilla Thunderbird

On 3/26/24 08:22, Eric Auger wrote:
From: Haibo Xu<haibo.xu@linaro.org>

Up to now virt support on guest has been only supported with TCG.
Now it becomes feasible to use it with KVM acceleration.

Also check only in-kernel GICv3 is used along with KVM EL2.

Signed-off-by: Haibo Xu<haibo.xu@linaro.org>
Signed-off-by: Miguel Luis<miguel.luis@oracle.com>
Signed-off-by: Eric Auger<eric.auger@redhat.com>

---
v2 -> v3:
- check gic version/in-kernel implementation when kvm el2 is set (Peter)

v1 -> v2:
- fixed test ordering: virt && ((kvm && !kvm_el2) || hvf) [Richard]
- tweeked the commit title & message
---
  hw/arm/virt.c | 10 +++++++++-
  1 file changed, 9 insertions(+), 1 deletion(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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