Re: [Qemu-devel] [PATCH 3/4] scripts/qemu.py: tiny enhancement for event_wiat

2017-12-06 Thread Vladimir Sementsov-Ogievskiy
let's just drop this patch. 28.11.2017 10:14, Vladimir Sementsov-Ogievskiy wrote: - add comment - allow int timeout and disallow bool (which has special meaning for pull_event()) - remove unreachable 'return None' Signed-off-by: Vladimir Sementsov-Ogievskiy --- scripts/qemu.py | 10 ++

[Qemu-devel] [PATCH 3/4] scripts/qemu.py: tiny enhancement for event_wiat

2017-11-27 Thread Vladimir Sementsov-Ogievskiy
- add comment - allow int timeout and disallow bool (which has special meaning for pull_event()) - remove unreachable 'return None' Signed-off-by: Vladimir Sementsov-Ogievskiy --- scripts/qemu.py | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/scripts/qemu.py b/s