Re: [libvirt PATCH 03/17] qemu: Query hvf capability on macOS

2022-01-05 Thread Daniel P . Berrangé
On Tue, Jan 04, 2022 at 07:52:42PM +0100, Andrea Bolognani wrote: > From: Roman Bolshakov > > There's no QMP command for querying if hvf is supported, therefore we > use sysctl interface that tells if Hypervisor.framework works/available > on the host. > > Signed-off-by: Roman Bolshakov > Signe

[libvirt PATCH 03/17] qemu: Query hvf capability on macOS

2022-01-04 Thread Andrea Bolognani
From: Roman Bolshakov There's no QMP command for querying if hvf is supported, therefore we use sysctl interface that tells if Hypervisor.framework works/available on the host. Signed-off-by: Roman Bolshakov Signed-off-by: Andrea Bolognani --- src/qemu/qemu_capabilities.c | 33 +++