> 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 'volat
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?
Paolo
This patch adds functions to perform read and write operations
with replay log.
Signed-off-by: Pavel Dovgalyuk
---
replay/Makefile.objs |1
replay/replay-internal.c | 141 ++
replay/replay-internal.h | 50
3 files changed,