Re: [PATCH v2 12/13] x86/fpu: Pass explicit xsave areas to fpu_(f)xrstor()
On 05.11.2024 15:33, Alejandro Vallejo wrote: > No functional change. > > Signed-off-by: Alejandro Vallejo > --- > v2: > * const-ified v in fpu_xrstor() Yet what about fpu_fxrstor()? Jan
[PATCH v2 12/13] x86/fpu: Pass explicit xsave areas to fpu_(f)xrstor()
No functional change. Signed-off-by: Alejandro Vallejo --- v2: * const-ified v in fpu_xrstor() --- xen/arch/x86/i387.c | 26 -- xen/arch/x86/include/asm/xstate.h | 2 +- xen/arch/x86/xstate.c | 10 ++ 3 files changed, 23 insertions(+),