mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
replay: remove host_clock_last
Fixes: a02fe2ca70
(replay: Remove host_clock_last)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Pavel Dovgalyuk <Pavel.Dovgalyuk@ispras.ru>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20231211091346.14616-7-alex.bennee@linaro.org>
This commit is contained in:
parent
41e17cc8aa
commit
8835ed3293
1 changed files with 0 additions and 2 deletions
|
@ -80,8 +80,6 @@ typedef struct ReplayState {
|
||||||
This counter is global, because requests from different
|
This counter is global, because requests from different
|
||||||
block devices should not get overlapping ids. */
|
block devices should not get overlapping ids. */
|
||||||
uint64_t block_request_id;
|
uint64_t block_request_id;
|
||||||
/*! Prior value of the host clock */
|
|
||||||
uint64_t host_clock_last;
|
|
||||||
/*! Asynchronous event id read from the log */
|
/*! Asynchronous event id read from the log */
|
||||||
uint64_t read_event_id;
|
uint64_t read_event_id;
|
||||||
} ReplayState;
|
} ReplayState;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue