diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2015-08-12 12:17:36 +0300 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2015-08-13 14:08:31 +0300 |
commit | d31e5ae7f2c16de2caf752b7f7f903569fea894d (patch) | |
tree | 4b5791f5c60273fcf8d6c637c1de0050cee79bc2 /MAINTAINERS | |
parent | 60d8f328b878ead45a5e5e347935097e3426bbd9 (diff) | |
download | qemu-d31e5ae7f2c16de2caf752b7f7f903569fea894d.zip |
MAINTAINERS: list smbios maintainers
Now that smbios has its own directory, list its
maintainers. Same people as ACPI so just reuse that
entry.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 978b7174f3..a059d5de3b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -645,13 +645,15 @@ S: Supported F: include/hw/pci/* F: hw/pci/* -ACPI +ACPI/SMBIOS M: Michael S. Tsirkin <mst@redhat.com> M: Igor Mammedov <imammedo@redhat.com> S: Supported F: include/hw/acpi/* +F: include/hw/smbios/* F: hw/mem/* F: hw/acpi/* +F: hw/smbios/* F: hw/i386/acpi-build.[hc] F: hw/i386/*dsl F: hw/arm/virt-acpi-build.c |