[Xen-devel] [PATCH 06/10] x86/msr: Introduce and use default MSR policies

2020-02-26 Thread Andrew Cooper
For now, the default and max policies remain identical, but this will change in the future. Update XEN_SYSCTL_get_cpu_policy and init_domain_msr_policy() to use the default policies. Take the opportunity sort PV ahead of HVM, as is the prevailing style elsewhere. Signed-off-by: Andrew Cooper --

Re: [Xen-devel] [PATCH 06/10] x86/msr: Introduce and use default MSR policies

2020-02-27 Thread Jan Beulich
On 26.02.2020 21:22, Andrew Cooper wrote: > For now, the default and max policies remain identical, but this will change > in the future. > > Update XEN_SYSCTL_get_cpu_policy and init_domain_msr_policy() to use the > default policies. > > Take the opportunity sort PV ahead of HVM, as is the preva