[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH 1/2] x86: do not include asm/hvm/support.h when not used
On 2/6/23 15:01, Jan Beulich wrote: 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). Ah I see. That's ok. I ll move it in v2. Jan -- Xenia
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |