Re: [PATCH v2 11/13] x86/fpu: Pass explicit xsave areas to fpu_(f)xsave()

2024-12-09 Thread Jan Beulich
On 05.11.2024 15:33, Alejandro Vallejo wrote: > No functional change. > > Signed-off-by: Alejandro Vallejo > --- > v2: > * const-ified v Hmm, yes, you did ... > --- a/xen/arch/x86/i387.c > +++ b/xen/arch/x86/i387.c > @@ -129,7 +129,7 @@ static inline uint64_t vcpu_xsave_mask(const struct vcpu

[PATCH v2 11/13] x86/fpu: Pass explicit xsave areas to fpu_(f)xsave()

2024-11-05 Thread Alejandro Vallejo
No functional change. Signed-off-by: Alejandro Vallejo --- v2: * const-ified v --- xen/arch/x86/i387.c | 16 ++-- xen/arch/x86/include/asm/xstate.h | 2 +- xen/arch/x86/xstate.c | 3 +-- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/xen