Re: [libvirt PATCH 10/17] fixup! qemu: Fix HVF architecture check

2022-01-05 Thread Daniel P . Berrangé
On Tue, Jan 04, 2022 at 07:52:49PM +0100, Andrea Bolognani wrote: > Apple Silicon (aarch64) has HVF support, but there is no > 32-bit Intel hardware that is HVF-capable. > > Signed-off-by: Andrea Bolognani > --- > src/qemu/qemu_capabilities.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletio

[libvirt PATCH 10/17] fixup! qemu: Fix HVF architecture check

2022-01-04 Thread Andrea Bolognani
Apple Silicon (aarch64) has HVF support, but there is no 32-bit Intel hardware that is HVF-capable. Signed-off-by: Andrea Bolognani --- src/qemu/qemu_capabilities.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c i