[Qemu-devel] [PATCH for-3.1] MAINTAINERS: Add an entry for the Firmware Configuration (fw_cfg) device

Philippe Mathieu-Daudé posted 1 patch 6 years, 11 months ago
Test asan passed
Test checkpatch passed
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181122021139.1486-1-philmd@redhat.com
MAINTAINERS | 13 +++++++++++++
1 file changed, 13 insertions(+)
[Qemu-devel] [PATCH for-3.1] MAINTAINERS: Add an entry for the Firmware Configuration (fw_cfg) device
Posted by Philippe Mathieu-Daudé 6 years, 11 months ago
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
-- 
2.17.2


Re: [Qemu-devel] [PATCH for-3.1] MAINTAINERS: Add an entry for the Firmware Configuration (fw_cfg) device
Posted by Eduardo Habkost 6 years, 11 months ago
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
> 

-- 
Eduardo

Re: [Qemu-devel] [PATCH for-3.1] MAINTAINERS: Add an entry for the Firmware Configuration (fw_cfg) device
Posted by Gerd Hoffmann 6 years, 11 months ago
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>


Re: [Qemu-devel] [PATCH for-3.1] MAINTAINERS: Add an entry for the Firmware Configuration (fw_cfg) device
Posted by Laszlo Ersek 6 years, 11 months ago
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

Re: [Qemu-devel] [PATCH for-3.1] MAINTAINERS: Add an entry for the Firmware Configuration (fw_cfg) device
Posted by Paolo Bonzini 6 years, 11 months ago
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