qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [for-5.0 PATCH 03/11] migration: introduce icount field for snapshot


From: Pavel Dovgalyuk
Subject: RE: [for-5.0 PATCH 03/11] migration: introduce icount field for snapshots
Date: Tue, 14 Jan 2020 12:32:17 +0300

> From: Alex Bennée [mailto:address@hidden]
> Kevin Wolf <address@hidden> writes:
> 
> > Am 23.12.2019 um 10:47 hat Pavel Dovgalyuk geschrieben:
> >> From: Pavel Dovgalyuk <address@hidden>
> >>
> >> Saving icount as a parameters of the snapshot allows navigation between
> >> them in the execution replay scenario.
> >> This information can be used for finding a specific snapshot for proceeding
> >> the recorded execution to the specific moment of the time.
> >> E.g., 'reverse step' action (introduced in one of the following patches)
> >> needs to load the nearest snapshot which is prior to the current moment
> >> of time.
> >>
> >> Signed-off-by: Pavel Dovgalyuk <address@hidden>
> >> Acked-by: Markus Armbruster <address@hidden>
> >
> > Acked-by: Kevin Wolf <address@hidden>
> 
> Apologies my mailer ignored my replay-all:
> 
> This commit breaks when of the iotests for me:
> 
>  git bisect run /bin/sh -c "cd builds/all && make -j4 \
>      && cd tests/qemu-iotests && ./check -qcow2 267"
> 
> 
>    List of snapshots present on all disks:
>   -ID        TAG                 VM SIZE                DATE       VM CLOCK
>   +ID        TAG               VM SIZE                DATE     VM CLOCK     
> ICOUNT
> 
> But I've also seen:
> 
>   ERROR:/home/.../qemu.git/replay/replay-events.c:80:replay_flush_events:
>      assertion failed: (replay_mutex_locked())

Thank you, I've updated the code.
I also added a patch for fixing the test output.

Pavel Dovgalyuk




reply via email to

[Prev in Thread] Current Thread [Next in Thread]