> From: Paolo Bonzini [mailto:paolo.bonz...@gmail.com] On Behalf Of Paolo > Bonzini > On 12/01/2015 13:00, Pavel Dovgalyuk wrote: > > + > > +volatile unsigned int replay_data_kind = -1; > > +volatile unsigned int replay_has_unread_data; > > + > > Why does this have to be volatile?
I think 'volatile' is an artifact from the earlier version. Could be removed then. Pavel Dovgalyuk