All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for 4.2 v1 0/5] gitdm updates
@ 2019-10-14 13:59 Alex Bennée
  2019-10-14 13:59 ` [PATCH v1 1/5] contrib/gitdm: add more entries individuals and academics Alex Bennée
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Alex Bennée @ 2019-10-14 13:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée, dirty.ice.hu

Hi,

With these changes I get a reasonably clean set of stats going back
two years and to the top 20. However most of the individuals are pure
guess work so I won't submit them in a PR without positive feedback to
it being correct. If you want the numbers to be correct by the time of
the KVM Forum QEMU keynote now is the time to let me know ;-)


Alex Bennée (5):
  contrib/gitdm: add more entries individuals and academics
  contrib/gitdm: add MontaVista to the domain map
  contrib/gitdm: add Andrey to the individual group
  contrib/gitdm: add Bin Meng to the individual group
  contrib/gitdm: add China Mobile to the domain map

 contrib/gitdm/domain-map            | 2 ++
 contrib/gitdm/group-map-academics   | 3 +++
 contrib/gitdm/group-map-individuals | 6 ++++++
 3 files changed, 11 insertions(+)

-- 
2.20.1



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

* [PATCH v1 1/5] contrib/gitdm: add more entries individuals and academics
  2019-10-14 13:59 [PATCH for 4.2 v1 0/5] gitdm updates Alex Bennée
@ 2019-10-14 13:59 ` Alex Bennée
  2019-10-14 14:39   ` Emanuele Giuseppe Esposito
  2019-10-16 17:00   ` Philippe Mathieu-Daudé
  2019-10-14 13:59 ` [PATCH v1 2/5] contrib/gitdm: add MontaVista to the domain map Alex Bennée
                   ` (3 subsequent siblings)
  4 siblings, 2 replies; 14+ messages in thread
From: Alex Bennée @ 2019-10-14 13:59 UTC (permalink / raw)
  To: qemu-devel
  Cc: Li Qiang, Li Qiang, dirty.ice.hu, Emanuele Giuseppe Esposito,
	Bastian Koppelmann, Alex Bennée

Again this is guess work based on public websites. Please confirm.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Emanuele Giuseppe Esposito <e.emanuelegiuseppe@gmail.com>
Cc: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Cc: "Kővágó, Zoltán" <dirty.ice.hu@gmail.com>
Cc: Li Qiang <liq3ea@gmail.com>
Cc: Li Qiang <liq3ea@163.com>
---
 contrib/gitdm/group-map-academics   | 3 +++
 contrib/gitdm/group-map-individuals | 4 ++++
 2 files changed, 7 insertions(+)

diff --git a/contrib/gitdm/group-map-academics b/contrib/gitdm/group-map-academics
index 08f9d81d13..5cbb9d84c8 100644
--- a/contrib/gitdm/group-map-academics
+++ b/contrib/gitdm/group-map-academics
@@ -12,3 +12,6 @@ ispras.ru
 # Columbia University
 cs.columbia.edu
 cota@braap.org
+
+# University of Paderborn
+uni-paderborn.de
diff --git a/contrib/gitdm/group-map-individuals b/contrib/gitdm/group-map-individuals
index 1c84717438..301071b98b 100644
--- a/contrib/gitdm/group-map-individuals
+++ b/contrib/gitdm/group-map-individuals
@@ -14,3 +14,7 @@ noring@nocrew.org
 samuel.thibault@ens-lyon.org
 aurelien@aurel32.net
 balaton@eik.bme.hu
+e.emanuelegiuseppe@gmail.com
+dirty.ice.hu@gmail.com
+liq3ea@163.com
+liq3ea@gmail.com
-- 
2.20.1



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

