diff options
author | Thomas Huth <thuth@redhat.com> | 2025-08-19 13:24:02 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2025-08-27 09:46:55 +0200 |
commit | 45d34fa8a4f7fed96f7fbf2ae42b33382bf25d0d (patch) | |
tree | 83729b69c182fa2c2ff353c5bda38afd5be771d0 | |
parent | 0137f60b37c5678e9fa4971fd7e4f07afed33294 (diff) | |
download | qemu-45d34fa8a4f7fed96f7fbf2ae42b33382bf25d0d.zip qemu-45d34fa8a4f7fed96f7fbf2ae42b33382bf25d0d.tar.gz qemu-45d34fa8a4f7fed96f7fbf2ae42b33382bf25d0d.tar.bz2 |
MAINTAINERS: Adjust wildcards for the migration, multiprocess and replay tests
Now that we moved the tests into subfolders, we have to adjust the
wildcards accordingly.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20250819112403.432587-26-thuth@redhat.com>
-rw-r--r-- | MAINTAINERS | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 625fe67..a64b5b8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3604,7 +3604,8 @@ F: include/migration/ F: include/qemu/userfaultfd.h F: migration/ F: scripts/vmstate-static-checker.py -F: tests/functional/*migration.py +F: tests/functional/migration.py +F: tests/functional/*/*migration.py F: tests/vmstate-static-checker-data/ F: tests/qtest/migration/ F: tests/qtest/migration-* @@ -3773,8 +3774,10 @@ F: include/system/replay.h F: docs/devel/replay.rst F: docs/system/replay.rst F: stubs/replay.c -F: tests/functional/*reverse_debug*.py -F: tests/functional/*replay*.py +F: tests/functional/replay_kernel.py +F: tests/functional/reverse_debugging.py +F: tests/functional/*/*replay*.py +F: tests/functional/*/*reverse_debug*.py F: qapi/replay.json IOVA Tree @@ -4293,7 +4296,8 @@ F: hw/remote/vfio-user-obj.c F: include/hw/remote/vfio-user-obj.h F: hw/remote/iommu.c F: include/hw/remote/iommu.h -F: tests/functional/*multiprocess.py +F: tests/functional/multiprocess.py +F: tests/functional/*/*multiprocess.py VFIO-USER: M: John Levon <john.levon@nutanix.com> |