qemu-arm
[Top][All Lists]
Advanced

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

Re: [PATCH v2 2/2] target/arm: Catch invalid kvm state also for hvf


From: Richard Henderson
Subject: Re: [PATCH v2 2/2] target/arm: Catch invalid kvm state also for hvf
Date: Mon, 20 Jun 2022 12:46:58 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1

On 6/20/22 12:22, Alexander Graf wrote:
Some features such as running in EL3 or running M profile code are
incompatible with virtualization as QEMU implements it today. To prevent
users from picking invalid configurations on other virt solutions like
Hvf, let's run the same checks there too.

Resolves:https://gitlab.com/qemu-project/qemu/-/issues/1073
Signed-off-by: Alexander Graf<agraf@csgraf.de>

---

v1 -> v2:

   - Use current_accel_name()
   - Use !tcg_enabled()
---
  target/arm/cpu.c | 11 +++++++----
  1 file changed, 7 insertions(+), 4 deletions(-)

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

r~



reply via email to

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