* [PATCH  v1 2/5] contrib/gitdm: add MontaVista to the domain map
  2019-10-14 13:59 [PATCH for 4.2 v1 0/5] gitdm updates Alex Bennée
  2019-10-14 13:59 ` [PATCH v1 1/5] contrib/gitdm: add more entries individuals and academics Alex Bennée
@ 2019-10-14 13:59 ` Alex Bennée
  2019-10-14 13:59 ` [PATCH v1 3/5] contrib/gitdm: add Andrey to the individual group Alex Bennée
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 14+ messages in thread
From: Alex Bennée @ 2019-10-14 13:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: Corey Minyard, Alex Bennée, dirty.ice.hu

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Corey Minyard <minyard@mvista.com>
---
 contrib/gitdm/domain-map | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map
index 9efe066ec9..304e91010a 100644
--- a/contrib/gitdm/domain-map
+++ b/contrib/gitdm/domain-map
@@ -14,6 +14,7 @@ igalia.com      Igalia
 intel.com       Intel
 linaro.org      Linaro
 microsoft.com   Microsoft
+mvista.com      MontaVista
 nokia.com       Nokia
 oracle.com      Oracle
 proxmox.com     Proxmox
-- 
2.20.1



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

* [PATCH  v1 3/5] contrib/gitdm: add Andrey to the individual group
  2019-10-14 13:59 [PATCH for 4.2 v1 0/5] gitdm updates Alex Bennée
  2019-10-14 13:59 ` [PATCH v1 1/5] contrib/gitdm: add more entries individuals and academics Alex Bennée
  2019-10-14 13:59 ` [PATCH v1 2/5] contrib/gitdm: add MontaVista to the domain map Alex Bennée
@ 2019-10-14 13:59 ` Alex Bennée
  2019-10-15  4:19   ` Andrey Smirnov
  2019-10-14 13:59 ` [PATCH v1 4/5] contrib/gitdm: add Bin Meng " Alex Bennée
  2019-10-14 13:59 ` [PATCH v1 5/5] contrib/gitdm: add China Mobile to the domain map Alex Bennée
  4 siblings, 1 reply; 14+ messages in thread
From: Alex Bennée @ 2019-10-14 13:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: Andrey Smirnov, Alex Bennée, dirty.ice.hu

Please confirm this is the correct section for you.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Andrey Smirnov <andrew.smirnov@gmail.com>
---
 contrib/gitdm/group-map-individuals | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/gitdm/group-map-individuals b/contrib/gitdm/group-map-individuals
index 301071b98b..624e27fc83 100644
--- a/contrib/gitdm/group-map-individuals
+++ b/contrib/gitdm/group-map-individuals
@@ -18,3 +18,4 @@ e.emanuelegiuseppe@gmail.com
 dirty.ice.hu@gmail.com
 liq3ea@163.com
 liq3ea@gmail.com
+andrew.smirnov@gmail.com
-- 
2.20.1



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

* [PATCH  v1 4/5] contrib/gitdm: add Bin Meng to the individual group
  2019-10-14 13:59 [PATCH for 4.2 v1 0/5] gitdm updates Alex Bennée
                   ` (2 preceding siblings ...)
  2019-10-14 13:59 ` [PATCH v1 3/5] contrib/gitdm: add Andrey to the individual group Alex Bennée
@ 2019-10-14 13:59 ` Alex Bennée
  2019-10-14 13:59 ` [PATCH v1 5/5] contrib/gitdm: add China Mobile to the domain map Alex Bennée
  4 siblings, 0 replies; 14+ messages in thread
From: Alex Bennée @ 2019-10-14 13:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: Bin Meng, Alex Bennée, dirty.ice.hu

Please confirm this is the correct section for you.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Bin Meng <bmeng.cn@gmail.com>
---
 contrib/gitdm/group-map-individuals | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/gitdm/group-map-individuals b/contrib/gitdm/group-map-individuals
index 624e27fc83..eb23c0beee 100644
--- a/contrib/gitdm/group-map-individuals
+++ b/contrib/gitdm/group-map-individuals
@@ -19,3 +19,4 @@ dirty.ice.hu@gmail.com
 liq3ea@163.com
 liq3ea@gmail.com
 andrew.smirnov@gmail.com
+bmeng.cn@gmail.com
-- 
2.20.1



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

* [PATCH  v1 5/5] contrib/gitdm: add China Mobile to the domain map
  2019-10-14 13:59 [PATCH for 4.2 v1 0/5] gitdm updates Alex Bennée
                   ` (3 preceding siblings ...)
  2019-10-14 13:59 ` [PATCH v1 4/5] contrib/gitdm: add Bin Meng " Alex Bennée
@ 2019-10-14 13:59 ` Alex Bennée
  2019-10-15  1:21   ` maozy
  2019-10-15  1:39   ` maozy
  4 siblings, 2 replies; 14+ messages in thread
