On 06.02.2023 13:42, Xenia Ragiadakou wrote: > --- a/xen/arch/x86/emul-i8254.c > +++ b/xen/arch/x86/emul-i8254.c > @@ -34,7 +34,7 @@ > #include <asm/time.h> > #include <asm/hvm/hvm.h> > #include <asm/hvm/io.h> > -#include <asm/hvm/support.h> > +#include <asm/hvm/save.h> > #include <asm/hvm/vpt.h> > #include <asm/current.h>
To be honest I'd prefer if only the HVM-specific part of this file had this new #include (and ideally the other hvm/ ones would move there as well, but I can see this being beyond the scope of what you're wanting to do). Jan