On Sun, 2010-05-02 at 07:53 -0700, Avi Kivity wrote: > Currently all fpu state access is through tsk->thread.xstate. Since we wish > to generalize fpu access to non-task contexts, wrap the state in a new > 'struct fpu' and convert existing access to use an fpu API. > > Signal frame handlers are not converted to the API since they will remain > task context only things. > > Signed-off-by: Avi Kivity <[email protected]>
One comment I have is the name 'fpu'. In future we can use this for non fpu state aswell. For now, I can't think of a simple and better name. We can perhaps change it in the future. Acked-by: Suresh Siddha <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
