Re: [libvirt] [PATCH] treat host models as case-insensitive strings

2017-12-20 Thread Daniel P. Berrange
On Tue, Dec 19, 2017 at 02:24:47PM -0600, Scott Garfinkle wrote: > On Tue, 2017-12-19 at 20:05 +0100, Jiri Denemark wrote: > > On Tue, Dec 19, 2017 at 12:39:26 -0600, Scott Garfinkle wrote: > > > Qemu now allows case-insensitive specification of CPU models. This fixes > > > the > > > resulting pro

Re: [libvirt] [PATCH] treat host models as case-insensitive strings

2017-12-19 Thread Scott Garfinkle
On Tue, 2017-12-19 at 20:05 +0100, Jiri Denemark wrote: > On Tue, Dec 19, 2017 at 12:39:26 -0600, Scott Garfinkle wrote: > > Qemu now allows case-insensitive specification of CPU models. This fixes the > > resulting problems on POWER arch machines. I believe a similar change is > > needed > > in s

Re: [libvirt] [PATCH] treat host models as case-insensitive strings

2017-12-19 Thread Jiri Denemark
On Tue, Dec 19, 2017 at 12:39:26 -0600, Scott Garfinkle wrote: > Qemu now allows case-insensitive specification of CPU models. This fixes the > resulting problems on POWER arch machines. I believe a similar change is > needed > in src/cpu/cpu_x86.c but I don't have a way to test this. I believe t

[libvirt] [PATCH] treat host models as case-insensitive strings

2017-12-19 Thread Scott Garfinkle
Qemu now allows case-insensitive specification of CPU models. This fixes the resulting problems on POWER arch machines. I believe a similar change is needed in src/cpu/cpu_x86.c but I don't have a way to test this. Signed-off-by: Scott Garfinkle --- src/conf/domain_capabilities.c | 2 +- src/cp