Re: [PATCH v2 5/9] x86/vmx: reduce scope of GAS_VMX_OP definition

2023-02-23 Thread Xenia Ragiadakou
On 2/23/23 12:31, Jan Beulich wrote: On 22.02.2023 13:00, Xenia Ragiadakou wrote: Since GAS_VMX_OP is used only by vm{read,write}_safe, move its definition just above those functions and undefine it after use. Signed-off-by: Xenia Ragiadakou This can easily be done as part of the next patc

Re: [PATCH v2 5/9] x86/vmx: reduce scope of GAS_VMX_OP definition

2023-02-23 Thread Jan Beulich
On 22.02.2023 13:00, Xenia Ragiadakou wrote: > Since GAS_VMX_OP is used only by vm{read,write}_safe, move its definition > just above those functions and undefine it after use. > > Signed-off-by: Xenia Ragiadakou This can easily be done as part of the next patch, with less code churn overall. J

[PATCH v2 5/9] x86/vmx: reduce scope of GAS_VMX_OP definition

2023-02-22 Thread Xenia Ragiadakou
Since GAS_VMX_OP is used only by vm{read,write}_safe, move its definition just above those functions and undefine it after use. Signed-off-by: Xenia Ragiadakou --- Changes in v2: - none xen/arch/x86/include/asm/hvm/vmx/vmx.h | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-