Re: [libvirt] [PATCH 19/22] cpu: Add optional list of allowed features to virCPUBaseline

2018-05-25 Thread Collin Walling
On 05/16/2018 04:39 AM, Jiri Denemark wrote: > When computing a baseline CPU for a specific hypervisor we have to make > sure to include only CPU features supported by the hypervisor. Otherwise > the computed CPU could not be used for starting a new domain. > > Signed-off-by: Jiri Denemark > ---

Re: [libvirt] [PATCH 19/22] cpu: Add optional list of allowed features to virCPUBaseline

2018-05-25 Thread Ján Tomko
On Wed, May 16, 2018 at 10:39:38AM +0200, Jiri Denemark wrote: When computing a baseline CPU for a specific hypervisor we have to make sure to include only CPU features supported by the hypervisor. Otherwise the computed CPU could not be used for starting a new domain. Signed-off-by: Jiri Denema

[libvirt] [PATCH 19/22] cpu: Add optional list of allowed features to virCPUBaseline

2018-05-16 Thread Jiri Denemark
When computing a baseline CPU for a specific hypervisor we have to make sure to include only CPU features supported by the hypervisor. Otherwise the computed CPU could not be used for starting a new domain. Signed-off-by: Jiri Denemark --- src/bhyve/bhyve_driver.c | 2 +- src/cpu/cpu.c