All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add entry for Guest X86 HAXM CPUs
@ 2020-02-26  4:32 Colin Xu
  2020-02-27  7:56 ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 4+ messages in thread
From: Colin Xu @ 2020-02-26  4:32 UTC (permalink / raw
  To: qemu-devel, pbonzini; +Cc: hang.yuan, colin.xu, wenchao.wang

HAXM covers below files:
include/sysemu/hax.h
target/i386/hax-*

Cc: Wenchao Wang <wenchao.wang@intel.com>
Cc: Hang Yuan <hang.yuan@intel.com>
Signed-off-by: Colin Xu <colin.xu@intel.com>
---
 MAINTAINERS | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 36d94c17a654..27727e2fac13 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -435,6 +435,16 @@ F: include/hw/block/dataplane/xen*
 F: include/hw/xen/
 F: include/sysemu/xen-mapcache.h
 
+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
+S: Maintained
+F: include/sysemu/hax.h
+F: target/i386/hax-*
+
 Hosts
 -----
 LINUX
-- 
2.25.1



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

* Re: [PATCH] MAINTAINERS: Add entry for Guest X86 HAXM CPUs
  2020-02-26  4:32 [PATCH] MAINTAINERS: Add entry for Guest X86 HAXM CPUs Colin Xu
@ 2020-02-27  7:56 ` Philippe Mathieu-Daudé
  2020-02-27  8:00   ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-02-27  7:56 UTC (permalink / raw
  To: Colin Xu, qemu-devel, pbonzini; +Cc: QEMU Trivial, wenchao.wang, hang.yuan

Cc'ing qemu-trivial@

On 2/26/20 5:32 AM, Colin Xu wrote:
> HAXM covers below files:
> include/sysemu/hax.h
> target/i386/hax-*
> 
> Cc: Wenchao Wang <wenchao.wang@intel.com>
> Cc: Hang Yuan <hang.yuan@intel.com>
> Signed-off-by: Colin Xu <colin.xu@intel.com>

Please keep the Acked-by/Reviewed-by tags:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg623832.html

This patch already has:
Reviewed-by: Hang Yuan <hang.yuan@intel.com>

> ---
>   MAINTAINERS | 10 ++++++++++
>   1 file changed, 10 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 36d94c17a654..27727e2fac13 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -435,6 +435,16 @@ F: include/hw/block/dataplane/xen*
>   F: include/hw/xen/
>   F: include/sysemu/xen-mapcache.h
>   
> +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
> +S: Maintained
> +F: include/sysemu/hax.h
> +F: target/i386/hax-*
> +
>   Hosts
>   -----
>   LINUX
> 



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

* Re: [PATCH] MAINTAINERS: Add entry for Guest X86 HAXM CPUs
  2020-02-27  7:56 ` Philippe Mathieu-Daudé
@ 2020-02-27  8:00   ` Philippe Mathieu-Daudé
  2020-02-28  1:10     ` Colin Xu
  0 siblings, 1 reply; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-02-27  8:00 UTC (permalink / raw
  To: Colin Xu, qemu-devel, pbonzini; +Cc: QEMU Trivial, wenchao.wang, hang.yuan

On 2/27/20 8:56 AM, Philippe Mathieu-Daudé wrote:
> Cc'ing qemu-trivial@
> 
> On 2/26/20 5:32 AM, Colin Xu wrote:
>> HAXM covers below files:
>> include/sysemu/hax.h
>> target/i386/hax-*
>>
>> Cc: Wenchao Wang <wenchao.wang@intel.com>
>> Cc: Hang Yuan <hang.yuan@intel.com>
>> Signed-off-by: Colin Xu <colin.xu@intel.com>
> 
> Please keep the Acked-by/Reviewed-by tags:
> https://www.mail-archive.com/qemu-devel@nongnu.org/msg623832.html
> 
> This patch already has:
> Reviewed-by: Hang Yuan <hang.yuan@intel.com>
> 
>> ---
>>   MAINTAINERS | 10 ++++++++++
>>   1 file changed, 10 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 36d94c17a654..27727e2fac13 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -435,6 +435,16 @@ F: include/hw/block/dataplane/xen*
>>   F: include/hw/xen/
>>   F: include/sysemu/xen-mapcache.h
>> +Guest CPU Cores (HAXM)
>> +---------------------
>> +X86 HAXM CPUs
>> +M: Wenchao Wang <wenchao.wang@intel.com>
>> +M: Colin Xu <colin.xu@intel.com>

Maybe you can also link where to report HAXM issues:

W: https://github.com/intel/haxm/issues

>> +L: haxm-team@intel.com
>> +S: Maintained
>> +F: include/sysemu/hax.h
>> +F: target/i386/hax-*
>> +
>>   Hosts
>>   -----
>>   LINUX
>>



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

* Re: [PATCH] MAINTAINERS: Add entry for Guest X86 HAXM CPUs
  2020-02-27  8:00   ` Philippe Mathieu-Daudé
@ 2020-02-28  1:10     ` Colin Xu
  0 siblings, 0 replies; 4+ messages in thread
From: Colin Xu @ 2020-02-28  1:10 UTC (permalink / raw
  To: Philippe Mathieu-Daudé, qemu-devel, pbonzini
  Cc: QEMU Trivial, wenchao.wang, hang.yuan


On 2020-02-27 16:00, Philippe Mathieu-Daudé wrote:
> On 2/27/20 8:56 AM, Philippe Mathieu-Daudé wrote:
>> Cc'ing qemu-trivial@
>>
>> On 2/26/20 5:32 AM, Colin Xu wrote:
>>> HAXM covers below files:
>>> include/sysemu/hax.h
>>> target/i386/hax-*
>>>
>>> Cc: Wenchao Wang <wenchao.wang@intel.com>
>>> Cc: Hang Yuan <hang.yuan@intel.com>
>>> Signed-off-by: Colin Xu <colin.xu@intel.com>
>>
>> Please keep the Acked-by/Reviewed-by tags:
>> https://www.mail-archive.com/qemu-devel@nongnu.org/msg623832.html
>>
>> This patch already has:
>> Reviewed-by: Hang Yuan <hang.yuan@intel.com>
>>
>>> ---
>>>   MAINTAINERS | 10 ++++++++++
>>>   1 file changed, 10 insertions(+)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index 36d94c17a654..27727e2fac13 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -435,6 +435,16 @@ F: include/hw/block/dataplane/xen*
>>>   F: include/hw/xen/
>>>   F: include/sysemu/xen-mapcache.h
>>> +Guest CPU Cores (HAXM)
>>> +---------------------
>>> +X86 HAXM CPUs
>>> +M: Wenchao Wang <wenchao.wang@intel.com>
>>> +M: Colin Xu <colin.xu@intel.com>
>
> Maybe you can also link where to report HAXM issues:
>
> W: https://github.com/intel/haxm/issues
Indeed we need this. Thanks for point it out.
>
>>> +L: haxm-team@intel.com
>>> +S: Maintained
>>> +F: include/sysemu/hax.h
>>> +F: target/i386/hax-*
>>> +
>>>   Hosts
>>>   -----
>>>   LINUX
>>>
>
-- 
Best Regards,
Colin Xu



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

end of thread, other threads:[~2020-02-28  1:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-26  4:32 [PATCH] MAINTAINERS: Add entry for Guest X86 HAXM CPUs Colin Xu
2020-02-27  7:56 ` Philippe Mathieu-Daudé
2020-02-27  8:00   ` Philippe Mathieu-Daudé
2020-02-28  1:10     ` Colin Xu

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.