From: Alex Bennée @ 2019-10-14 13:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée, Zhang Shengju, Mao Zhongyi, dirty.ice.hu

We've had a number of contributions from this domain. I think they are
from the company rather than customers using the email address but
it's hard for me to tell. Please confirm.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Mao Zhongyi <maozhongyi@cmss.chinamobile.com>
Cc: Zhang Shengju <zhangshengju@cmss.chinamobile.com>
---
 contrib/gitdm/domain-map | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map
index 304e91010a..7fc7fda68f 100644
--- a/contrib/gitdm/domain-map
+++ b/contrib/gitdm/domain-map
@@ -5,6 +5,7 @@
 #
 
 amd.com         AMD
+cmss.chinamobile.com China Mobile
 citrix.com      Citrix
 greensocs.com   GreenSocs
 fujitsu.com     Fujitsu
-- 
2.20.1



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

* Re: [PATCH v1 1/5] contrib/gitdm: add more entries individuals and academics
  2019-10-14 13:59 ` [PATCH v1 1/5] contrib/gitdm: add more entries individuals and academics Alex Bennée
@ 2019-10-14 14:39   ` Emanuele Giuseppe Esposito
  2019-10-14 14:55     ` Alex Bennée
  2019-10-16 17:00   ` Philippe Mathieu-Daudé
  1 sibling, 1 reply; 14+ messages in thread
From: Emanuele Giuseppe Esposito @ 2019-10-14 14:39 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée

Hello Alex,

I confirm my email address, I worked on qemu during the 2018 Google 
Summer of Code.

Thanks,
Emanuele

On 14/10/2019 15:59, Alex Bennée wrote:
> Again this is guess work based on public websites. Please confirm.
>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Cc: Emanuele Giuseppe Esposito <e.emanuelegiuseppe@gmail.com>
> Cc: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
> Cc: "Kővágó, Zoltán" <dirty.ice.hu@gmail.com>
> Cc: Li Qiang <liq3ea@gmail.com>
> Cc: Li Qiang <liq3ea@163.com>
> ---
>   contrib/gitdm/group-map-academics   | 3 +++
>   contrib/gitdm/group-map-individuals | 4 ++++
>   2 files changed, 7 insertions(+)
>
> diff --git a/contrib/gitdm/group-map-academics b/contrib/gitdm/group-map-academics
> index 08f9d81d13..5cbb9d84c8 100644
> --- a/contrib/gitdm/group-map-academics
> +++ b/contrib/gitdm/group-map-academics
> @@ -12,3 +12,6 @@ ispras.ru
>   # Columbia University
>   cs.columbia.edu
>   cota@braap.org
> +
> +# University of Paderborn
> +uni-paderborn.de
> diff --git a/contrib/gitdm/group-map-individuals b/contrib/gitdm/group-map-individuals
> index 1c84717438..301071b98b 100644
> --- a/contrib/gitdm/group-map-individuals
> +++ b/contrib/gitdm/group-map-individuals
> @@ -14,3 +14,7 @@ noring@nocrew.org
>   samuel.thibault@ens-lyon.org
>   aurelien@aurel32.net
>   balaton@eik.bme.hu
> +e.emanuelegiuseppe@gmail.com
> +dirty.ice.hu@gmail.com
> +liq3ea@163.com
> +liq3ea@gmail.com


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

