Message ID | 20181122021139.1486-1-philmd@redhat.com |
---|---|
State | New |
Headers | show |
Series | [for-3.1] MAINTAINERS: Add an entry for the Firmware Configuration (fw_cfg) device | expand |
On Thu, Nov 22, 2018 at 03:11:39AM +0100, Philippe Mathieu-Daudé wrote: > Step in to maintain it, with Laszlo (EDK2) and Gerd (SeaBIOS) > as designated reviewers. > > Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Acked-by: Eduardo Habkost <ehabkost@redhat.com> > --- > Note than OpenBIOS also consumes this device (PPC/Sparc). > > MAINTAINERS | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 1032406c56..b28ec13963 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1534,6 +1534,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 > -- > 2.17.2 >
On Thu, Nov 22, 2018 at 03:11:39AM +0100, Philippe Mathieu-Daudé wrote: > Step in to maintain it, with Laszlo (EDK2) and Gerd (SeaBIOS) > as designated reviewers. > > Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
On 22/11/18 03:11, Philippe Mathieu-Daudé wrote: > Step in to maintain it, with Laszlo (EDK2) and Gerd (SeaBIOS) > as designated reviewers. > > Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> > --- > Note than OpenBIOS also consumes this device (PPC/Sparc). > > MAINTAINERS | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 1032406c56..b28ec13963 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1534,6 +1534,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 > Queued, thanks. Paolo
On 11/22/18 03:11, Philippe Mathieu-Daudé wrote: > Step in to maintain it, with Laszlo (EDK2) and Gerd (SeaBIOS) > as designated reviewers. > > Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> > --- > Note than OpenBIOS also consumes this device (PPC/Sparc). > > MAINTAINERS | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 1032406c56..b28ec13963 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1534,6 +1534,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 > Reviewed-by: Laszlo Ersek <lersek@redhat.com> Thanks! Laszlo
diff --git a/MAINTAINERS b/MAINTAINERS index 1032406c56..b28ec13963 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1534,6 +1534,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
Step in to maintain it, with Laszlo (EDK2) and Gerd (SeaBIOS) as designated reviewers. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> --- Note than OpenBIOS also consumes this device (PPC/Sparc). MAINTAINERS | 13 +++++++++++++ 1 file changed, 13 insertions(+)