Re: [libvirt PATCH 08/17] qemu: Make error message accel-agnostic

2022-01-05 Thread Daniel P . Berrangé
On Tue, Jan 04, 2022 at 07:52:47PM +0100, Andrea Bolognani wrote: > From: Roman Bolshakov > > With more acceleration types, KVM should be used only in error messages > related to KVM. > > Signed-off-by: Roman Bolshakov > Signed-off-by: Andrea Bolognani > --- > src/qemu/qemu_capabilities.c | 4

[libvirt PATCH 08/17] qemu: Make error message accel-agnostic

2022-01-04 Thread Andrea Bolognani
From: Roman Bolshakov With more acceleration types, KVM should be used only in error messages related to KVM. Signed-off-by: Roman Bolshakov Signed-off-by: Andrea Bolognani --- src/qemu/qemu_capabilities.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qemu/qemu_c