Re: [Qemu-devel] [PATCH 1/8] util: add helper APIs for dealing with inotify

2018-06-12 Thread Gerd Hoffmann
On Fri, Jun 08, 2018 at 06:09:26PM +0100, Daniel P. Berrangé wrote: > The inotify userspace API for reading events is quite horrible, so it is > useful to wrap it in a more friendly API to avoid duplicating code > across many users in QEMU. Reviewed-by: Gerd Hoffmann

[Qemu-devel] [PATCH 1/8] util: add helper APIs for dealing with inotify

2018-06-08 Thread Daniel P . Berrangé
The inotify userspace API for reading events is quite horrible, so it is useful to wrap it in a more friendly API to avoid duplicating code across many users in QEMU. Signed-off-by: Daniel P. Berrangé --- MAINTAINERS| 6 ++ include/qemu/inotify.h | 49 +++