[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v4 2/8] replay: save/load initial state
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [PATCH v4 2/8] replay: save/load initial state |
Date: |
Thu, 22 Sep 2016 10:51:10 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 |
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
> error,
> but replay couldn't start, because there was no snapshot to load.
> I think the solution is checking savevm return code and exiting if snapshot
> cannot be created.
Yep, good idea.
Paolo
[Qemu-devel] [PATCH v4 4/8] block: implement bdrv_recurse_is_first_non_filter for blkreplay, Pavel Dovgalyuk, 2016/09/21
[Qemu-devel] [PATCH v4 5/8] replay: move internal data to the structure, Pavel Dovgalyuk, 2016/09/21
[Qemu-devel] [PATCH v4 6/8] replay: vmstate for replay module, Pavel Dovgalyuk, 2016/09/21
[Qemu-devel] [PATCH v4 7/8] replay: allow replay stopping and restarting, Pavel Dovgalyuk, 2016/09/21
[Qemu-devel] [PATCH v4 8/8] integratorcp: adding vmstate for save/restore, Pavel Dovgalyuk, 2016/09/21
Re: [Qemu-devel] [PATCH v4 0/8] replay additions, Paolo Bonzini, 2016/09/21