Skip to content

legacy: kick event queue on event_pull()

John Snow requested to merge jsnow/python-qemu-qmp:legacy_kick_event_queue into main

This corrects an oversight in qmp-shell operation where new events will not accumulate in the event queue when pressing "enter" with an empty command buffer, so no new events show up.

Closes #11 (closed).

Merge request reports