Re: [PATCH] hw/arm/virt: Extend nested and mte checks to hvf

2021-11-26 Thread Peter Maydell
On Tue, 23 Nov 2021 at 14:00, Alexander Graf wrote: > > > On 23.11.21 13:34, Peter Maydell wrote: > > On Tue, 23 Nov 2021 at 12:29, Alexander Graf wrote: > >> The virt machine has properties to enable MTE and Nested Virtualization > >> support. However, its check to ensure the backing accel imple

Re: [PATCH] hw/arm/virt: Extend nested and mte checks to hvf

2021-11-23 Thread Alexander Graf
On 23.11.21 13:34, Peter Maydell wrote: On Tue, 23 Nov 2021 at 12:29, Alexander Graf wrote: The virt machine has properties to enable MTE and Nested Virtualization support. However, its check to ensure the backing accel implementation supports it today only looks for KVM and bails out if it f

Re: [PATCH] hw/arm/virt: Extend nested and mte checks to hvf

2021-11-23 Thread Peter Maydell
On Tue, 23 Nov 2021 at 12:29, Alexander Graf wrote: > > The virt machine has properties to enable MTE and Nested Virtualization > support. However, its check to ensure the backing accel implementation > supports it today only looks for KVM and bails out if it finds it. > > Extend the checks to HVF