Re: [Qemu-devel] [PATCH v4 2/8] replay: save/load initial state

2016-09-22 Thread Paolo Bonzini
On 22/09/2016 07:37, Pavel Dovgalyuk wrote: >> > I mean that (if I understand correctly) raw images are corrupted if you >> > don't use -snapshot (the record overwrites them, and the replay reads >> > overwritten data). > I tried running record/replay with raw image. Record finished without an >

Re: [Qemu-devel] [PATCH v4 2/8] replay: save/load initial state

2016-09-21 Thread Pavel Dovgalyuk
> From: Paolo Bonzini [mailto:pbonz...@redhat.com] > On 21/09/2016 17:49, Pavel Dovgalyuk wrote: > >> From: Paolo Bonzini [mailto:pbonz...@redhat.com] > >> On 21/09/2016 13:33, Pavel Dovgalyuk wrote: > >>> +New VM snapshots may be created in replay mode. They can be used later > >>> +to recover the

Re: [Qemu-devel] [PATCH v4 2/8] replay: save/load initial state

2016-09-21 Thread Paolo Bonzini
On 21/09/2016 17:49, Pavel Dovgalyuk wrote: >> From: Paolo Bonzini [mailto:pbonz...@redhat.com] >> On 21/09/2016 13:33, Pavel Dovgalyuk wrote: >>> +New VM snapshots may be created in replay mode. They can be used later >>> +to recover the desired VM state. All VM states created in replay mode >>>

Re: [Qemu-devel] [PATCH v4 2/8] replay: save/load initial state

2016-09-21 Thread Paolo Bonzini
On 21/09/2016 13:33, Pavel Dovgalyuk wrote: > +New VM snapshots may be created in replay mode. They can be used later > +to recover the desired VM state. All VM states created in replay mode > +are associated with the moment of time in the replay scenario. > +After recovering the VM state replay

Re: [Qemu-devel] [PATCH v4 2/8] replay: save/load initial state

2016-09-21 Thread Pavel Dovgalyuk
> From: Paolo Bonzini [mailto:pbonz...@redhat.com] > On 21/09/2016 13:33, Pavel Dovgalyuk wrote: > > +New VM snapshots may be created in replay mode. They can be used later > > +to recover the desired VM state. All VM states created in replay mode > > +are associated with the moment of time in the