timer: remove replay clock probe in deadline calculation
commite4dab9449a41d1bc61e4866c6fe2582513ddbff4
authorPavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>
Wed, 25 Jul 2018 12:15:26 +0000 (25 15:15 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 30 Jul 2018 12:00:11 +0000 (30 14:00 +0200)
tree7278244d4ce3c915cac34c80e3f95f27dc1338c3
parent1d3db6bdbb0b541744cc9e008371ec7a37986d8a
timer: remove replay clock probe in deadline calculation

Ciro Santilli reported that commit a5ed352596a8b7eb2f9acce34371b944ac3056c4
breaks the execution replay. It happens due to the probing the clock
for the new instances of iothread.
However, this probing was made in replay mode for the timer lists that
are empty.
This patch removes clock probing in replay mode.
It is an artifact of the old version with another thread model.

Signed-off-by: Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>
Message-Id: <20180725121526.12867.17866.stgit@pasha-VirtualBox>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
util/qemu-timer.c