[Qemu-devel] [PATCH] MAINTAINERS: replace the unavailable email address

Shannon Zhao posted 1 patch 6 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1513058845-9768-1-git-send-email-zhaoshenglong@huawei.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PATCH] MAINTAINERS: replace the unavailable email address
Posted by Shannon Zhao 6 years, 4 months ago
From: Zhaoshenglong <zhaoshenglong@huawei.com>

Since I'm not working as an assignee in Linaro, replace the Linaro email
address with my personal one.

Signed-off-by: Zhaoshenglong <zhaoshenglong@huawei.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0255113..45e2e20 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -543,7 +543,7 @@ F: include/hw/*/xlnx*.h
 
 ARM ACPI Subsystem
 M: Shannon Zhao <zhaoshenglong@huawei.com>
-M: Shannon Zhao <shannon.zhao@linaro.org>
+M: Shannon Zhao <shannon.zhaosl@gmail.com>
 L: qemu-arm@nongnu.org
 S: Maintained
 F: hw/arm/virt-acpi-build.c
-- 
2.0.4



Re: [Qemu-devel] [Qemu-arm] [PATCH] MAINTAINERS: replace the unavailable email address
Posted by Peter Maydell 6 years, 4 months ago
On 12 December 2017 at 06:07, Shannon Zhao <zhaoshenglong@huawei.com> wrote:
> From: Zhaoshenglong <zhaoshenglong@huawei.com>
>
> Since I'm not working as an assignee in Linaro, replace the Linaro email
> address with my personal one.
>
> Signed-off-by: Zhaoshenglong <zhaoshenglong@huawei.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0255113..45e2e20 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -543,7 +543,7 @@ F: include/hw/*/xlnx*.h
>
>  ARM ACPI Subsystem
>  M: Shannon Zhao <zhaoshenglong@huawei.com>
> -M: Shannon Zhao <shannon.zhao@linaro.org>
> +M: Shannon Zhao <shannon.zhaosl@gmail.com>
>  L: qemu-arm@nongnu.org
>  S: Maintained
>  F: hw/arm/virt-acpi-build.c
> --
> 2.0.4

Thanks; applied to target-arm.next for 2.12.

-- PMM