* Re: [PATCH v1 1/5] contrib/gitdm: add more entries individuals and academics
  2019-10-14 14:39   ` Emanuele Giuseppe Esposito
@ 2019-10-14 14:55     ` Alex Bennée
  2019-10-14 15:00       ` Emanuele Giuseppe Esposito
  0 siblings, 1 reply; 14+ messages in thread
From: Alex Bennée @ 2019-10-14 14:55 UTC (permalink / raw)
  To: Emanuele Giuseppe Esposito; +Cc: qemu-devel


Emanuele Giuseppe Esposito <e.emanuelegiuseppe@gmail.com> writes:

> Hello Alex,
>
> I confirm my email address, I worked on qemu during the 2018 Google
> Summer of Code.

Is that an Acked-by: then?

>
> Thanks,
> Emanuele
>
> On 14/10/2019 15:59, Alex Bennée wrote:
>> Again this is guess work based on public websites. Please confirm.
>>
>> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
>> Cc: Emanuele Giuseppe Esposito <e.emanuelegiuseppe@gmail.com>
>> Cc: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
>> Cc: "Kővágó, Zoltán" <dirty.ice.hu@gmail.com>
>> Cc: Li Qiang <liq3ea@gmail.com>
>> Cc: Li Qiang <liq3ea@163.com>
>> ---
>>   contrib/gitdm/group-map-academics   | 3 +++
>>   contrib/gitdm/group-map-individuals | 4 ++++
>>   2 files changed, 7 insertions(+)
>>
>> diff --git a/contrib/gitdm/group-map-academics b/contrib/gitdm/group-map-academics
>> index 08f9d81d13..5cbb9d84c8 100644
>> --- a/contrib/gitdm/group-map-academics
>> +++ b/contrib/gitdm/group-map-academics
>> @@ -12,3 +12,6 @@ ispras.ru
>>   # Columbia University
>>   cs.columbia.edu
>>   cota@braap.org
>> +
>> +# University of Paderborn
>> +uni-paderborn.de
>> diff --git a/contrib/gitdm/group-map-individuals b/contrib/gitdm/group-map-individuals
>> index 1c84717438..301071b98b 100644
>> --- a/contrib/gitdm/group-map-individuals
>> +++ b/contrib/gitdm/group-map-individuals
>> @@ -14,3 +14,7 @@ noring@nocrew.org
>>   samuel.thibault@ens-lyon.org
>>   aurelien@aurel32.net
>>   balaton@eik.bme.hu
>> +e.emanuelegiuseppe@gmail.com
>> +dirty.ice.hu@gmail.com
>> +liq3ea@163.com
>> +liq3ea@gmail.com


--
Alex Bennée


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

* Re: [PATCH v1 1/5] contrib/gitdm: add more entries individuals and academics
  2019-10-14 14:55     ` Alex Bennée
