summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorThomas Huth2020-10-01 06:27:17 +0200
committerThomas Huth2020-10-13 12:48:17 +0200
commit520ddc18bf55fbd7c7409c737b1cd7e8b1e7c971 (patch)
tree3856e83b313938c52692d39c08097102d9dee2fa /MAINTAINERS
parentAdd a comment in bios-tables-test.c to clarify the reason behind approach (diff)
downloadqemu-520ddc18bf55fbd7c7409c737b1cd7e8b1e7c971.tar.gz
qemu-520ddc18bf55fbd7c7409c737b1cd7e8b1e7c971.tar.xz
qemu-520ddc18bf55fbd7c7409c737b1cd7e8b1e7c971.zip
MAINTAINERS: Ignore bios-tables-test in the qtest section
I'm very often getting CC: on rather large patch series that modify the ACPI stuff of either ARM or x86, just because the bios-table-test is often slightly involved here. I can't say much about ACPI, and the bios-table-test is already covered by the ACPI section in MAINTAINERS, so I'd rather prefer to not getting automatically CC-ed on such patch series anymore. If people want my opinion about qtest-related changes, they can still put me on CC manually. Message-Id: <20201001042717.136033-1-thuth@redhat.com> Acked-by: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index e9d85cc873..def5ad8ea9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2495,7 +2495,7 @@ S: Maintained
F: softmmu/qtest.c
F: accel/qtest/
F: tests/qtest/
-X: tests/qtest/bios-tables-test-allowed-diff.h
+X: tests/qtest/bios-tables-test*
Device Fuzzing
M: Alexander Bulekov <alxndr@bu.edu>