On 17/02/2015 12:35, Pavel Dovgaluk wrote: > How can I wake up iothread if there are no pending timers? > deadline will (almost) never become zero in my case, because there is > another kind of event in the log (not the timer one). > Should I fetch the event and call qemu_notify_event() from replay module?
Yes, a few mails ago I suggested that (maybe I got the wrong function in the replay module). Paolo