qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Cover "block/nvme.h" file
@ 2020-07-01 14:06 Philippe Mathieu-Daudé
  2020-07-01 16:11 ` Klaus Jensen
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-07-01 14:06 UTC (permalink / raw)
  To: qemu-devel
  Cc: Fam Zheng, Kevin Wolf, qemu-block, Niklas Cassel,
	Dmitry Fomichev, Klaus Jensen, Max Reitz, Klaus Jensen,
	Andrzej Jakowski, Stefan Hajnoczi, Keith Busch, Maxim Levitsky,
	Philippe Mathieu-Daudé

The "block/nvme.h" header is shared by both the NVMe block
driver and the NVMe emulated device. Add the 'F:' entry on
both sections, so all maintainers/reviewers are notified
when it is changed.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
Cc: Fam Zheng <fam@euphon.net>
Cc: Keith Busch <kbusch@kernel.org>
Cc: Kevin Wolf <kwolf@redhat.com>
Cc: Max Reitz <mreitz@redhat.com>
Cc: Niklas Cassel <Niklas.Cassel@wdc.com>
Cc: Klaus Jensen <its@irrelevant.dk>
Cc: Klaus Jensen <k.jensen@samsung.com>
Cc: Maxim Levitsky <mlevitsk@redhat.com>
Cc: Dmitry Fomichev <Dmitry.Fomichev@wdc.com>
Cc: Andrzej Jakowski <andrzej.jakowski@linux.intel.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index dec252f38b..9995cdc805 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1795,6 +1795,7 @@ M: Keith Busch <kbusch@kernel.org>
 L: qemu-block@nongnu.org
 S: Supported
 F: hw/block/nvme*
+F: include/block/nvme.h
 F: tests/qtest/nvme-test.c
 
 megasas
@@ -2804,6 +2805,7 @@ M: Fam Zheng <fam@euphon.net>
 L: qemu-block@nongnu.org
 S: Supported
 F: block/nvme*
+F: include/block/nvme.h
 
 Bootdevice
 M: Gonglei <arei.gonglei@huawei.com>
-- 
2.21.3



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Cover "block/nvme.h" file
  2020-07-01 14:06 [PATCH] MAINTAINERS: Cover "block/nvme.h" file Philippe Mathieu-Daudé
@ 2020-07-01 16:11 ` Klaus Jensen
  2020-10-22 14:20 ` Philippe Mathieu-Daudé
  2020-10-22 15:30 ` Stefan Hajnoczi
  2 siblings, 0 replies; 5+ messages in thread
From: Klaus Jensen @ 2020-07-01 16:11 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: Fam Zheng, Kevin Wolf, qemu-block, Niklas Cassel, Klaus Jensen,
	qemu-devel, Max Reitz, Stefan Hajnoczi, Keith Busch

On Jul  1 16:06, Philippe Mathieu-Daudé wrote:
> The "block/nvme.h" header is shared by both the NVMe block
> driver and the NVMe emulated device. Add the 'F:' entry on
> both sections, so all maintainers/reviewers are notified
> when it is changed.
> 
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>

Reviewed-by: Klaus Jensen <k.jensen@samsung.com>

> ---
> Cc: Fam Zheng <fam@euphon.net>
> Cc: Keith Busch <kbusch@kernel.org>
> Cc: Kevin Wolf <kwolf@redhat.com>
> Cc: Max Reitz <mreitz@redhat.com>
> Cc: Niklas Cassel <Niklas.Cassel@wdc.com>
> Cc: Klaus Jensen <its@irrelevant.dk>
> Cc: Klaus Jensen <k.jensen@samsung.com>
> Cc: Maxim Levitsky <mlevitsk@redhat.com>
> Cc: Dmitry Fomichev <Dmitry.Fomichev@wdc.com>
> Cc: Andrzej Jakowski <andrzej.jakowski@linux.intel.com>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index dec252f38b..9995cdc805 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1795,6 +1795,7 @@ M: Keith Busch <kbusch@kernel.org>
>  L: qemu-block@nongnu.org
>  S: Supported
>  F: hw/block/nvme*
> +F: include/block/nvme.h
>  F: tests/qtest/nvme-test.c
>  
>  megasas
> @@ -2804,6 +2805,7 @@ M: Fam Zheng <fam@euphon.net>
>  L: qemu-block@nongnu.org
>  S: Supported
>  F: block/nvme*
> +F: include/block/nvme.h
>  
>  Bootdevice
>  M: Gonglei <arei.gonglei@huawei.com>
> -- 
> 2.21.3
> 
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Cover "block/nvme.h" file
  2020-07-01 14:06 [PATCH] MAINTAINERS: Cover "block/nvme.h" file Philippe Mathieu-Daudé
  2020-07-01 16:11 ` Klaus Jensen
@ 2020-10-22 14:20 ` Philippe Mathieu-Daudé
  2020-10-22 14:40   ` Philippe Mathieu-Daudé
  2020-10-22 15:30 ` Stefan Hajnoczi
  2 siblings, 1 reply; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-10-22 14:20 UTC (permalink / raw)
  To: qemu-devel, QEMU Trivial
  Cc: Fam Zheng, Kevin Wolf, qemu-block, Niklas Cassel,
	Dmitry Fomichev, Klaus Jensen, Max Reitz, Klaus Jensen,
	Andrzej Jakowski, Stefan Hajnoczi, Keith Busch, Maxim Levitsky

Cc'ing qemu-trivial@

On 7/1/20 4:06 PM, Philippe Mathieu-Daudé wrote:
> The "block/nvme.h" header is shared by both the NVMe block
> driver and the NVMe emulated device. Add the 'F:' entry on
> both sections, so all maintainers/reviewers are notified
> when it is changed.
> 
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> Cc: Fam Zheng <fam@euphon.net>
> Cc: Keith Busch <kbusch@kernel.org>
> Cc: Kevin Wolf <kwolf@redhat.com>
> Cc: Max Reitz <mreitz@redhat.com>
> Cc: Niklas Cassel <Niklas.Cassel@wdc.com>
> Cc: Klaus Jensen <its@irrelevant.dk>
> Cc: Klaus Jensen <k.jensen@samsung.com>
> Cc: Maxim Levitsky <mlevitsk@redhat.com>
> Cc: Dmitry Fomichev <Dmitry.Fomichev@wdc.com>
> Cc: Andrzej Jakowski <andrzej.jakowski@linux.intel.com>
> ---
>   MAINTAINERS | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index dec252f38b..9995cdc805 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1795,6 +1795,7 @@ M: Keith Busch <kbusch@kernel.org>
>   L: qemu-block@nongnu.org
>   S: Supported
>   F: hw/block/nvme*
> +F: include/block/nvme.h
>   F: tests/qtest/nvme-test.c
>   
>   megasas
> @@ -2804,6 +2805,7 @@ M: Fam Zheng <fam@euphon.net>
>   L: qemu-block@nongnu.org
>   S: Supported
>   F: block/nvme*
> +F: include/block/nvme.h
>   
>   Bootdevice
>   M: Gonglei <arei.gonglei@huawei.com>
> 



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Cover "block/nvme.h" file
  2020-10-22 14:20 ` Philippe Mathieu-Daudé
@ 2020-10-22 14:40   ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-10-22 14:40 UTC (permalink / raw)
  To: qemu-devel, QEMU Trivial
  Cc: Fam Zheng, Kevin Wolf, qemu-block, Niklas Cassel,
	Dmitry Fomichev, Klaus Jensen, Max Reitz, Klaus Jensen,
	Andrzej Jakowski, Stefan Hajnoczi, Keith Busch, Maxim Levitsky

On 10/22/20 4:20 PM, Philippe Mathieu-Daudé wrote:
> Cc'ing qemu-trivial@

Bah it doesn't apply anymore, I'll resend.

> 
> On 7/1/20 4:06 PM, Philippe Mathieu-Daudé wrote:
>> The "block/nvme.h" header is shared by both the NVMe block
>> driver and the NVMe emulated device. Add the 'F:' entry on
>> both sections, so all maintainers/reviewers are notified
>> when it is changed.
>>
>> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Cover "block/nvme.h" file
  2020-07-01 14:06 [PATCH] MAINTAINERS: Cover "block/nvme.h" file Philippe Mathieu-Daudé
  2020-07-01 16:11 ` Klaus Jensen
  2020-10-22 14:20 ` Philippe Mathieu-Daudé
@ 2020-10-22 15:30 ` Stefan Hajnoczi
  2 siblings, 0 replies; 5+ messages in thread
From: Stefan Hajnoczi @ 2020-10-22 15:30 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: Fam Zheng, Kevin Wolf, qemu-block, Niklas Cassel,
	Dmitry Fomichev, Klaus Jensen, qemu-devel, Max Reitz,
	Klaus Jensen, Andrzej Jakowski, Keith Busch, Maxim Levitsky

[-- Attachment #1: Type: text/plain, Size: 950 bytes --]

On Wed, Jul 01, 2020 at 04:06:34PM +0200, Philippe Mathieu-Daudé wrote:
> The "block/nvme.h" header is shared by both the NVMe block
> driver and the NVMe emulated device. Add the 'F:' entry on
> both sections, so all maintainers/reviewers are notified
> when it is changed.
> 
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> Cc: Fam Zheng <fam@euphon.net>
> Cc: Keith Busch <kbusch@kernel.org>
> Cc: Kevin Wolf <kwolf@redhat.com>
> Cc: Max Reitz <mreitz@redhat.com>
> Cc: Niklas Cassel <Niklas.Cassel@wdc.com>
> Cc: Klaus Jensen <its@irrelevant.dk>
> Cc: Klaus Jensen <k.jensen@samsung.com>
> Cc: Maxim Levitsky <mlevitsk@redhat.com>
> Cc: Dmitry Fomichev <Dmitry.Fomichev@wdc.com>
> Cc: Andrzej Jakowski <andrzej.jakowski@linux.intel.com>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)

Thanks, applied to my block-next tree:
https://gitlab.com/stefanha/qemu/commits/block-next

Stefan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-10-22 15:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-01 14:06 [PATCH] MAINTAINERS: Cover "block/nvme.h" file Philippe Mathieu-Daudé
2020-07-01 16:11 ` Klaus Jensen
2020-10-22 14:20 ` Philippe Mathieu-Daudé
2020-10-22 14:40   ` Philippe Mathieu-Daudé
2020-10-22 15:30 ` Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).