Re: [libvirt PATCH 4/5] qemu: probe for "-cpu max" support

2021-02-09 Thread Pavel Hrdina
On Tue, Feb 09, 2021 at 04:25:06PM +, Daniel P. Berrangé wrote: > On Tue, Feb 09, 2021 at 05:23:35PM +0100, Pavel Hrdina wrote: > > On Tue, Feb 09, 2021 at 01:59:00PM +, Daniel P. Berrangé wrote: > > > This is a special CPU model similar to "-cpu host", so won't use our > > > normal CPU mod

Re: [libvirt PATCH 4/5] qemu: probe for "-cpu max" support

2021-02-09 Thread Daniel P . Berrangé
On Tue, Feb 09, 2021 at 05:23:35PM +0100, Pavel Hrdina wrote: > On Tue, Feb 09, 2021 at 01:59:00PM +, Daniel P. Berrangé wrote: > > This is a special CPU model similar to "-cpu host", so won't use our > > normal CPU model detection logic. > > > > Signed-off-by: Daniel P. Berrangé > > --- > >

Re: [libvirt PATCH 4/5] qemu: probe for "-cpu max" support

2021-02-09 Thread Pavel Hrdina
On Tue, Feb 09, 2021 at 01:59:00PM +, Daniel P. Berrangé wrote: > This is a special CPU model similar to "-cpu host", so won't use our > normal CPU model detection logic. > > Signed-off-by: Daniel P. Berrangé > --- > src/qemu/qemu_capabilities.c | 11 +++ > src/qemu/qemu_capabilities

[libvirt PATCH 4/5] qemu: probe for "-cpu max" support

2021-02-09 Thread Daniel P . Berrangé
This is a special CPU model similar to "-cpu host", so won't use our normal CPU model detection logic. Signed-off-by: Daniel P. Berrangé --- src/qemu/qemu_capabilities.c | 11 +++ src/qemu/qemu_capabilities.h | 1 + 2 files changed, 12 insertions(+) diff --git a/src/qemu/qemu_capabilit