Re: [libvirt] [PATCH v2 07/33] qemu: Fix CPU model fallback in domain capabilities

2017-02-22 Thread Jiri Denemark
On Tue, Feb 21, 2017 at 09:25:20 -0500, John Ferlan wrote: > > > On 02/15/2017 11:44 AM, Jiri Denemark wrote: > > Our documentation of the domain capabilities XML says that the fallback > > attribute of a CPU model is used to indicate whether the CPU model was > > detected by libvirt itself (fall

Re: [libvirt] [PATCH v2 07/33] qemu: Fix CPU model fallback in domain capabilities

2017-02-21 Thread John Ferlan
On 02/15/2017 11:44 AM, Jiri Denemark wrote: > Our documentation of the domain capabilities XML says that the fallback > attribute of a CPU model is used to indicate whether the CPU model was > detected by libvirt itself (fallback="allow") or by asking the > hypervisor (fallback="forbid"). We nee

[libvirt] [PATCH v2 07/33] qemu: Fix CPU model fallback in domain capabilities

2017-02-15 Thread Jiri Denemark
Our documentation of the domain capabilities XML says that the fallback attribute of a CPU model is used to indicate whether the CPU model was detected by libvirt itself (fallback="allow") or by asking the hypervisor (fallback="forbid"). We need to properly set fallback="forbid" when CPU model come