@ 2019-10-14 15:00       ` Emanuele Giuseppe Esposito
  0 siblings, 0 replies; 14+ messages in thread
From: Emanuele Giuseppe Esposito @ 2019-10-14 15:00 UTC (permalink / raw)
  To: Alex Bennée; +Cc: qemu-devel


On 14/10/2019 16:55, Alex Bennée wrote:
> Emanuele Giuseppe Esposito <e.emanuelegiuseppe@gmail.com> writes:
>
>> Hello Alex,
>>
>> I confirm my email address, I worked on qemu during the 2018 Google
>> Summer of Code.
> Is that an Acked-by: then?

Yes, sorry.

Acked-by: Emanuele Giuseppe Esposito <e.emanuelegiuseppe@gmail.com>

>> Thanks,
>> Emanuele
>>
>> On 14/10/2019 15:59, Alex Bennée wrote:
>>> Again this is guess work based on public websites. Please confirm.
>>>
>>> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
>>> Cc: Emanuele Giuseppe Esposito <e.emanuelegiuseppe@gmail.com>
>>> Cc: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
>>> Cc: "Kővágó, Zoltán" <dirty.ice.hu@gmail.com>
>>> Cc: Li Qiang <liq3ea@gmail.com>
>>> Cc: Li Qiang <liq3ea@163.com>
>>> ---
>>>    contrib/gitdm/group-map-academics   | 3 +++
>>>    contrib/gitdm/group-map-individuals | 4 ++++
>>>    2 files changed, 7 insertions(+)
>>>
>>> diff --git a/contrib/gitdm/group-map-academics b/contrib/gitdm/group-map-academics
>>> index 08f9d81d13..5cbb9d84c8 100644
>>> --- a/contrib/gitdm/group-map-academics
>>> +++ b/contrib/gitdm/group-map-academics
>>> @@ -12,3 +12,6 @@ ispras.ru
>>>    # Columbia University
>>>    cs.columbia.edu
>>>    cota@braap.org
>>> +
>>> +# University of Paderborn
>>> +uni-paderborn.de
>>> diff --git a/contrib/gitdm/group-map-individuals b/contrib/gitdm/group-map-individuals
>>> index 1c84717438..301071b98b 100644
>>> --- a/contrib/gitdm/group-map-individuals
>>> +++ b/contrib/gitdm/group-map-individuals
>>> @@ -14,3 +14,7 @@ noring@nocrew.org
>>>    samuel.thibault@ens-lyon.org
>>>    aurelien@aurel32.net
>>>    balaton@eik.bme.hu
>>> +e.emanuelegiuseppe@gmail.com
>>> +dirty.ice.hu@gmail.com
>>> +liq3ea@163.com
>>> +liq3ea@gmail.com
>
> --
> Alex Bennée


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

* Re: [PATCH v1 5/5] contrib/gitdm: add China Mobile to the domain map
  2019-10-14 13:59 ` [PATCH v1 5/5] contrib/gitdm: add China Mobile to the domain map Alex Bennée
@ 2019-10-15  1:21   ` maozy
  2019-10-15  6:41     ` Alex Bennée
  2019-10-15  1:39   ` maozy
  1 sibling, 1 reply; 14+ messages in thread
From: maozy @ 2019-10-15  1:21 UTC (permalink / raw)
  To: Alex Bennée, qemu-devel; +Cc: Zhang Shengju, dirty.ice.hu

Hi, Alex

On 10/14/19 9:59 PM, Alex Bennée wrote:
> We've had a number of contributions from this domain. I think they are
> from the company rather than customers using the email address but
> it's hard for me to tell. Please confirm.

Yes, this domain comes from a china company, not an individual, and I'm
very grateful for this patch.

Currently we can only view the community's patch via the GNU mailing
list, Does this patch mean that we can now easily subscribe to the
mailing list form the mail client?

Many thanks,
Mao

> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Cc: Mao Zhongyi <maozhongyi@cmss.chinamobile.com>
> Cc: Zhang Shengju <zhangshengju@cmss.chinamobile.com>
> ---
>   contrib/gitdm/domain-map | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map
> index 304e91010a..7fc7fda68f 100644
> --- a/contrib/gitdm/domain-map
> +++ b/contrib/gitdm/domain-map
> @@ -5,6 +5,7 @@
>   #
>   
>   amd.com         AMD
> +cmss.chinamobile.com China Mobile
>   citrix.com      Citrix
>   greensocs.com   GreenSocs
>   fujitsu.com     Fujitsu
> 




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

* Re: [PATCH v1 5/5] contrib/gitdm: add China Mobile to the domain map
  2019-10-14 13:59 ` [PATCH v1 5/5] contrib/gitdm: add China Mobile to the domain map Alex Bennée
  2019-10-15  1:21   ` maozy
@ 2019-10-15  1:39   ` maozy
  1 sibling, 0 replies; 14+ messages in thread
From: maozy @ 2019-10-15  1:39 UTC (permalink / raw)
  To: Alex Bennée, qemu-devel; +Cc: Zhang Shengju, dirty.ice.hu



On 10/14/19 9:59 PM, Alex Bennée wrote:
> We've had a number of contributions from this domain. I think they are
> from the company rather than customers using the email address but
> it's hard for me to tell. Please confirm.
> 

