Re: [Xen-devel] [PATCH v2 00/13] x86: CPUID and MSR policy marshalling support

2018-07-29 Thread Chao Gao
On Fri, Jul 13, 2018 at 09:03:01PM +0100, Andrew Cooper wrote: >This series introduces libx86, a small shared library between the hypervisor >and libxc, and hypercalls to get full CPUID/MSR policies. Future work will >implement XEN_DOMCTL_set_cpumsr_policy, after the auditing and comparison >logic

[Xen-devel] [PATCH v2 00/13] x86: CPUID and MSR policy marshalling support

2018-07-13 Thread Andrew Cooper
This series introduces libx86, a small shared library between the hypervisor and libxc, and hypercalls to get full CPUID/MSR policies. Future work will implement XEN_DOMCTL_set_cpumsr_policy, after the auditing and comparison logic is sorted. In the meantime, the data marshalling logic is in a su