Searched refs:ReplayState (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/replay/ |
H A D | replay-snapshot.c | 24 ReplayState *state = opaque; in replay_pre_save() 32 ReplayState *state = opaque; in replay_post_load() 55 VMSTATE_INT64_ARRAY(cached_clock, ReplayState, REPLAY_CLOCK_COUNT), 56 VMSTATE_UINT64(current_icount, ReplayState), 57 VMSTATE_INT32(instruction_count, ReplayState), 58 VMSTATE_UINT32(current_event, ReplayState), 59 VMSTATE_UINT32(data_kind, ReplayState), 60 VMSTATE_BOOL(has_unread_data, ReplayState), 61 VMSTATE_UINT64(file_offset, ReplayState), 62 VMSTATE_UINT64(block_request_id, ReplayState), [all …]
|
H A D | replay-internal.h | 89 typedef struct ReplayState { struct 99 } ReplayState; argument 100 extern ReplayState replay_state;
|
H A D | replay.c | 34 ReplayState replay_state;
|
/openbmc/qemu/scripts/ |
H A D | replay-dump.py | 33 class ReplayState(object): class 59 replay_state = ReplayState()
|