On Thu, May 22, 2025 at 08:10:07AM -0700, Chao Gao wrote: > The initial values for fpstate::xfd differ between guest and host fpstates. > Currently, the initial values are passed as an argument to > __fpstate_reset(). But, __fpstate_reset() already assigns different default > features and sizes based on the type of fpstates (i.e., guest or host). So, > handle fpstate::xfd in a similar way to highlight the differences in the > initial xfd value between guest and host fpstates > > Suggested-by: Sean Christopherson <seanjc@xxxxxxxxxx> > Signed-off-by: Chao Gao <chao.gao@xxxxxxxxx> Reviewed-by: John Allen <john.allen@xxxxxxx>