On 22.05.2024 10:40, Sergiy Kibrik wrote: > --- a/xen/arch/x86/msr.c > +++ b/xen/arch/x86/msr.c > @@ -24,6 +24,8 @@ > > #include <public/hvm/params.h> > > +#include "cpu/mcheck/mce.h"
Considering that I asked about this before, I'm a little irritated that this is is entirely unadorned. Such an unusual #include wants explaining some, you'll find similar comments elsewhere: #include "cpu/mcheck/mce.h" /* for vmce_has_lmce() */ With that, which could also be adjusted while committing, Acked-by: Jan Beulich <jbeul...@suse.com> Jan