On 26/11/2014 13:22, Pavel Dovgaluk wrote: >> > Any reason to do this instead of using REPLAY_CLOCK in qemu_get_clock, >> > like you do for QEMU_CLOCK_VIRTUAL_RT? > hw/ppc.c uses this functions in pre_save and post_load function. > It seems that these calls' results also should be logged by replay.
It should use qemu_get_clock_ns(QEMU_CLOCK_REALTIME) instead; same for block/raw-posix.c and target-mips/kvm.c. Paolo