All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] MAINTAINERS: Update maintainers for Guest x86 HAXM CPUs
@ 2022-03-16  0:47 Wang, Wenchao
  2022-03-21 15:14 ` Markus Armbruster
  2022-03-23 18:05 ` Philippe Mathieu-Daudé
  0 siblings, 2 replies; 4+ messages in thread
From: Wang, Wenchao @ 2022-03-16  0:47 UTC (permalink / raw)
  To: qemu-devel, Paolo Bonzini; +Cc: Markus Armbruster, Yuan, Hang


[-- Attachment #1.1: Type: text/plain, Size: 396 bytes --]

diff --git a/MAINTAINERS b/MAINTAINERS
index f2e9ce1da2..36f877cf74 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -492,7 +492,6 @@ Guest CPU Cores (HAXM)
---------------------
X86 HAXM CPUs
M: Wenchao Wang <wenchao.wang@intel.com>
-M: Colin Xu <colin.xu@intel.com>
L: haxm-team@intel.com
W: https://github.com/intel/haxm/issues
S: Maintained
--
2.17.1


Best Regards,
Wenchao


[-- Attachment #1.2: Type: text/html, Size: 2658 bytes --]

[-- Attachment #2: 0001-MAINTAINERS-Update-maintainers-for-Guest-x86-HAXM-CP.patch --]
[-- Type: application/octet-stream, Size: 807 bytes --]

From 2257272c08291006bad5e9a44f48e7365f330640 Mon Sep 17 00:00:00 2001
From: Wenchao Wang <wenchao.wang@intel.com>
Date: Tue, 15 Mar 2022 20:51:22 +0800
Subject: [PATCH] MAINTAINERS: Update maintainers for Guest x86 HAXM CPUs

Clean up the maintainer list.

Cc: Hang Yuan <hang.yuan@intel.com>
Reviewed-by: Hang Yuan <hang.yuan@intel.com>
Signed-off-by: Wenchao Wang <wenchao.wang@intel.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index f2e9ce1da2..36f877cf74 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -492,7 +492,6 @@ Guest CPU Cores (HAXM)
 ---------------------
 X86 HAXM CPUs
 M: Wenchao Wang <wenchao.wang@intel.com>
-M: Colin Xu <colin.xu@intel.com>
 L: haxm-team@intel.com
 W: https://github.com/intel/haxm/issues
 S: Maintained
-- 
2.17.1


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

* Re: [PATCH 1/1] MAINTAINERS: Update maintainers for Guest x86 HAXM CPUs
  2022-03-16  0:47 [PATCH 1/1] MAINTAINERS: Update maintainers for Guest x86 HAXM CPUs Wang, Wenchao
@ 2022-03-21 15:14 ` Markus Armbruster
  2022-03-23 18:05 ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 4+ messages in thread
From: Markus Armbruster @ 2022-03-21 15:14 UTC (permalink / raw)
  To: Wang, Wenchao; +Cc: qemu-trivial, Paolo Bonzini, qemu-devel, Yuan, Hang

Perhaps this can go via qemu-trivial (cc'ed).

"Wang, Wenchao" <wenchao.wang@intel.com> writes:

> diff --git a/MAINTAINERS b/MAINTAINERS
> index f2e9ce1da2..36f877cf74 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -492,7 +492,6 @@ Guest CPU Cores (HAXM)
> ---------------------
> X86 HAXM CPUs
> M: Wenchao Wang <wenchao.wang@intel.com>
> -M: Colin Xu <colin.xu@intel.com>
> L: haxm-team@intel.com
> W: https://github.com/intel/haxm/issues
> S: Maintained
> --
> 2.17.1

Patch git-am fails with "error: corrupt patch at line 7".

For a trivial patch like this one, the maintainer may be willing to work
around.  To post real work, you'll have to fix your mail sending, I'm
afraid.

Patch makes sense; mail to colin.xu@intel.com bounces.

Reviewed-by: Markus Armbruster <armbru@redhat.com>



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

* Re: [PATCH 1/1] MAINTAINERS: Update maintainers for Guest x86 HAXM CPUs
  2022-03-16  0:47 [PATCH 1/1] MAINTAINERS: Update maintainers for Guest x86 HAXM CPUs Wang, Wenchao
  2022-03-21 15:14 ` Markus Armbruster
@ 2022-03-23 18:05 ` Philippe Mathieu-Daudé
  2022-03-24  0:55   ` Wang, Wenchao
  1 sibling, 1 reply; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-03-23 18:05 UTC (permalink / raw)
  To: Wang, Wenchao, qemu-devel, Paolo Bonzini; +Cc: Markus Armbruster, Yuan, Hang

Hi Wenchao,

On 16/3/22 01:47, Wang, Wenchao wrote:
> diff --git a/MAINTAINERS b/MAINTAINERS
> 
> index f2e9ce1da2..36f877cf74 100644
> 
> --- a/MAINTAINERS
> 
> +++ b/MAINTAINERS
> 
> @@ -492,7 +492,6 @@ Guest CPU Cores (HAXM)
> 
> ---------------------
> 
> X86 HAXM CPUs
> 
> M: Wenchao Wang <wenchao.wang@intel.com>
> 
> -M: Colin Xu <colin.xu@intel.com>
> 
> L: haxm-team@intel.com
> 
> W: https://github.com/intel/haxm/issues
> 
> S: Maintained
> 
> -- 
> 
> 2.17.1
> 
> Best Regards,
> 
> Wenchao
> 

Your patch is missing your Signed-off-by tag:
https://www.qemu.org/docs/master/devel/submitting-a-patch.html#patch-emails-must-include-a-signed-off-by-line

Otherwise:
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>


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

* RE: [PATCH 1/1] MAINTAINERS: Update maintainers for Guest x86 HAXM CPUs
  2022-03-23 18:05 ` Philippe Mathieu-Daudé
@ 2022-03-24  0:55   ` Wang, Wenchao
  0 siblings, 0 replies; 4+ messages in thread
From: Wang, Wenchao @ 2022-03-24  0:55 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel, Paolo Bonzini
  Cc: Markus Armbruster, Yuan, Hang

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

Hi, Philippe,

Thanks for your reply. I once attached the patch with the mail but it was dropped during forwarding. I have pasted it as below again. Thanks a lot.


From 2257272c08291006bad5e9a44f48e7365f330640 Mon Sep 17 00:00:00 2001
From: Wenchao Wang <wenchao.wang@intel.com>
Date: Tue, 15 Mar 2022 20:51:22 +0800
Subject: [PATCH] MAINTAINERS: Update maintainers for Guest x86 HAXM CPUs

Clean up the maintainer list.

Cc: Hang Yuan <hang.yuan@intel.com>
Reviewed-by: Hang Yuan <hang.yuan@intel.com>
Signed-off-by: Wenchao Wang <wenchao.wang@intel.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index f2e9ce1da2..36f877cf74 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -492,7 +492,6 @@ Guest CPU Cores (HAXM)
 ---------------------
 X86 HAXM CPUs
 M: Wenchao Wang <wenchao.wang@intel.com>
-M: Colin Xu <colin.xu@intel.com>
 L: haxm-team@intel.com
 W: https://github.com/intel/haxm/issues
 S: Maintained
-- 
2.17.1


Best Regards,
Wenchao

-----Original Message-----
From: Philippe Mathieu-Daudé <philippe.mathieu.daude@gmail.com> 
Sent: Thursday, March 24, 2022 2:06
To: Wang, Wenchao <wenchao.wang@intel.com>; qemu-devel@nongnu.org; Paolo Bonzini <pbonzini@redhat.com>
Cc: Markus Armbruster <armbru@redhat.com>; Yuan, Hang <hang.yuan@intel.com>
Subject: Re: [PATCH 1/1] MAINTAINERS: Update maintainers for Guest x86 HAXM CPUs

Hi Wenchao,

On 16/3/22 01:47, Wang, Wenchao wrote:
> diff --git a/MAINTAINERS b/MAINTAINERS
> 
> index f2e9ce1da2..36f877cf74 100644
> 
> --- a/MAINTAINERS
> 
> +++ b/MAINTAINERS
> 
> @@ -492,7 +492,6 @@ Guest CPU Cores (HAXM)
> 
> ---------------------
> 
> X86 HAXM CPUs
> 
> M: Wenchao Wang <wenchao.wang@intel.com>
> 
> -M: Colin Xu <colin.xu@intel.com>
> 
> L: haxm-team@intel.com
> 
> W: https://github.com/intel/haxm/issues
> 
> S: Maintained
> 
> -- 
> 
> 2.17.1
> 
> Best Regards,
> 
> Wenchao
> 

Your patch is missing your Signed-off-by tag:
https://www.qemu.org/docs/master/devel/submitting-a-patch.html#patch-emails-must-include-a-signed-off-by-line

Otherwise:
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

[-- Attachment #2: 0001-MAINTAINERS-Update-maintainers-for-Guest-x86-HAXM-CP.patch --]
[-- Type: application/octet-stream, Size: 807 bytes --]

From 2257272c08291006bad5e9a44f48e7365f330640 Mon Sep 17 00:00:00 2001
From: Wenchao Wang <wenchao.wang@intel.com>
Date: Tue, 15 Mar 2022 20:51:22 +0800
Subject: [PATCH] MAINTAINERS: Update maintainers for Guest x86 HAXM CPUs

Clean up the maintainer list.

Cc: Hang Yuan <hang.yuan@intel.com>
Reviewed-by: Hang Yuan <hang.yuan@intel.com>
Signed-off-by: Wenchao Wang <wenchao.wang@intel.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index f2e9ce1da2..36f877cf74 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -492,7 +492,6 @@ Guest CPU Cores (HAXM)
 ---------------------
 X86 HAXM CPUs
 M: Wenchao Wang <wenchao.wang@intel.com>
-M: Colin Xu <colin.xu@intel.com>
 L: haxm-team@intel.com
 W: https://github.com/intel/haxm/issues
 S: Maintained
-- 
2.17.1


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

end of thread, other threads:[~2022-03-24  0:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-16  0:47 [PATCH 1/1] MAINTAINERS: Update maintainers for Guest x86 HAXM CPUs Wang, Wenchao
2022-03-21 15:14 ` Markus Armbruster
2022-03-23 18:05 ` Philippe Mathieu-Daudé
2022-03-24  0:55   ` Wang, Wenchao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.