1 #include "qemu/osdep.h"
2 #include "sysemu/replay.h"
3 #include "sysemu/sysemu.h"
5 ReplayMode replay_mode
;
7 int64_t replay_save_clock(unsigned int kind
, int64_t clock
)
13 int64_t replay_read_clock(unsigned int kind
)
19 bool replay_checkpoint(ReplayCheckpoint checkpoint
)
24 bool replay_events_enabled(void)
29 void replay_finish(void)
33 void replay_register_char_driver(CharDriverState
*chr
)
37 void replay_chr_be_write(CharDriverState
*s
, uint8_t *buf
, int len
)
42 void replay_char_write_event_save(int res
, int offset
)
47 void replay_char_write_event_load(int *res
, int *offset
)
52 int replay_char_read_all_load(uint8_t *buf
)
57 void replay_char_read_all_save_error(int res
)
62 void replay_char_read_all_save_buf(uint8_t *buf
, int offset
)
67 void replay_block_event(QEMUBH
*bh
, uint64_t id
)