qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v18 11/21] replay: recording and replaying clock


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v18 11/21] replay: recording and replaying clock ticks
Date: Tue, 22 Sep 2015 15:15:10 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0


On 17/09/2015 18:24, Pavel Dovgalyuk wrote:
> +        if ((now < last || now > (last + get_max_clock_jump()))
> +            && replay_mode == REPLAY_MODE_NONE) {
>              notifier_list_notify(&clock->reset_notifiers, &now);

This seems wrong.  You will have different timers in the record and the
replay if you do not invoke e.g. rtc_notify_clock_reset.

Paolo



reply via email to

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