Re: [PATCH 3/4] x86/vmx: cleanup vmx.c

2023-02-21 Thread Jan Beulich
On 21.02.2023 12:35, Xenia Ragiadakou wrote: > On 2/21/23 13:26, Jan Beulich wrote: >> On 17.02.2023 19:48, Xenia Ragiadakou wrote: >>> Do not include the headers: >>>asm/hvm/vpic.h >>>asm/hvm/vpt.h >>>asm/io.h >>>asm/mce.h >>>asm/mem_sharing.h >>>asm/regs.h >>>public/ar

Re: [PATCH 3/4] x86/vmx: cleanup vmx.c

2023-02-21 Thread Xenia Ragiadakou
Hi Jan, On 2/21/23 13:26, Jan Beulich wrote: On 17.02.2023 19:48, Xenia Ragiadakou wrote: Do not include the headers: asm/hvm/vpic.h asm/hvm/vpt.h asm/io.h asm/mce.h asm/mem_sharing.h asm/regs.h public/arch-x86/cpuid.h public/hvm/save.h because none of the declarations a

Re: [PATCH 3/4] x86/vmx: cleanup vmx.c

2023-02-21 Thread Jan Beulich
On 17.02.2023 19:48, Xenia Ragiadakou wrote: > Do not include the headers: > asm/hvm/vpic.h > asm/hvm/vpt.h > asm/io.h > asm/mce.h > asm/mem_sharing.h > asm/regs.h > public/arch-x86/cpuid.h > public/hvm/save.h > because none of the declarations and macro definitions in them is used.