Re: [Qemu-devel] [RFC PATCH v8 19/21] replay: initialization and deinitialization

2015-02-09 Thread Paolo Bonzini
On 09/02/2015 13:59, Pavel Dovgaluk wrote: >> From: Paolo Bonzini [mailto:pbonz...@redhat.com] >> On 22/01/2015 09:53, Pavel Dovgalyuk wrote: >>> This patch introduces the functions for enabling the record/replay and for >>> freeing the resources when simulator closes. >>> >>> Signed-off-by: Pave

Re: [Qemu-devel] [RFC PATCH v8 19/21] replay: initialization and deinitialization

2015-02-09 Thread Pavel Dovgaluk
> From: Paolo Bonzini [mailto:pbonz...@redhat.com] > On 22/01/2015 09:53, Pavel Dovgalyuk wrote: > > This patch introduces the functions for enabling the record/replay and for > > freeing the resources when simulator closes. > > > > Signed-off-by: Pavel Dovgalyuk > > > }; > > > > /* Asynchronou

Re: [Qemu-devel] [RFC PATCH v8 19/21] replay: initialization and deinitialization

2015-01-30 Thread Paolo Bonzini
On 22/01/2015 09:53, Pavel Dovgalyuk wrote: > This patch introduces the functions for enabling the record/replay and for > freeing the resources when simulator closes. > > Signed-off-by: Pavel Dovgalyuk > --- > block.c |2 - > exec.c |1 > replay/rep

[Qemu-devel] [RFC PATCH v8 19/21] replay: initialization and deinitialization

2015-01-22 Thread Pavel Dovgalyuk
This patch introduces the functions for enabling the record/replay and for freeing the resources when simulator closes. Signed-off-by: Pavel Dovgalyuk --- block.c |2 - exec.c |1 replay/replay-internal.c |1 replay/replay-internal.h |4 + rep