diff mbox series

[PULL,10/30] MAINTAINERS: Fix ACPI tests data files path

Message ID 20181211180352.19644-11-laurent@vivier.eu
State New
Headers show
Series [PULL,01/30] hw: qdev: fix error in comment | expand

Commit Message

Laurent Vivier Dec. 11, 2018, 6:03 p.m. UTC
From: Philippe Mathieu-Daudé <philmd@redhat.com>

Missed while moving those files in 438c78dab75.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20181125205000.10324-2-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
---
 MAINTAINERS | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index f5ef20d359..59233c2139 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1252,8 +1252,7 @@  F: hw/i386/acpi-build.[hc]
 F: hw/arm/virt-acpi-build.c
 F: tests/bios-tables-test.c
 F: tests/acpi-utils.[hc]
-F: tests/acpi-test-data/*
-F: tests/acpi-test-data/*/*
+F: tests/data/acpi/
 
 ppc4xx
 M: David Gibson <david@gibson.dropbear.id.au>