Re: [libvirt] [PATCH v2 2/4] libxl: add support for CPUID features policy

2017-07-17 Thread Jim Fehlig
On 07/17/2017 03:57 PM, Jim Fehlig wrote: On 07/03/2017 09:03 PM, Marek Marczykowski-Górecki wrote: Convert CPU features policy into libxl cpuid policy settings. Use new ("libxl") syntax, which allow to enable/disable specific bits, using host CPU as a base. For this reason, accept only "hostf-p

Re: [libvirt] [PATCH v2 2/4] libxl: add support for CPUID features policy

2017-07-17 Thread Marek Marczykowski-Górecki
On Mon, Jul 17, 2017 at 03:57:17PM -0600, Jim Fehlig wrote: > On 07/03/2017 09:03 PM, Marek Marczykowski-Górecki wrote: > > Convert CPU features policy into libxl cpuid policy settings. Use new > > ("libxl") syntax, which allow to enable/disable specific bits, using > > host CPU as a base. For this

Re: [libvirt] [PATCH v2 2/4] libxl: add support for CPUID features policy

2017-07-17 Thread Jim Fehlig
On 07/03/2017 09:03 PM, Marek Marczykowski-Górecki wrote: Convert CPU features policy into libxl cpuid policy settings. Use new ("libxl") syntax, which allow to enable/disable specific bits, using host CPU as a base. For this reason, accept only "hostf-passthrough" mode. Libxl do not have distinc

[libvirt] [PATCH v2 2/4] libxl: add support for CPUID features policy

2017-07-03 Thread Marek Marczykowski-Górecki
Convert CPU features policy into libxl cpuid policy settings. Use new ("libxl") syntax, which allow to enable/disable specific bits, using host CPU as a base. For this reason, accept only "host-passthrough" mode. Libxl do not have distinction between "force" and "required" policy (there is only "fo