Acked-by: Mao Zhongyi <maozhongyi@cmss.chinamobile.com>

> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Cc: Mao Zhongyi <maozhongyi@cmss.chinamobile.com>
> Cc: Zhang Shengju <zhangshengju@cmss.chinamobile.com>
> ---
>   contrib/gitdm/domain-map | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map
> index 304e91010a..7fc7fda68f 100644
> --- a/contrib/gitdm/domain-map
> +++ b/contrib/gitdm/domain-map
> @@ -5,6 +5,7 @@
>   #
>   
>   amd.com         AMD
> +cmss.chinamobile.com China Mobile
>   citrix.com      Citrix
>   greensocs.com   GreenSocs
>   fujitsu.com     Fujitsu
> 




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

* Re: [PATCH v1 3/5] contrib/gitdm: add Andrey to the individual group
  2019-10-14 13:59 ` [PATCH v1 3/5] contrib/gitdm: add Andrey to the individual group Alex Bennée
@ 2019-10-15  4:19   ` Andrey Smirnov
  0 siblings, 0 replies; 14+ messages in thread
From: Andrey Smirnov @ 2019-10-15  4:19 UTC (permalink / raw)
  To: Alex Bennée; +Cc: QEMU Developers, dirty.ice.hu

On Mon, Oct 14, 2019 at 6:59 AM Alex Bennée <alex.bennee@linaro.org> wrote:
>
> Please confirm this is the correct section for you.
>

I think this is. Here's

Acked-by: Andrey Smirnov <andrew.smirnov@gmail.com>

in case that's needed.

> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Cc: Andrey Smirnov <andrew.smirnov@gmail.com>
> ---
>  contrib/gitdm/group-map-individuals | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/contrib/gitdm/group-map-individuals b/contrib/gitdm/group-map-individuals
> index 301071b98b..624e27fc83 100644
> --- a/contrib/gitdm/group-map-individuals
> +++ b/contrib/gitdm/group-map-individuals
> @@ -18,3 +18,4 @@ e.emanuelegiuseppe@gmail.com
>  dirty.ice.hu@gmail.com
>  liq3ea@163.com
>  liq3ea@gmail.com
> +andrew.smirnov@gmail.com
> --
> 2.20.1
>


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

* Re: [PATCH v1 5/5] contrib/gitdm: add China Mobile to the domain map
  2019-10-15  1:21   ` maozy
@ 2019-10-15  6:41     ` Alex Bennée
  0 siblings, 0 replies; 14+ messages in thread
From: Alex Bennée @ 2019-10-15  6:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: Zhang Shengju, dirty.ice.hu


maozy <maozhongyi@cmss.chinamobile.com> writes:

> Hi, Alex
>
> On 10/14/19 9:59 PM, Alex Bennée wrote:
>> We've had a number of contributions from this domain. I think they are
>> from the company rather than customers using the email address but
>> it's hard for me to tell. Please confirm.
>
> Yes, this domain comes from a china company, not an individual, and I'm
> very grateful for this patch.
>
> Currently we can only view the community's patch via the GNU mailing
> list, Does this patch mean that we can now easily subscribe to the
> mailing list form the mail client?

The domain-map is only used to group contributions under the same
company when generating stats with gitdm. It should have no affect on
the ability to subscribe to the mailing list.

