diff options
author | Daniel P. Berrangé | 2018-06-08 18:24:57 +0200 |
---|---|---|
committer | Daniel P. Berrangé | 2019-02-26 16:25:58 +0100 |
commit | 90e33dfec651c04d75f20a4e5c20593145c5d90e (patch) | |
tree | 3ffcd3133c71962591a2eb90926dbce54f957855 /MAINTAINERS | |
parent | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... (diff) | |
download | qemu-90e33dfec651c04d75f20a4e5c20593145c5d90e.tar.gz qemu-90e33dfec651c04d75f20a4e5c20593145c5d90e.tar.xz qemu-90e33dfec651c04d75f20a4e5c20593145c5d90e.zip |
util: add helper APIs for dealing with inotify in portable manner
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. Wrapping it also allows introduction of a
platform portability layer, so that we can add impls for non-Linux based
equivalents in future.
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 738580884f..e4c611291b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2087,6 +2087,13 @@ F: include/qemu/sockets.h F: util/qemu-sockets.c F: qapi/sockets.json +File monitor +M: Daniel P. Berrange <berrange@redhat.com> +S: Odd fixes +F: util/filemonitor*.c +F: include/qemu/filemonitor.h +F: tests/test-util-filemonitor.c + Throttling infrastructure M: Alberto Garcia <berto@igalia.com> S: Supported |