All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2] MAINTAINERS: Add entry for Guest X86 HAXM CPUs
@ 2020-02-28  1:20 Colin Xu
  2020-02-28 11:00 ` Paolo Bonzini
  0 siblings, 1 reply; 3+ messages in thread
From: Colin Xu @ 2020-02-28  1:20 UTC (permalink / raw
  To: qemu-devel, philmd, pbonzini
  Cc: qemu-trivial, hang.yuan, colin.xu, wenchao.wang

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

V2: Add HAXM github page for wiki and issue tracking.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index df1786db3207..c45f1421eab5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -435,6 +435,17 @@ 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
+W: https://github.com/intel/haxm/issues
+S: Maintained
+F: include/sysemu/hax.h
+F: target/i386/hax-*
+
 Hosts
 -----
 LINUX
-- 
2.25.1



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

* Re: [PATCH V2] MAINTAINERS: Add entry for Guest X86 HAXM CPUs
  2020-02-28  1:20 [PATCH V2] MAINTAINERS: Add entry for Guest X86 HAXM CPUs Colin Xu
@ 2020-02-28 11:00 ` Paolo Bonzini
  2020-03-02  1:38   ` Colin Xu
  0 siblings, 1 reply; 3+ messages in thread
From: Paolo Bonzini @ 2020-02-28 11:00 UTC (permalink / raw
  To: Colin Xu, qemu-devel, philmd; +Cc: qemu-trivial, wenchao.wang, hang.yuan

On 28/02/20 02:20, Colin Xu wrote:
> HAXM covers below files:
> include/sysemu/hax.h
> target/i386/hax-*
> 
> V2: Add HAXM github page for wiki and issue tracking.
> 
> Cc: Wenchao Wang <wenchao.wang@intel.com>
> Cc: Hang Yuan <hang.yuan@intel.com>
> Reviewed-by: Hang Yuan <hang.yuan@intel.com>
> Signed-off-by: Colin Xu <colin.xu@intel.com>
> ---
>  MAINTAINERS | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index df1786db3207..c45f1421eab5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -435,6 +435,17 @@ 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
> +W: https://github.com/intel/haxm/issues
> +S: Maintained
> +F: include/sysemu/hax.h
> +F: target/i386/hax-*
> +
>  Hosts
>  -----
>  LINUX
> 

Queued, thanks.

Paolo



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

* Re: [PATCH V2] MAINTAINERS: Add entry for Guest X86 HAXM CPUs
  2020-02-28 11:00 ` Paolo Bonzini
@ 2020-03-02  1:38   ` Colin Xu
  0 siblings, 0 replies; 3+ messages in thread
From: Colin Xu @ 2020-03-02  1:38 UTC (permalink / raw
  To: Paolo Bonzini, qemu-devel, philmd; +Cc: qemu-trivial, wenchao.wang, hang.yuan


On 2020-02-28 19:00, Paolo Bonzini wrote:
> On 28/02/20 02:20, Colin Xu wrote:
>> HAXM covers below files:
>> include/sysemu/hax.h
>> target/i386/hax-*
>>
>> V2: Add HAXM github page for wiki and issue tracking.
>>
>> Cc: Wenchao Wang <wenchao.wang@intel.com>
>> Cc: Hang Yuan <hang.yuan@intel.com>
>> Reviewed-by: Hang Yuan <hang.yuan@intel.com>
>> Signed-off-by: Colin Xu <colin.xu@intel.com>
>> ---
>>   MAINTAINERS | 11 +++++++++++
>>   1 file changed, 11 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index df1786db3207..c45f1421eab5 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -435,6 +435,17 @@ 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
>> +W: https://github.com/intel/haxm/issues
>> +S: Maintained
>> +F: include/sysemu/hax.h
>> +F: target/i386/hax-*
>> +
>>   Hosts
>>   -----
>>   LINUX
>>
> Queued, thanks.
>
> Paolo
Thanks a lot!

-- 
Best Regards,
Colin Xu



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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-28  1:20 [PATCH V2] MAINTAINERS: Add entry for Guest X86 HAXM CPUs Colin Xu
2020-02-28 11:00 ` Paolo Bonzini
2020-03-02  1:38   ` 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.