MAINTAINERS: Cover userfaultfd
authorMarkus Armbruster <armbru@redhat.com>
Thu, 19 Jan 2023 09:15:44 +0000 (10:15 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 2 Feb 2023 15:55:32 +0000 (16:55 +0100)
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>
MAINTAINERS

index c581c11a645a60ec754c7088a3134c1b7bdc79f9..5288eb8271225d004902bbe32c9078d9562ca7af 100644 (file)
@@ -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>