On Thu, May 22, 2025 at 08:10:06AM -0700, Chao Gao wrote: > fpu_alloc_guest_fpstate() currently uses host defaults to initialize guest > fpstate and pseudo containers. Guest defaults were introduced to > differentiate the features and sizes of host and guest FPUs. Switch to > using guest defaults instead. > > Adjust __fpstate_reset() to handle different defaults for host and guest > FPUs. And to distinguish between the types of FPUs, move the initialization > of indicators (is_guest and is_valloc) before the reset. > > Suggested-by: Chang S. Bae <chang.seok.bae@xxxxxxxxx> > Signed-off-by: Chao Gao <chao.gao@xxxxxxxxx> > Reviewed-by: Rick Edgecombe <rick.p.edgecombe@xxxxxxxxx> Reviewed-by: John Allen <john.allen@xxxxxxx>