Re: [Xen-devel] [PATCH 3/3] python: Add binding for non-blocking xs_check_watch()

2017-09-21 Thread Wei Liu
On Fri, Sep 15, 2017 at 05:35:36PM +0100, Euan Harris wrote: > xs_check_watch() checks for watch notifications without blocking. > Together with the binding for xs_fileno(), this makes it possible > to write event-driven clients in Python. > > Signed-off-by: Euan Harris Reviewed-by: Wei Liu __

[Xen-devel] [PATCH 3/3] python: Add binding for non-blocking xs_check_watch()

2017-09-15 Thread Euan Harris
xs_check_watch() checks for watch notifications without blocking. Together with the binding for xs_fileno(), this makes it possible to write event-driven clients in Python. Signed-off-by: Euan Harris --- tools/python/xen/lowlevel/xs/xs.c | 28 1 file changed, 28 inse