Re: [PATCH 00/13] lib{xc,xl}: support for guest MSR features

2023-06-20 Thread Andrew Cooper
On 16/06/2023 2:10 pm, Roger Pau Monne wrote: > Hello, > > The following series adds support for handling guest MSR features as > defined in arch-x86/cpufeatureset.h. > > The end result is the user being able to use such features with the > xl.cfg(5) cpuid option. This also involves adding support

[PATCH 00/13] lib{xc,xl}: support for guest MSR features

2023-06-16 Thread Roger Pau Monne
Hello, The following series adds support for handling guest MSR features as defined in arch-x86/cpufeatureset.h. The end result is the user being able to use such features with the xl.cfg(5) cpuid option. This also involves adding support to all the underlying layers, so both libxl and libxc als