[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v2 05/13] x86/xstate: Map/unmap xsave area in xstate_set_init() and handle_setbv()
On Mon Dec 9, 2024 at 4:16 PM GMT, Jan Beulich wrote: > On 05.11.2024 15:33, Alejandro Vallejo wrote: > > No functional change. > > > > Signed-off-by: Alejandro Vallejo <alejandro.vallejo@xxxxxxxxx> > > Acked-by: Jan Beulich <jbeulich@xxxxxxxx> Thanks (for this one and the others). > with ... > > > --- a/xen/arch/x86/xstate.c > > +++ b/xen/arch/x86/xstate.c > > @@ -993,7 +993,13 @@ int handle_xsetbv(u32 index, u64 new_bv) > > > > clts(); > > if ( curr->fpu_dirtied ) > > - asm ( "stmxcsr %0" : "=m" > > (curr->arch.xsave_area->fpu_sse.mxcsr) ); > > + { > > + /* has a fastpath for `current`, so there's no actual map */ > > + struct xsave_struct *xsave_area = VCPU_MAP_XSAVE_AREA(curr); > > ... comment style adhered to (capital 'H'). > > Jan Ah, yes. All those ought to be capitalized. My bad. Cheers, Alejandro
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |