On 17.09.21 07:40, John Snow wrote:
Synchronous clients may want to know if they're about to block waiting for an event or not. A method such as this is necessary to implement a compatible interface for the old QEMUMonitorProtocol using the new async internals.Signed-off-by: John Snow <js...@redhat.com> --- python/qemu/aqmp/events.py | 6 ++++++ 1 file changed, 6 insertions(+)
Reviewed-by: Hanna Reitz <hre...@redhat.com>