MAINTAINERS: add ACPI entry
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 23 Jun 2015 06:09:34 +0000 (08:09 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 23 Jun 2015 15:08:21 +0000 (17:08 +0200)
Igor agreed to help review ACPI patches, add an entry to MAINTAINERS
with all ACPI stuff I could think of.
Note: I listed ARM ACPI files here just to make sure we are Cc'd, no
plan to maintain ACPI for ARM through my tree :)

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
MAINTAINERS

index 106e2e478fb8099d74cf9cc2a538d579fad05470..5b4c30788f8e0059f1908398a88f60f4cf4d7443 100644 (file)
@@ -644,7 +644,19 @@ M: Michael S. Tsirkin <mst@redhat.com>
 S: Supported
 F: include/hw/pci/*
 F: hw/pci/*
+
+ACPI
+M: Michael S. Tsirkin <mst@redhat.com>
+M: Igor Mammedov <imammedo@redhat.com>
+S: Supported
+F: include/hw/acpi/*
+F: hw/mem/*
 F: hw/acpi/*
+F: hw/i386/acpi-build.[hc]
+F: hw/i386/*dsl
+F: hw/arm/virt-acpi-build.c
+F: include/hw/arm/virt-acpi-build.h
+F: scripts/acpi*py
 
 ppc4xx
 M: Alexander Graf <agraf@suse.de>