Re: [libvirt] [PATCH 3/4] cpu: Move check for NULL CPU model inside the driver

2015-08-21 Thread Jiri Denemark
On Tue, Aug 18, 2015 at 16:45:06 -0700, Andrea Bolognani wrote: While the check is appropriate for eg. the x86 and generic drivers, there are some valid ppc64 guest configurations where the CPU model is supposed to be NULL. Moving this check from the generic code to the drivers makes it

[libvirt] [PATCH 3/4] cpu: Move check for NULL CPU model inside the driver

2015-08-18 Thread Andrea Bolognani
While the check is appropriate for eg. the x86 and generic drivers, there are some valid ppc64 guest configurations where the CPU model is supposed to be NULL. Moving this check from the generic code to the drivers makes it possible to accomodate both use cases. Resolves: