* [Qemu-devel] [PATCH 1/1] MAINTAINERS: Add an entry for the Parallel NOR Flash devices
2019-05-05 22:47 ` [Qemu-devel] [PATCH 1/1] MAINTAINERS: Add an entry for the Parallel NOR Flash devices Philippe Mathieu-Daudé
@ 2019-05-05 22:47 ` Philippe Mathieu-Daudé
2019-05-06 3:56 ` Thomas Huth
` (3 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-05-05 22:47 UTC (permalink / raw)
To: Thomas Petazzoni, Michael Walle, Jordan Justen, Peter Maydell,
Edgar E . Iglesias, Paul Burton, Roy Franz, Stephen Checkoway,
Jan Kiszka, qemu-devel, David Engraf,
Jean-Christophe PLAGNIOL-VILLARD, Stefan Weil
Cc: Thomas Huth, Michael S . Tsirkin, Laszlo Ersek, Markus Armbruster,
Philippe Mathieu-Daudé, Paolo Bonzini, Alex Bennée
Step in to maintain it, since I have some familiarity with
the technology.
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
MAINTAINERS | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 66ddbda9c95..633f6315536 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1391,6 +1391,13 @@ F: include/hw/net/
F: tests/virtio-net-test.c
T: git https://github.com/jasowang/qemu.git net
+Parallel NOR Flash devices
+M: Philippe Mathieu-Daudé <philmd@redhat.com>
+T: git https://gitlab.com/philmd/qemu.git pflash-next
+S: Maintained
+F: hw/block/pflash_cfi*.c
+F: include/hw/block/flash.h
+
SCSI
M: Paolo Bonzini <pbonzini@redhat.com>
R: Fam Zheng <fam@euphon.net>
--
2.20.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] [PATCH 1/1] MAINTAINERS: Add an entry for the Parallel NOR Flash devices
2019-05-05 22:47 ` [Qemu-devel] [PATCH 1/1] MAINTAINERS: Add an entry for the Parallel NOR Flash devices Philippe Mathieu-Daudé
2019-05-05 22:47 ` Philippe Mathieu-Daudé
@ 2019-05-06 3:56 ` Thomas Huth
2019-05-06 12:59 ` Michael S. Tsirkin
` (2 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Thomas Huth @ 2019-05-06 3:56 UTC (permalink / raw)
To: Philippe Mathieu-Daudé, Thomas Petazzoni, Michael Walle,
Jordan Justen, Peter Maydell, Edgar E . Iglesias, Paul Burton,
Roy Franz, Stephen Checkoway, Jan Kiszka, qemu-devel,
David Engraf, Jean-Christophe PLAGNIOL-VILLARD, Stefan Weil
Cc: Alex Bennée, Paolo Bonzini, Laszlo Ersek, Markus Armbruster,
Michael S . Tsirkin
On 06/05/2019 00.47, Philippe Mathieu-Daudé wrote:
> Step in to maintain it, since I have some familiarity with
> the technology.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> MAINTAINERS | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 66ddbda9c95..633f6315536 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1391,6 +1391,13 @@ F: include/hw/net/
> F: tests/virtio-net-test.c
> T: git https://github.com/jasowang/qemu.git net
>
> +Parallel NOR Flash devices
> +M: Philippe Mathieu-Daudé <philmd@redhat.com>
> +T: git https://gitlab.com/philmd/qemu.git pflash-next
> +S: Maintained
> +F: hw/block/pflash_cfi*.c
> +F: include/hw/block/flash.h
FWIW:
Reviewed-by: Thomas Huth <thuth@redhat.com>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] [PATCH 1/1] MAINTAINERS: Add an entry for the Parallel NOR Flash devices
2019-05-05 22:47 ` [Qemu-devel] [PATCH 1/1] MAINTAINERS: Add an entry for the Parallel NOR Flash devices Philippe Mathieu-Daudé
2019-05-05 22:47 ` Philippe Mathieu-Daudé
2019-05-06 3:56 ` Thomas Huth
@ 2019-05-06 12:59 ` Michael S. Tsirkin
2019-05-07 10:04 ` Laszlo Ersek
2019-05-07 11:36 ` Kevin Wolf
4 siblings, 0 replies; 8+ messages in thread
From: Michael S. Tsirkin @ 2019-05-06 12:59 UTC (permalink / raw)
To: Philippe Mathieu-Daudé
Cc: Peter Maydell, Thomas Huth, Stephen Checkoway, Paul Burton,
Alex Bennée, Jordan Justen, qemu-devel, Laszlo Ersek,
Roy Franz, Michael Walle, Paolo Bonzini, Thomas Petazzoni,
Jan Kiszka, Edgar E . Iglesias, Stefan Weil,
Jean-Christophe PLAGNIOL-VILLARD, David Engraf, Markus Armbruster
On Mon, May 06, 2019 at 12:47:37AM +0200, Philippe Mathieu-Daudé wrote:
> Step in to maintain it, since I have some familiarity with
> the technology.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
> ---
> MAINTAINERS | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 66ddbda9c95..633f6315536 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1391,6 +1391,13 @@ F: include/hw/net/
> F: tests/virtio-net-test.c
> T: git https://github.com/jasowang/qemu.git net
>
> +Parallel NOR Flash devices
> +M: Philippe Mathieu-Daudé <philmd@redhat.com>
> +T: git https://gitlab.com/philmd/qemu.git pflash-next
> +S: Maintained
> +F: hw/block/pflash_cfi*.c
> +F: include/hw/block/flash.h
> +
> SCSI
> M: Paolo Bonzini <pbonzini@redhat.com>
> R: Fam Zheng <fam@euphon.net>
> --
> 2.20.1
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] [PATCH 1/1] MAINTAINERS: Add an entry for the Parallel NOR Flash devices
2019-05-05 22:47 ` [Qemu-devel] [PATCH 1/1] MAINTAINERS: Add an entry for the Parallel NOR Flash devices Philippe Mathieu-Daudé
` (2 preceding siblings ...)
2019-05-06 12:59 ` Michael S. Tsirkin
@ 2019-05-07 10:04 ` Laszlo Ersek
2019-05-07 11:36 ` Kevin Wolf
4 siblings, 0 replies; 8+ messages in thread
From: Laszlo Ersek @ 2019-05-07 10:04 UTC (permalink / raw)
To: Philippe Mathieu-Daudé, Thomas Petazzoni, Michael Walle,
Jordan Justen, Peter Maydell, Edgar E . Iglesias, Paul Burton,
Roy Franz, Stephen Checkoway, Jan Kiszka, qemu-devel,
David Engraf, Jean-Christophe PLAGNIOL-VILLARD, Stefan Weil
Cc: Paolo Bonzini, Thomas Huth, Alex Bennée, Markus Armbruster,
Michael S . Tsirkin
On 05/06/19 00:47, Philippe Mathieu-Daudé wrote:
> Step in to maintain it, since I have some familiarity with
> the technology.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> MAINTAINERS | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 66ddbda9c95..633f6315536 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1391,6 +1391,13 @@ F: include/hw/net/
> F: tests/virtio-net-test.c
> T: git https://github.com/jasowang/qemu.git net
>
> +Parallel NOR Flash devices
> +M: Philippe Mathieu-Daudé <philmd@redhat.com>
> +T: git https://gitlab.com/philmd/qemu.git pflash-next
> +S: Maintained
> +F: hw/block/pflash_cfi*.c
> +F: include/hw/block/flash.h
> +
> SCSI
> M: Paolo Bonzini <pbonzini@redhat.com>
> R: Fam Zheng <fam@euphon.net>
>
Acked-by: Laszlo Ersek <lersek@redhat.com>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] [PATCH 1/1] MAINTAINERS: Add an entry for the Parallel NOR Flash devices
2019-05-05 22:47 ` [Qemu-devel] [PATCH 1/1] MAINTAINERS: Add an entry for the Parallel NOR Flash devices Philippe Mathieu-Daudé
` (3 preceding siblings ...)
2019-05-07 10:04 ` Laszlo Ersek
@ 2019-05-07 11:36 ` Kevin Wolf
4 siblings, 0 replies; 8+ messages in thread
From: Kevin Wolf @ 2019-05-07 11:36 UTC (permalink / raw)
To: Philippe Mathieu-Daudé
Cc: Peter Maydell, Thomas Huth, Stephen Checkoway, Paul Burton,
Michael S . Tsirkin, Jordan Justen, qemu-devel, Laszlo Ersek,
Roy Franz, Michael Walle, Paolo Bonzini, Alex Bennée,
Thomas Petazzoni, Jan Kiszka, Edgar E . Iglesias, Stefan Weil,
Jean-Christophe PLAGNIOL-VILLARD, David Engraf, Markus Armbruster
Am 06.05.2019 um 00:47 hat Philippe Mathieu-Daudé geschrieben:
> Step in to maintain it, since I have some familiarity with
> the technology.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Thanks, applied to the block branch.
Kevin
^ permalink raw reply [flat|nested] 8+ messages in thread