Re: [PATCH] x86: Begin to introduce support for MSR_ARCH_CAPS

2020-08-26 Thread Jan Beulich
On 24.08.2020 18:58, Andrew Cooper wrote: > ... including serialisation/deserialisation logic and unit tests. > > There is no current way to configure this MSR correctly for guests. > The toolstack side this logic needs building, which is far easier to > do with it in place. > > Signed-off-by: An

[PATCH] x86: Begin to introduce support for MSR_ARCH_CAPS

2020-08-24 Thread Andrew Cooper
... including serialisation/deserialisation logic and unit tests. There is no current way to configure this MSR correctly for guests. The toolstack side this logic needs building, which is far easier to do with it in place. Signed-off-by: Andrew Cooper --- CC: Jan Beulich CC: Roger Pau Monné C