Re: [libvirt PATCH 06/17] qemu: Introduce virQEMUCapsHaveAccel

2022-01-05 Thread Daniel P . Berrangé
On Tue, Jan 04, 2022 at 07:52:45PM +0100, Andrea Bolognani wrote: > From: Roman Bolshakov > > The function should be used to check if qemu capabilities include a > hardware acceleration, i.e. accel is not TCG. > > Signed-off-by: Roman Bolshakov > Signed-off-by: Andrea Bolognani > --- > src/qe

[libvirt PATCH 06/17] qemu: Introduce virQEMUCapsHaveAccel

2022-01-04 Thread Andrea Bolognani
From: Roman Bolshakov The function should be used to check if qemu capabilities include a hardware acceleration, i.e. accel is not TCG. Signed-off-by: Roman Bolshakov Signed-off-by: Andrea Bolognani --- src/qemu/qemu_capabilities.c | 16 +--- 1 file changed, 13 insertions(+), 3 de