[Qemu-devel] [PATCH] MAINTAINERS: update email, add missing test entry for megasas

Philippe Mathieu-Daudé posted 1 patch 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170910171557.12689-1-f4bug@amsat.org
Test checkpatch passed
Test docker passed
Test s390x passed
MAINTAINERS | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[Qemu-devel] [PATCH] MAINTAINERS: update email, add missing test entry for megasas
Posted by Philippe Mathieu-Daudé 6 years, 7 months ago
and update maintainer email address

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
Hannes Reinecke replied:
I'm currently on vacation with no internet access, but will be happy to answer your mail once I'm back at work on Sep, 12th.

 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 36eeb42d19..371e23a9ff 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1101,11 +1101,12 @@ F: hw/block/nvme*
 F: tests/nvme-test.c
 
 megasas
-M: Hannes Reinecke <hare@suse.de>
+M: Hannes Reinecke <hare@suse.com>
 L: qemu-block@nongnu.org
 S: Supported
 F: hw/scsi/megasas.c
 F: hw/scsi/mfi.h
+F: tests/megasas-test.c
 
 Network packet abstractions
 M: Dmitry Fleytman <dmitry@daynix.com>
-- 
2.14.1


Re: [Qemu-devel] [PATCH] MAINTAINERS: update email, add missing test entry for megasas
Posted by Paolo Bonzini 6 years, 7 months ago
On 10/09/2017 19:15, Philippe Mathieu-Daudé wrote:
> and update maintainer email address
> 
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> Hannes Reinecke replied:
> I'm currently on vacation with no internet access, but will be happy to answer your mail once I'm back at work on Sep, 12th.
> 
>  MAINTAINERS | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 36eeb42d19..371e23a9ff 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1101,11 +1101,12 @@ F: hw/block/nvme*
>  F: tests/nvme-test.c
>  
>  megasas
> -M: Hannes Reinecke <hare@suse.de>
> +M: Hannes Reinecke <hare@suse.com>
>  L: qemu-block@nongnu.org
>  S: Supported
>  F: hw/scsi/megasas.c
>  F: hw/scsi/mfi.h
> +F: tests/megasas-test.c
>  
>  Network packet abstractions
>  M: Dmitry Fleytman <dmitry@daynix.com>
> 

Queued, thanks.

Paolo