Does this mean your not subscribed to the list and you have to read via
the archives (https://lists.gnu.org/archive/html/qemu-devel/)? That
sounds like something going wrong with the mailer setup as anybody
should be able to subscribe to the list.

>
> Many thanks,
> Mao
>
>> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
>> Cc: Mao Zhongyi <maozhongyi@cmss.chinamobile.com>
>> Cc: Zhang Shengju <zhangshengju@cmss.chinamobile.com>
>> ---
>>   contrib/gitdm/domain-map | 1 +
>>   1 file changed, 1 insertion(+)
>> diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map
>> index 304e91010a..7fc7fda68f 100644
>> --- a/contrib/gitdm/domain-map
>> +++ b/contrib/gitdm/domain-map
>> @@ -5,6 +5,7 @@
>>   #
>>     amd.com         AMD
>> +cmss.chinamobile.com China Mobile
>>   citrix.com      Citrix
>>   greensocs.com   GreenSocs
>>   fujitsu.com     Fujitsu
>>


--
Alex Bennée


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

* Re: [PATCH v1 1/5] contrib/gitdm: add more entries individuals and academics
  2019-10-14 13:59 ` [PATCH v1 1/5] contrib/gitdm: add more entries individuals and academics Alex Bennée
  2019-10-14 14:39   ` Emanuele Giuseppe Esposito
@ 2019-10-16 17:00   ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 14+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-10-16 17:00 UTC (permalink / raw)
  To: Alex Bennée, qemu-devel
  Cc: Li Qiang, Bastian Koppelmann, Li Qiang,
	Emanuele Giuseppe Esposito, dirty.ice.hu

On 10/14/19 3:59 PM, Alex Bennée wrote:
> Again this is guess work based on public websites. Please confirm.
> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Cc: Emanuele Giuseppe Esposito <e.emanuelegiuseppe@gmail.com>
> Cc: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
> Cc: "Kővágó, Zoltán" <dirty.ice.hu@gmail.com>
> Cc: Li Qiang <liq3ea@gmail.com>
> Cc: Li Qiang <liq3ea@163.com>
> ---
>   contrib/gitdm/group-map-academics   | 3 +++
>   contrib/gitdm/group-map-individuals | 4 ++++
>   2 files changed, 7 insertions(+)
> 
> diff --git a/contrib/gitdm/group-map-academics b/contrib/gitdm/group-map-academics
> index 08f9d81d13..5cbb9d84c8 100644
> --- a/contrib/gitdm/group-map-academics
> +++ b/contrib/gitdm/group-map-academics
> @@ -12,3 +12,6 @@ ispras.ru
>   # Columbia University
>   cs.columbia.edu
>   cota@braap.org
> +
> +# University of Paderborn
> +uni-paderborn.de
> diff --git a/contrib/gitdm/group-map-individuals b/contrib/gitdm/group-map-individuals
> index 1c84717438..301071b98b 100644
> --- a/contrib/gitdm/group-map-individuals
> +++ b/contrib/gitdm/group-map-individuals
> @@ -14,3 +14,7 @@ noring@nocrew.org
>   samuel.thibault@ens-lyon.org
>   aurelien@aurel32.net
>   balaton@eik.bme.hu
> +e.emanuelegiuseppe@gmail.com
> +dirty.ice.hu@gmail.com
> +liq3ea@163.com
> +liq3ea@gmail.com

Also: liqiang6-s@360.cn



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

end of thread, other threads:[~2019-10-16 17:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-14 13:59 [PATCH for 4.2 v1 0/5] gitdm updates Alex Bennée
2019-10-14 13:59 ` [PATCH v1 1/5] contrib/gitdm: add more entries individuals and academics Alex Bennée
2019-10-14 14:39   ` Emanuele Giuseppe Esposito
2019-10-14 14:55     ` Alex Bennée
2019-10-14 15:00       ` Emanuele Giuseppe Esposito
2019-10-16 17:00   ` Philippe Mathieu-Daudé
2019-10-14 13:59 ` [PATCH v1 2/5] contrib/gitdm: add MontaVista to the domain map Alex Bennée
2019-10-14 13:59 ` [PATCH v1 3/5] contrib/gitdm: add Andrey to the individual group Alex Bennée
2019-10-15  4:19   ` Andrey Smirnov
2019-10-14 13:59 ` [PATCH v1 4/5] contrib/gitdm: add Bin Meng " Alex Bennée
2019-10-14 13:59 ` [PATCH v1 5/5] contrib/gitdm: add China Mobile to the domain map Alex Bennée
2019-10-15  1:21   ` maozy
2019-10-15  6:41     ` Alex Bennée
2019-10-15  1:39   ` maozy

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.