mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
replay: rename step-related variables and functions
This patch renames replay_get_current_step() and related variables to make these names consistent with existing 'icount' command line option and future record/replay hmp/qmp commands. Signed-off-by: Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru> Message-Id: <156404428377.18669.15476429889039912070.stgit@pasha-Precision-3630-Tower> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
82f4915653
commit
13f267133f
7 changed files with 27 additions and 27 deletions
|
@ -124,7 +124,7 @@ void replay_add_event(ReplayAsyncEventKind event_kind,
|
|||
void replay_bh_schedule_event(QEMUBH *bh)
|
||||
{
|
||||
if (events_enabled) {
|
||||
uint64_t id = replay_get_current_step();
|
||||
uint64_t id = replay_get_current_icount();
|
||||
replay_add_event(REPLAY_ASYNC_EVENT_BH, bh, NULL, id);
|
||||
} else {
|
||||
qemu_bh_schedule(bh);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue