diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2018-12-11 17:34:06 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2018-12-19 16:48:16 -0500 |
commit | a2eb5c0cf7cc77736219015b840c5299499b1357 (patch) | |
tree | ff3b508240593ea1554bd3a0fba118865ca4fd73 /MAINTAINERS | |
parent | 5aca89d194f66ed9ac2dfd47185d65c7b1a9f1e6 (diff) | |
download | qemu-a2eb5c0cf7cc77736219015b840c5299499b1357.zip qemu-a2eb5c0cf7cc77736219015b840c5299499b1357.tar.gz qemu-a2eb5c0cf7cc77736219015b840c5299499b1357.tar.bz2 |
hw/smbios: Move to the hw/firmware/ subdirectory
SMBIOS is just another firmware interface used by some QEMU models.
We will later introduce more firmware interfaces in this subdirectory.
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d676c73..63fa6d4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1262,7 +1262,7 @@ M: Michael S. Tsirkin <mst@redhat.com> M: Igor Mammedov <imammedo@redhat.com> S: Supported F: include/hw/acpi/* -F: include/hw/smbios/* +F: include/hw/firmware/smbios.h F: hw/mem/* F: hw/acpi/* F: hw/smbios/* |