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

2022-06-21 Thread Peter Maydell
On Tue, 21 Jun 2022 at 12:41, Peter Maydell wrote: > > On Mon, 20 Jun 2022 at 20: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

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

2022-06-21 Thread Peter Maydell
On Mon, 20 Jun 2022 at 20: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

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

2022-06-20 Thread Richard Henderson
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.

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

2022-06-20 Thread Alexander Graf
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: