"Dr. David Alan Gilbert (git)" <[email protected]> wrote: > From: "Dr. David Alan Gilbert" <[email protected]> > > Convert the fpreg save/restore to use VMSTATE_ macros rather than > .get/.put. > > Signed-off-by: Dr. David Alan Gilbert <[email protected]>
Reviewed-by: Juan Quintela <[email protected]> But if you have to respin > +typedef struct x86_FPReg_tmp { > + FPReg *parent; > + uint64_t tmp_mant; > + uint16_t tmp_exp; > +} x86_FPReg_tmp; Too many tmp's? I am pretty sure that you can call the fields mant and exp. Later, Juan.
