diff options
author | Philippe Mathieu-Daudé | 2018-11-22 03:11:39 +0100 |
---|---|---|
committer | Paolo Bonzini | 2018-11-27 15:35:19 +0100 |
commit | 15ffb43cbf453163e9ef712e8e558ff46123c7bc (patch) | |
tree | eeea80ba0a220796e4d13394a8ebf310828c00bf /MAINTAINERS | |
parent | MAINTAINERS: Add some missing entries related to accelerators (diff) | |
download | qemu-15ffb43cbf453163e9ef712e8e558ff46123c7bc.tar.gz qemu-15ffb43cbf453163e9ef712e8e558ff46123c7bc.tar.xz qemu-15ffb43cbf453163e9ef712e8e558ff46123c7bc.zip |
MAINTAINERS: Add an entry for the Firmware Configuration (fw_cfg) device
Step in to maintain it, with Laszlo (EDK2) and Gerd (SeaBIOS)
as designated reviewers.
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20181122021139.1486-1-philmd@redhat.com>
Acked-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c7acb554b6..63effdc473 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1564,6 +1564,19 @@ F: hw/display/edid* F: include/hw/display/edid.h F: qemu-edid.c +Firmware configuration (fw_cfg) +M: Philippe Mathieu-Daudé <philmd@redhat.com> +R: Laszlo Ersek <lersek@redhat.com> +R: Gerd Hoffmann <kraxel@redhat.com> +S: Supported +F: docs/specs/fw_cfg.txt +F: hw/nvram/fw_cfg.c +F: include/hw/nvram/fw_cfg.h +F: include/standard-headers/linux/qemu_fw_cfg.h +F: tests/libqos/fw_cfg.c +F: tests/fw_cfg-test.c +T: git https://github.com/philmd/qemu.git fw_cfg-next + Subsystems ---------- Audio |