Re: [libvirt] [PATCH 11/13] qemu: Correct CPU capabilities probing for hvf

2018-11-20 Thread Daniel P . Berrangé
On Sat, Oct 20, 2018 at 05:19:56PM +0300, Roman Bolshakov wrote: > With this change virsh domcapabilites shows: > > > Signed-off-by: Roman Bolshakov > --- > src/qemu/qemu_capabilities.c | 22 +++--- > 1 file changed, 19 insertions(+), 3 deletions(-) > > diff --git a/src/qemu/

Re: [libvirt] [PATCH 11/13] qemu: Correct CPU capabilities probing for hvf

2018-10-25 Thread Daniel P . Berrangé
On Sat, Oct 20, 2018 at 05:19:56PM +0300, Roman Bolshakov wrote: > With this change virsh domcapabilites shows: > > > Signed-off-by: Roman Bolshakov > --- > src/qemu/qemu_capabilities.c | 22 +++--- > 1 file changed, 19 insertions(+), 3 deletions(-) Reviewed-by: Daniel P. Ber

[libvirt] [PATCH 11/13] qemu: Correct CPU capabilities probing for hvf

2018-10-20 Thread Roman Bolshakov
With this change virsh domcapabilites shows: Signed-off-by: Roman Bolshakov --- src/qemu/qemu_capabilities.c | 22 +++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c index cd78f936ab..497b4ef1e9 100