Re: [PATCH 4/4] x86/vmx: cleanup vmx.h

2023-02-21 Thread Xenia Ragiadakou
On 2/21/23 13:23, Jan Beulich wrote: On 17.02.2023 19:48, Xenia Ragiadakou wrote: Do not include the headers: asm/i387.h asm/hvm/trace.h asm/processor.h asm/regs.h because none of the declarations and macro definitions in them is used in this file. Sort alphabetically the rest of t

Re: [PATCH 4/4] x86/vmx: cleanup vmx.h

2023-02-21 Thread Jan Beulich
On 17.02.2023 19:48, Xenia Ragiadakou wrote: > Do not include the headers: > asm/i387.h > asm/hvm/trace.h > asm/processor.h > asm/regs.h > because none of the declarations and macro definitions in them is used in > this file. Sort alphabetically the rest of the headers. > Fix build by inclu

[PATCH 4/4] x86/vmx: cleanup vmx.h

2023-02-17 Thread Xenia Ragiadakou
Do not include the headers: asm/i387.h asm/hvm/trace.h asm/processor.h asm/regs.h because none of the declarations and macro definitions in them is used in this file. Sort alphabetically the rest of the headers. Fix build by including asm/i387.h in vmx.c, needed for vcpu_restore_fpu_lazy().