diff options
author | Markus Armbruster <armbru@redhat.com> | 2023-01-19 10:15:44 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-02-02 16:55:32 +0100 |
commit | b862888c53033c66f0ac4af27718f7971dcd713c (patch) | |
tree | bd927c47167ed75282c4b3a867f8eba95c6f6513 /MAINTAINERS | |
parent | deabea6e88f7c4c3c12a36ee30051c6209561165 (diff) |
MAINTAINERS: Cover userfaultfd
Commit 0e9b5cd6b2 "migration: introduce UFFD-WP low-level interface
helpers" added util/userfaultfd.c without covering it in MAINTAINERS.
Add it to section "Migration".
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20230119091545.3116376-2-armbru@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c581c11a64..5288eb8271 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3088,6 +3088,7 @@ S: Maintained F: hw/core/vmstate-if.c F: include/hw/vmstate-if.h F: include/migration/ +F: include/qemu/userfaultfd.h F: migration/ F: scripts/vmstate-static-checker.py F: tests/vmstate-static-checker-data/ @@ -3095,6 +3096,7 @@ F: tests/qtest/migration-test.c F: docs/devel/migration.rst F: qapi/migration.json F: tests/migration/ +F: util/userfaultfd.c D-Bus M: Marc-André Lureau <marcandre.lureau@redhat.com> |