Re: [libvirt PATCH] qemu: Do not set default CPU for archs without CPU driver

2020-02-25 Thread Daniel P . Berrangé
On Tue, Feb 25, 2020 at 04:45:50PM +0100, Jiri Denemark wrote: > Whenever there is a guest CPU configured in domain XML, we will call > some CPU driver APIs to validate the CPU definition and check its > compatibility with the hypervisor. Thus domains with guest CPU > specification can only be

[libvirt PATCH] qemu: Do not set default CPU for archs without CPU driver

2020-02-25 Thread Jiri Denemark
Whenever there is a guest CPU configured in domain XML, we will call some CPU driver APIs to validate the CPU definition and check its compatibility with the hypervisor. Thus domains with guest CPU specification can only be started if the guest architecture is supported by the CPU driver. But we