qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC PATCH 5/5] arm/virt: provide virtualization extensions to the g


From: Richard Henderson
Subject: Re: [RFC PATCH 5/5] arm/virt: provide virtualization extensions to the guest
Date: Mon, 27 Feb 2023 09:26:43 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1

On 2/27/23 06:37, Miguel Luis wrote:
-    if (vms->virt && (kvm_enabled() || hvf_enabled())) {
+    if (vms->virt && (kvm_enabled() || hvf_enabled())
+        && !kvm_arm_el2_supported()) {

The ordering of the tests isn't right -- shouldn't test kvm_arm_* for hvf.

    virt && ((kvm && !kvm_el2) || hvf)


r~



reply via email to

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