On 18/02/2015 12:56, Pavel Dovgalyuk wrote:
> + if (replay_state.instructions_count == 0) {Please add an assertion that replay_data_kind is EVENT_INSTRUCTION, since you are consuming it below. > + replay_has_unread_data = 0; > + qemu_notify_event();
