All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] gitdm metadata updates
@ 2022-12-19 12:19 Alex Bennée
  2022-12-19 12:19 ` [PATCH 01/11] contrib/gitdm: add C-Sky to the domain map Alex Bennée
                   ` (10 more replies)
  0 siblings, 11 replies; 24+ messages in thread
From: Alex Bennée @ 2022-12-19 12:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée

Hi,

As Christmas approaches Santa has asked to make sure our lists are up
to date so he can see who's been nice (there is no naughty when
contributing to QEMU ;-).

Thanks,

Alex.

Alex Bennée (11):
  contrib/gitdm: add C-Sky to the domain map
  contrib/gitdm: Add Rivos Inc to the domain map
  contrib/gitdm: Add VRULL to the domain map
  contrib/gitdm: add a group map for SiFive
  contrib/gitdm: Add Ventana Micro Systems to the domain map
  contrib/gitdm: add Tsukasa as an individual contributor
  contrib/gitdm: Add ASPEED Technology to the domain map
  contrib/gitdm: Add Facebook the domain map
  contrib/gitdm: add a group map for Google
  contrib/gitdm: add Idan to IBM's group map
  contrib/gitdm: Add SYRMIA to the domain map

 contrib/gitdm/domain-map            | 7 +++++++
 contrib/gitdm/group-map-facebook    | 5 +++++
 contrib/gitdm/group-map-google      | 5 +++++
 contrib/gitdm/group-map-ibm         | 1 +
 contrib/gitdm/group-map-individuals | 1 +
 contrib/gitdm/group-map-sifive      | 5 +++++
 gitdm.config                        | 3 +++
 7 files changed, 27 insertions(+)
 create mode 100644 contrib/gitdm/group-map-facebook
 create mode 100644 contrib/gitdm/group-map-google
 create mode 100644 contrib/gitdm/group-map-sifive

-- 
2.34.1



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

* [PATCH 01/11] contrib/gitdm: add C-Sky to the domain map
  2022-12-19 12:19 [PATCH 00/11] gitdm metadata updates Alex Bennée
@ 2022-12-19 12:19 ` Alex Bennée
  2022-12-20  1:11   ` LIU Zhiwei
  2022-12-19 12:19 ` [PATCH 02/11] contrib/gitdm: Add Rivos Inc " Alex Bennée
                   ` (9 subsequent siblings)
  10 siblings, 1 reply; 24+ messages in thread
From: Alex Bennée @ 2022-12-19 12:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée, Guo Ren, Liu Zhiwei

Although the majority of the recent work has been done by LIU Zhiwei
it does appear to be a corporate effort.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Guo Ren <ren_guo@c-sky.com>
Cc: Liu Zhiwei <zhiwei_liu@c-sky.com>
---
 contrib/gitdm/domain-map | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map
index 3727918641..6f3a24b399 100644
--- a/contrib/gitdm/domain-map
+++ b/contrib/gitdm/domain-map
@@ -7,6 +7,7 @@
 amd.com         AMD
 baidu.com       Baidu
 bytedance.com   ByteDance
+c-sky.com       C-Sky
 cmss.chinamobile.com China Mobile
 citrix.com      Citrix
 crudebyte.com   Crudebyte
-- 
2.34.1



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

* [PATCH 02/11] contrib/gitdm: Add Rivos Inc to the domain map
  2022-12-19 12:19 [PATCH 00/11] gitdm metadata updates Alex Bennée
  2022-12-19 12:19 ` [PATCH 01/11] contrib/gitdm: add C-Sky to the domain map Alex Bennée
@ 2022-12-19 12:19 ` Alex Bennée
  2022-12-19 12:19 ` [PATCH 03/11] contrib/gitdm: Add VRULL " Alex Bennée
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 24+ messages in thread
From: Alex Bennée @ 2022-12-19 12:19 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alex Bennée, Atish Patra, Dao Lu, Andrew Bresticker,
	Palmer Dabbelt, Vineet Gupta

Whatever they are up to a number of people for the company are
contributing to QEMU so lets group them together.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Atish Patra <atishp@rivosinc.com>
Cc: Dao Lu <daolu@rivosinc.com>
Cc: Andrew Bresticker <abrestic@rivosinc.com>
Cc: Palmer Dabbelt <palmer@rivosinc.com>
Cc: Vineet Gupta <vineetg@rivosinc.com>
---
 contrib/gitdm/domain-map | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map
index 6f3a24b399..da51c44ccb 100644
--- a/contrib/gitdm/domain-map
+++ b/contrib/gitdm/domain-map
@@ -32,6 +32,7 @@ oracle.com      Oracle
 proxmox.com     Proxmox
 quicinc.com     Qualcomm Innovation Center
 redhat.com      Red Hat
+rivosinc.com    Rivos Inc
 rt-rk.com       RT-RK
 samsung.com     Samsung
 siemens.com     Siemens
-- 
2.34.1



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

* [PATCH 03/11] contrib/gitdm: Add VRULL to the domain map
  2022-12-19 12:19 [PATCH 00/11] gitdm metadata updates Alex Bennée
  2022-12-19 12:19 ` [PATCH 01/11] contrib/gitdm: add C-Sky to the domain map Alex Bennée
  2022-12-19 12:19 ` [PATCH 02/11] contrib/gitdm: Add Rivos Inc " Alex Bennée
@ 2022-12-19 12:19 ` Alex Bennée
  2022-12-19 16:19   ` Philipp Tomsich
  2022-12-19 12:19 ` [PATCH 04/11] contrib/gitdm: add a group map for SiFive Alex Bennée
                   ` (7 subsequent siblings)
  10 siblings, 1 reply; 24+ messages in thread
From: Alex Bennée @ 2022-12-19 12:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée, Philipp Tomsich

Philipp I assume I'm correct that the QEMU work should be shown as a
corporate contribution?

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Philipp Tomsich <philipp.tomsich@vrull.eu>
---
 contrib/gitdm/domain-map | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map
index da51c44ccb..7ff511d5c6 100644
--- a/contrib/gitdm/domain-map
+++ b/contrib/gitdm/domain-map
@@ -40,6 +40,7 @@ sifive.com      SiFive
 suse.com        SUSE
 suse.de         SUSE
 virtuozzo.com   Virtuozzo
+vrull.eu        VRULL
 wdc.com         Western Digital
 windriver.com   Wind River
 xilinx.com      Xilinx
-- 
2.34.1



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

* [PATCH 04/11] contrib/gitdm: add a group map for SiFive
  2022-12-19 12:19 [PATCH 00/11] gitdm metadata updates Alex Bennée
                   ` (2 preceding siblings ...)
  2022-12-19 12:19 ` [PATCH 03/11] contrib/gitdm: Add VRULL " Alex Bennée
@ 2022-12-19 12:19 ` Alex Bennée
  2022-12-19 12:19 ` [PATCH 05/11] contrib/gitdm: Add Ventana Micro Systems to the domain map Alex Bennée
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 24+ messages in thread
From: Alex Bennée @ 2022-12-19 12:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée, eopXD

Some SiFive contributors use there personal emails. Add a group map
for those developers. Please confirm.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: eopXD <yueh.ting.chen@gmail.com>
---
 contrib/gitdm/group-map-sifive | 5 +++++
 gitdm.config                   | 1 +
 2 files changed, 6 insertions(+)
 create mode 100644 contrib/gitdm/group-map-sifive

diff --git a/contrib/gitdm/group-map-sifive b/contrib/gitdm/group-map-sifive
new file mode 100644
index 0000000000..6ba761eb22
--- /dev/null
+++ b/contrib/gitdm/group-map-sifive
@@ -0,0 +1,5 @@
+#
+# SiFive contributors using non-corporate email
+#
+
+yueh.ting.chen@gmail.com
diff --git a/gitdm.config b/gitdm.config
index 288b100d89..f79d39df63 100644
--- a/gitdm.config
+++ b/gitdm.config
@@ -37,6 +37,7 @@ GroupMap contrib/gitdm/group-map-ibm IBM
 GroupMap contrib/gitdm/group-map-janustech Janus Technologies
 GroupMap contrib/gitdm/group-map-netflix Netflix
 GroupMap contrib/gitdm/group-map-redhat Red Hat
+GroupMap contrib/gitdm/group-map-sifive SiFive
 GroupMap contrib/gitdm/group-map-wavecomp Wave Computing
 
 # Also group together our prolific individual contributors
-- 
2.34.1



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

* [PATCH 05/11] contrib/gitdm: Add Ventana Micro Systems to the domain map
  2022-12-19 12:19 [PATCH 00/11] gitdm metadata updates Alex Bennée
                   ` (3 preceding siblings ...)
  2022-12-19 12:19 ` [PATCH 04/11] contrib/gitdm: add a group map for SiFive Alex Bennée
@ 2022-12-19 12:19 ` Alex Bennée
  2022-12-19 15:51   ` Philippe Mathieu-Daudé
  2022-12-19 12:19 ` [PATCH 06/11] contrib/gitdm: add Tsukasa as an individual contributor Alex Bennée
                   ` (5 subsequent siblings)
  10 siblings, 1 reply; 24+ messages in thread
From: Alex Bennée @ 2022-12-19 12:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée, Sunil V L, Rahul Pathak, Anup Patel

We have a number of contributors from this domain which looks like it
is a corporate endeavour.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Sunil V L <sunilvl@ventanamicro.com>
Cc: Rahul Pathak <rpathak@ventanamicro.com>
Cc: Anup Patel <apatel@ventanamicro.com>
---
 contrib/gitdm/domain-map | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map
index 7ff511d5c6..727df18879 100644
--- a/contrib/gitdm/domain-map
+++ b/contrib/gitdm/domain-map
@@ -39,6 +39,7 @@ siemens.com     Siemens
 sifive.com      SiFive
 suse.com        SUSE
 suse.de         SUSE
+ventanamicro.com Ventana Micro Systems
 virtuozzo.com   Virtuozzo
 vrull.eu        VRULL
 wdc.com         Western Digital
-- 
2.34.1



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

* [PATCH 06/11] contrib/gitdm: add Tsukasa as an individual contributor
  2022-12-19 12:19 [PATCH 00/11] gitdm metadata updates Alex Bennée
                   ` (4 preceding siblings ...)
  2022-12-19 12:19 ` [PATCH 05/11] contrib/gitdm: Add Ventana Micro Systems to the domain map Alex Bennée
@ 2022-12-19 12:19 ` Alex Bennée
  2022-12-29  4:08   ` Tsukasa OI
  2022-12-19 12:19 ` [PATCH 07/11] contrib/gitdm: Add ASPEED Technology to the domain map Alex Bennée
                   ` (4 subsequent siblings)
  10 siblings, 1 reply; 24+ messages in thread
From: Alex Bennée @ 2022-12-19 12:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée, Tsukasa OI

I wasn't sure if you want to be added as an individual contributor or
an academic so please confirm.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Tsukasa OI <research_trasio@irq.a4lg.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 53883cc526..e2263a5ee3 100644
--- a/contrib/gitdm/group-map-individuals
+++ b/contrib/gitdm/group-map-individuals
@@ -37,3 +37,4 @@ akihiko.odaki@gmail.com
 paul@nowt.org
 git@xen0n.name
 simon@simonsafar.com
+research_trasio@irq.a4lg.com
-- 
2.34.1



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

* [PATCH 07/11] contrib/gitdm: Add ASPEED Technology to the domain map
  2022-12-19 12:19 [PATCH 00/11] gitdm metadata updates Alex Bennée
                   ` (5 preceding siblings ...)
  2022-12-19 12:19 ` [PATCH 06/11] contrib/gitdm: add Tsukasa as an individual contributor Alex Bennée
@ 2022-12-19 12:19 ` Alex Bennée
  2022-12-19 12:19 ` [PATCH 08/11] contrib/gitdm: Add Facebook " Alex Bennée
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 24+ messages in thread
From: Alex Bennée @ 2022-12-19 12:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée, Steven Lee, Troy Lee, Howard Chiu, Jamin Lin

We have a number of contributors from this domain which looks like it
is a corporate endeavour.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Steven Lee <steven_lee@aspeedtech.com>
Cc: Troy Lee <troy_lee@aspeedtech.com>
Cc: Howard Chiu <howard_chiu@aspeedtech.com>
Cc: Jamin Lin <jamin_lin@aspeedtech.com>
---
 contrib/gitdm/domain-map | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map
index 727df18879..03d12b3ba6 100644
--- a/contrib/gitdm/domain-map
+++ b/contrib/gitdm/domain-map
@@ -5,6 +5,7 @@
 #
 
 amd.com         AMD
+aspeedtech.com  ASPEED Technology Inc.
 baidu.com       Baidu
 bytedance.com   ByteDance
 c-sky.com       C-Sky
-- 
2.34.1



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

* [PATCH 08/11] contrib/gitdm: Add Facebook the domain map
  2022-12-19 12:19 [PATCH 00/11] gitdm metadata updates Alex Bennée
                   ` (6 preceding siblings ...)
  2022-12-19 12:19 ` [PATCH 07/11] contrib/gitdm: Add ASPEED Technology to the domain map Alex Bennée
@ 2022-12-19 12:19 ` Alex Bennée
  2022-12-19 15:22   ` Peter Delevoryas
  2022-12-19 12:19 ` [PATCH 09/11] contrib/gitdm: add a group map for Google Alex Bennée
                   ` (2 subsequent siblings)
  10 siblings, 1 reply; 24+ messages in thread
From: Alex Bennée @ 2022-12-19 12:19 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alex Bennée, Iris Chen, Peter Delevoryas, Peter Delevoryas,
	Daniel Müller

A number of Facebook developers contribute to the project. Peter can
you confirm your want pjd.dev contributions counted here or as
an individual contributor?

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Iris Chen <irischenlj@fb.com>
Cc: Peter Delevoryas <pdel@fb.com>
Cc: Peter Delevoryas <peter@pjd.dev>
Cc: Daniel Müller <muellerd@fb.com>
---
 contrib/gitdm/domain-map         | 1 +
 contrib/gitdm/group-map-facebook | 5 +++++
 gitdm.config                     | 1 +
 3 files changed, 7 insertions(+)
 create mode 100644 contrib/gitdm/group-map-facebook

diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map
index 03d12b3ba6..22d7f953e1 100644
--- a/contrib/gitdm/domain-map
+++ b/contrib/gitdm/domain-map
@@ -14,6 +14,7 @@ citrix.com      Citrix
 crudebyte.com   Crudebyte
 chinatelecom.cn China Telecom
 eldorado.org.br Instituto de Pesquisas Eldorado
+fb.com          Facebook
 fujitsu.com     Fujitsu
 google.com      Google
 greensocs.com   GreenSocs
diff --git a/contrib/gitdm/group-map-facebook b/contrib/gitdm/group-map-facebook
new file mode 100644
index 0000000000..38589f8fb9
--- /dev/null
+++ b/contrib/gitdm/group-map-facebook
@@ -0,0 +1,5 @@
+#
+# Some Facebook contributors also occasionally use personal email addresses.
+#
+
+peter@pjd.dev
diff --git a/gitdm.config b/gitdm.config
index f79d39df63..75b55b3603 100644
--- a/gitdm.config
+++ b/gitdm.config
@@ -33,6 +33,7 @@ EmailMap contrib/gitdm/domain-map
 
 GroupMap contrib/gitdm/group-map-cadence Cadence Design Systems
 GroupMap contrib/gitdm/group-map-codeweavers CodeWeavers
+GroupMap contrib/gitdm/group-map-facebook Facebook
 GroupMap contrib/gitdm/group-map-ibm IBM
 GroupMap contrib/gitdm/group-map-janustech Janus Technologies
 GroupMap contrib/gitdm/group-map-netflix Netflix
-- 
2.34.1



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

* [PATCH 09/11] contrib/gitdm: add a group map for Google
  2022-12-19 12:19 [PATCH 00/11] gitdm metadata updates Alex Bennée
                   ` (7 preceding siblings ...)
  2022-12-19 12:19 ` [PATCH 08/11] contrib/gitdm: Add Facebook " Alex Bennée
@ 2022-12-19 12:19 ` Alex Bennée
  2022-12-19 12:19 ` [PATCH 10/11] contrib/gitdm: add Idan to IBM's group map Alex Bennée
  2022-12-19 12:19 ` [PATCH 11/11] contrib/gitdm: Add SYRMIA to the domain map Alex Bennée
  10 siblings, 0 replies; 24+ messages in thread
From: Alex Bennée @ 2022-12-19 12:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée, Marc Zyngier

Long standing community contributors often use their upstream email
addresses when working on project.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Marc Zyngier <maz@kernel.org>
---
 contrib/gitdm/group-map-google | 5 +++++
 gitdm.config                   | 1 +
 2 files changed, 6 insertions(+)
 create mode 100644 contrib/gitdm/group-map-google

diff --git a/contrib/gitdm/group-map-google b/contrib/gitdm/group-map-google
new file mode 100644
index 0000000000..8c53e0cf67
--- /dev/null
+++ b/contrib/gitdm/group-map-google
@@ -0,0 +1,5 @@
+#
+# Some Google employees contribute using their upstream email addresses.
+#
+
+maz@kernel.org
diff --git a/gitdm.config b/gitdm.config
index 75b55b3603..4b52ee47be 100644
--- a/gitdm.config
+++ b/gitdm.config
@@ -34,6 +34,7 @@ EmailMap contrib/gitdm/domain-map
 GroupMap contrib/gitdm/group-map-cadence Cadence Design Systems
 GroupMap contrib/gitdm/group-map-codeweavers CodeWeavers
 GroupMap contrib/gitdm/group-map-facebook Facebook
+GroupMap contrib/gitdm/group-map-google Google
 GroupMap contrib/gitdm/group-map-ibm IBM
 GroupMap contrib/gitdm/group-map-janustech Janus Technologies
 GroupMap contrib/gitdm/group-map-netflix Netflix
-- 
2.34.1



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

* [PATCH 10/11] contrib/gitdm: add Idan to IBM's group map
  2022-12-19 12:19 [PATCH 00/11] gitdm metadata updates Alex Bennée
                   ` (8 preceding siblings ...)
  2022-12-19 12:19 ` [PATCH 09/11] contrib/gitdm: add a group map for Google Alex Bennée
@ 2022-12-19 12:19 ` Alex Bennée
  2022-12-19 14:52   ` Idan Horowitz
  2022-12-19 12:19 ` [PATCH 11/11] contrib/gitdm: Add SYRMIA to the domain map Alex Bennée
  10 siblings, 1 reply; 24+ messages in thread
From: Alex Bennée @ 2022-12-19 12:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée, Idan Horowitz

According to LinkedIn Idan works at IBM. Please confirm if you want
these contributions counted under IBM or as personal contributions.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Idan Horowitz <idan.horowitz@gmail.com>
---
 contrib/gitdm/group-map-ibm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/gitdm/group-map-ibm b/contrib/gitdm/group-map-ibm
index da62fa3f44..24d8dc1b86 100644
--- a/contrib/gitdm/group-map-ibm
+++ b/contrib/gitdm/group-map-ibm
@@ -12,3 +12,4 @@ jcfaracco@gmail.com
 joel@jms.id.au
 sjitindarsingh@gmail.com
 tommusta@gmail.com
+idan.horowitz@gmail.com
-- 
2.34.1



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

* [PATCH 11/11] contrib/gitdm: Add SYRMIA to the domain map
  2022-12-19 12:19 [PATCH 00/11] gitdm metadata updates Alex Bennée
                   ` (9 preceding siblings ...)
  2022-12-19 12:19 ` [PATCH 10/11] contrib/gitdm: add Idan to IBM's group map Alex Bennée
@ 2022-12-19 12:19 ` Alex Bennée
  10 siblings, 0 replies; 24+ messages in thread
From: Alex Bennée @ 2022-12-19 12:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée, Milica Lazarevic

The company website lists QEMU amongst the things they work on so I
assume these are corporate contributions.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Milica Lazarevic <milica.lazarevic@syrmia.com>
---
 contrib/gitdm/domain-map | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map
index 22d7f953e1..db6f574324 100644
--- a/contrib/gitdm/domain-map
+++ b/contrib/gitdm/domain-map
@@ -41,6 +41,7 @@ siemens.com     Siemens
 sifive.com      SiFive
 suse.com        SUSE
 suse.de         SUSE
+syrmia.com      SYRMIA
 ventanamicro.com Ventana Micro Systems
 virtuozzo.com   Virtuozzo
 vrull.eu        VRULL
-- 
2.34.1



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

* Re: [PATCH 10/11] contrib/gitdm: add Idan to IBM's group map
  2022-12-19 12:19 ` [PATCH 10/11] contrib/gitdm: add Idan to IBM's group map Alex Bennée
@ 2022-12-19 14:52   ` Idan Horowitz
  0 siblings, 0 replies; 24+ messages in thread
From: Idan Horowitz @ 2022-12-19 14:52 UTC (permalink / raw)
  To: Alex Bennée, qemu-devel

On 19/12/2022 14:19, Alex Bennée wrote:
> According to LinkedIn Idan works at IBM. Please confirm if you want
> these contributions counted under IBM or as personal contributions.
> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Cc: Idan Horowitz <idan.horowitz@gmail.com>
> ---
>  contrib/gitdm/group-map-ibm | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/contrib/gitdm/group-map-ibm b/contrib/gitdm/group-map-ibm
> index da62fa3f44..24d8dc1b86 100644
> --- a/contrib/gitdm/group-map-ibm
> +++ b/contrib/gitdm/group-map-ibm
> @@ -12,3 +12,4 @@ jcfaracco@gmail.com
>  joel@jms.id.au
>  sjitindarsingh@gmail.com
>  tommusta@gmail.com
> +idan.horowitz@gmail.com

Most of the contributions are related to IBM, so I'm fine with counting
them under there.

Acked-by: Idan Horowitz <idan.horowitz@gmail.com>


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

* Re: [PATCH 08/11] contrib/gitdm: Add Facebook the domain map
  2022-12-19 12:19 ` [PATCH 08/11] contrib/gitdm: Add Facebook " Alex Bennée
@ 2022-12-19 15:22   ` Peter Delevoryas
  2022-12-19 15:49     ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 24+ messages in thread
From: Peter Delevoryas @ 2022-12-19 15:22 UTC (permalink / raw)
  To: Alex Bennée; +Cc: qemu-devel, Iris Chen, Peter Delevoryas, Daniel Mueller



> On Dec 19, 2022, at 4:19 AM, Alex Bennée <alex.bennee@linaro.org> wrote:
> 
> !-------------------------------------------------------------------|
>  This Message Is From an External Sender
> 
> |-------------------------------------------------------------------!
> 
> A number of Facebook developers contribute to the project. Peter can
> you confirm your want pjd.dev contributions counted here or as
> an individual contributor?

Oh, hey: yes I can confirm that, I want pjd.dev contributions counted here as fb stuff.

By the way: recently, every Facebook developers email has migrated to “username@meta.com”. So now all my fb.com email goes to my meta.com inbox. We may or may not want to include both emails. I think the fb.com emails will stay around for quite a while, but yeah.

> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Cc: Iris Chen <irischenlj@fb.com>
> Cc: Peter Delevoryas <pdel@fb.com>
> Cc: Peter Delevoryas <peter@pjd.dev>
> Cc: Daniel Müller <muellerd@fb.com>
> ---
> contrib/gitdm/domain-map         | 1 +
> contrib/gitdm/group-map-facebook | 5 +++++
> gitdm.config                     | 1 +
> 3 files changed, 7 insertions(+)
> create mode 100644 contrib/gitdm/group-map-facebook
> 
> diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map
> index 03d12b3ba6..22d7f953e1 100644
> --- a/contrib/gitdm/domain-map
> +++ b/contrib/gitdm/domain-map
> @@ -14,6 +14,7 @@ citrix.com      Citrix
> crudebyte.com   Crudebyte
> chinatelecom.cn China Telecom
> eldorado.org.br Instituto de Pesquisas Eldorado
> +fb.com          Facebook
> fujitsu.com     Fujitsu
> google.com      Google
> greensocs.com   GreenSocs
> diff --git a/contrib/gitdm/group-map-facebook b/contrib/gitdm/group-map-facebook
> new file mode 100644
> index 0000000000..38589f8fb9
> --- /dev/null
> +++ b/contrib/gitdm/group-map-facebook
> @@ -0,0 +1,5 @@
> +#
> +# Some Facebook contributors also occasionally use personal email addresses.
> +#
> +
> +peter@pjd.dev
> diff --git a/gitdm.config b/gitdm.config
> index f79d39df63..75b55b3603 100644
> --- a/gitdm.config
> +++ b/gitdm.config
> @@ -33,6 +33,7 @@ EmailMap contrib/gitdm/domain-map
> 
> GroupMap contrib/gitdm/group-map-cadence Cadence Design Systems
> GroupMap contrib/gitdm/group-map-codeweavers CodeWeavers
> +GroupMap contrib/gitdm/group-map-facebook Facebook
> GroupMap contrib/gitdm/group-map-ibm IBM
> GroupMap contrib/gitdm/group-map-janustech Janus Technologies
> GroupMap contrib/gitdm/group-map-netflix Netflix
> -- 
> 2.34.1
> 



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

* Re: [PATCH 08/11] contrib/gitdm: Add Facebook the domain map
  2022-12-19 15:22   ` Peter Delevoryas
@ 2022-12-19 15:49     ` Philippe Mathieu-Daudé
  2022-12-19 15:56       ` Peter Delevoryas
  0 siblings, 1 reply; 24+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-12-19 15:49 UTC (permalink / raw)
  To: Peter Delevoryas, Alex Bennée
  Cc: qemu-devel, Iris Chen, Peter Delevoryas, Daniel Mueller

On 19/12/22 16:22, Peter Delevoryas wrote:
> 
> 
>> On Dec 19, 2022, at 4:19 AM, Alex Bennée <alex.bennee@linaro.org> wrote:
>>
>> !-------------------------------------------------------------------|
>>   This Message Is From an External Sender
>>
>> |-------------------------------------------------------------------!
>>
>> A number of Facebook developers contribute to the project. Peter can
>> you confirm your want pjd.dev contributions counted here or as
>> an individual contributor?
> 
> Oh, hey: yes I can confirm that, I want pjd.dev contributions counted here as fb stuff.
> 
> By the way: recently, every Facebook developers email has migrated to “username@meta.com”. So now all my fb.com email goes to my meta.com inbox. We may or may not want to include both emails. I think the fb.com emails will stay around for quite a while, but yeah.

gitdm tool is only use to display statistics from your past
contributions. If you want the get_maintainers.pl script to
use your updated email address, you probably want to send a
patch to update the .mailmap file.

>> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
>> Cc: Iris Chen <irischenlj@fb.com>
>> Cc: Peter Delevoryas <pdel@fb.com>
>> Cc: Peter Delevoryas <peter@pjd.dev>
>> Cc: Daniel Müller <muellerd@fb.com>
>> ---
>> contrib/gitdm/domain-map         | 1 +
>> contrib/gitdm/group-map-facebook | 5 +++++
>> gitdm.config                     | 1 +
>> 3 files changed, 7 insertions(+)
>> create mode 100644 contrib/gitdm/group-map-facebook


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

* Re: [PATCH 05/11] contrib/gitdm: Add Ventana Micro Systems to the domain map
  2022-12-19 12:19 ` [PATCH 05/11] contrib/gitdm: Add Ventana Micro Systems to the domain map Alex Bennée
@ 2022-12-19 15:51   ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 24+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-12-19 15:51 UTC (permalink / raw)
  To: Alex Bennée, qemu-devel
  Cc: Sunil V L, Rahul Pathak, Anup Patel, Andrew Jones

+Drew

On 19/12/22 13:19, Alex Bennée wrote:
> We have a number of contributors from this domain which looks like it
> is a corporate endeavour.
> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Cc: Sunil V L <sunilvl@ventanamicro.com>
> Cc: Rahul Pathak <rpathak@ventanamicro.com>
> Cc: Anup Patel <apatel@ventanamicro.com>
> ---
>   contrib/gitdm/domain-map | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map
> index 7ff511d5c6..727df18879 100644
> --- a/contrib/gitdm/domain-map
> +++ b/contrib/gitdm/domain-map
> @@ -39,6 +39,7 @@ siemens.com     Siemens
>   sifive.com      SiFive
>   suse.com        SUSE
>   suse.de         SUSE
> +ventanamicro.com Ventana Micro Systems
>   virtuozzo.com   Virtuozzo
>   vrull.eu        VRULL
>   wdc.com         Western Digital



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

* Re: [PATCH 08/11] contrib/gitdm: Add Facebook the domain map
  2022-12-19 15:49     ` Philippe Mathieu-Daudé
@ 2022-12-19 15:56       ` Peter Delevoryas
  2022-12-19 15:58         ` Peter Delevoryas
  0 siblings, 1 reply; 24+ messages in thread
From: Peter Delevoryas @ 2022-12-19 15:56 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: Peter Delevoryas, Alex Bennée, qemu-devel, Iris Chen,
	Daniel Mueller



> On Dec 19, 2022, at 7:49 AM, Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
> 
> !-------------------------------------------------------------------|
> This Message Is From an External Sender
> 
> |-------------------------------------------------------------------!
> 
> On 19/12/22 16:22, Peter Delevoryas wrote:
>>> On Dec 19, 2022, at 4:19 AM, Alex Bennée <alex.bennee@linaro.org> wrote:
>>> 
>>> !-------------------------------------------------------------------|
>>>  This Message Is From an External Sender
>>> 
>>> |-------------------------------------------------------------------!
>>> 
>>> A number of Facebook developers contribute to the project. Peter can
>>> you confirm your want pjd.dev contributions counted here or as
>>> an individual contributor?
>> Oh, hey: yes I can confirm that, I want pjd.dev contributions counted here as fb stuff.
>> By the way: recently, every Facebook developers email has migrated to “username@meta.com”. So now all my fb.com email goes to my meta.com inbox. We may or may not want to include both emails. I think the fb.com emails will stay around for quite a while, but yeah.
> 
> gitdm tool is only use to display statistics from your past
> contributions. If you want the get_maintainers.pl script to
> use your updated email address, you probably want to send a
> patch to update the .mailmap file.

Ok: at this point, I just use peter@pjd.dev <mailto:peter@pjd.dev> because the email filters at Facebook are so onerous and drop things mysteriously all the time, so I’ll probably just keep using that I guess. But maybe I’ll try submitting a single patch as pdel@meta.com <mailto:pdel@meta.com> sometime.

Thanks!
Peter

> 
>>> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
>>> Cc: Iris Chen <irischenlj@fb.com>
>>> Cc: Peter Delevoryas <pdel@fb.com>
>>> Cc: Peter Delevoryas <peter@pjd.dev>
>>> Cc: Daniel Müller <muellerd@fb.com>
>>> ---
>>> contrib/gitdm/domain-map         | 1 +
>>> contrib/gitdm/group-map-facebook | 5 +++++
>>> gitdm.config                     | 1 +
>>> 3 files changed, 7 insertions(+)
>>> create mode 100644 contrib/gitdm/group-map-facebook


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

* Re: [PATCH 08/11] contrib/gitdm: Add Facebook the domain map
  2022-12-19 15:56       ` Peter Delevoryas
@ 2022-12-19 15:58         ` Peter Delevoryas
  0 siblings, 0 replies; 24+ messages in thread
From: Peter Delevoryas @ 2022-12-19 15:58 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: Peter Delevoryas, Alex Bennée, qemu-devel, Iris Chen,
	Daniel Mueller



> On Dec 19, 2022, at 7:56 AM, Peter Delevoryas <pdel@meta.com> wrote:
> 
> 
> 
>> On Dec 19, 2022, at 7:49 AM, Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
>> 
>> !-------------------------------------------------------------------|
>> This Message Is From an External Sender
>> 
>> |-------------------------------------------------------------------!
>> 
>> On 19/12/22 16:22, Peter Delevoryas wrote:
>>>> On Dec 19, 2022, at 4:19 AM, Alex Bennée <alex.bennee@linaro.org> wrote:
>>>> 
>>>> !-------------------------------------------------------------------|
>>>> This Message Is From an External Sender
>>>> 
>>>> |-------------------------------------------------------------------!
>>>> 
>>>> A number of Facebook developers contribute to the project. Peter can
>>>> you confirm your want pjd.dev contributions counted here or as
>>>> an individual contributor?
>>> Oh, hey: yes I can confirm that, I want pjd.dev contributions counted here as fb stuff.
>>> By the way: recently, every Facebook developers email has migrated to “username@meta.com”. So now all my fb.com email goes to my meta.com inbox. We may or may not want to include both emails. I think the fb.com emails will stay around for quite a while, but yeah.
>> 
>> gitdm tool is only use to display statistics from your past
>> contributions. If you want the get_maintainers.pl script to
>> use your updated email address, you probably want to send a
>> patch to update the .mailmap file.
> 
> Ok: at this point, I just use peter@pjd.dev <mailto:peter@pjd.dev> because the email filters at Facebook are so onerous and drop things mysteriously all the time, so I’ll probably just keep using that I guess. But maybe I’ll try submitting a single patch as pdel@meta.com <mailto:pdel@meta.com> sometime.

Oh, almost forgot:

Reviewed-by: Peter Delevoryas <peter@pjd.dev <mailto:peter@pjd.dev>>

> 
> Thanks!
> Peter
> 
>> 
>>>> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
>>>> Cc: Iris Chen <irischenlj@fb.com>
>>>> Cc: Peter Delevoryas <pdel@fb.com>
>>>> Cc: Peter Delevoryas <peter@pjd.dev>
>>>> Cc: Daniel Müller <muellerd@fb.com>
>>>> ---
>>>> contrib/gitdm/domain-map         | 1 +
>>>> contrib/gitdm/group-map-facebook | 5 +++++
>>>> gitdm.config                     | 1 +
>>>> 3 files changed, 7 insertions(+)
>>>> create mode 100644 contrib/gitdm/group-map-facebook



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

* Re: [PATCH 03/11] contrib/gitdm: Add VRULL to the domain map
  2022-12-19 12:19 ` [PATCH 03/11] contrib/gitdm: Add VRULL " Alex Bennée
@ 2022-12-19 16:19   ` Philipp Tomsich
  0 siblings, 0 replies; 24+ messages in thread
From: Philipp Tomsich @ 2022-12-19 16:19 UTC (permalink / raw)
  To: Alex Bennée; +Cc: qemu-devel

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

On Mon 19. Dec 2022 at 04:19, Alex Bennée <alex.bennee@linaro.org> wrote:

> Philipp I assume I'm correct that the QEMU work should be shown as a
> corporate contribution?


Indeed.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Cc: Philipp Tomsich <philipp.tomsich@vrull.eu>


Reviewed-by: Philipp Tomsich <philipp.tomsich@vrull.eu>


> ---
>  contrib/gitdm/domain-map | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map
> index da51c44ccb..7ff511d5c6 100644
> --- a/contrib/gitdm/domain-map
> +++ b/contrib/gitdm/domain-map
> @@ -40,6 +40,7 @@ sifive.com      SiFive
>  suse.com        SUSE
>  suse.de         SUSE
>  virtuozzo.com   Virtuozzo
> +vrull.eu        VRULL
>  wdc.com         Western Digital
>  windriver.com   Wind River
>  xilinx.com      Xilinx
> --
> 2.34.1
>

[-- Attachment #2: Type: text/html, Size: 2312 bytes --]

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

* Re: [PATCH 01/11] contrib/gitdm: add C-Sky to the domain map
  2022-12-19 12:19 ` [PATCH 01/11] contrib/gitdm: add C-Sky to the domain map Alex Bennée
@ 2022-12-20  1:11   ` LIU Zhiwei
  2022-12-20  7:21     ` Guo Ren
  2022-12-20  8:23     ` Alex Bennée
  0 siblings, 2 replies; 24+ messages in thread
From: LIU Zhiwei @ 2022-12-20  1:11 UTC (permalink / raw)
  To: Alex Bennée, qemu-devel; +Cc: Guo Ren, Liu Zhiwei, guo_ren

The c-sky domain mail is no longer being used for Guo Ren and me.

C-SKY company and C-SKY arch is still existing, but its website domain 
has been moved to https://www.t-head.cn/.

Otherwise,

Reviewed-by: LIU Zhiwei <zhiwei_liu@linux.alibaba.com>


Thanks,
Zhiwei

On 2022/12/19 20:19, Alex Bennée wrote:
> Although the majority of the recent work has been done by LIU Zhiwei
> it does appear to be a corporate effort.
>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Cc: Guo Ren <ren_guo@c-sky.com>
> Cc: Liu Zhiwei <zhiwei_liu@c-sky.com>
> ---
>   contrib/gitdm/domain-map | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map
> index 3727918641..6f3a24b399 100644
> --- a/contrib/gitdm/domain-map
> +++ b/contrib/gitdm/domain-map
> @@ -7,6 +7,7 @@
>   amd.com         AMD
>   baidu.com       Baidu
>   bytedance.com   ByteDance
> +c-sky.com       C-Sky
>   cmss.chinamobile.com China Mobile
>   citrix.com      Citrix
>   crudebyte.com   Crudebyte


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

* Re: [PATCH 01/11] contrib/gitdm: add C-Sky to the domain map
  2022-12-20  1:11   ` LIU Zhiwei
@ 2022-12-20  7:21     ` Guo Ren
  2022-12-20  8:23     ` Alex Bennée
  1 sibling, 0 replies; 24+ messages in thread
From: Guo Ren @ 2022-12-20  7:21 UTC (permalink / raw)
  To: LIU Zhiwei; +Cc: Alex Bennée, qemu-devel, Guo Ren, Liu Zhiwei, guo_ren

On Tue, Dec 20, 2022 at 9:13 AM LIU Zhiwei <zhiwei_liu@linux.alibaba.com> wrote:
>
> The c-sky domain mail is no longer being used for Guo Ren and me.
>
> C-SKY company and C-SKY arch is still existing, but its website domain
> has been moved to https://www.t-head.cn/.
Acked-by: Guo Ren <guoren@kernel.org>

>
> Otherwise,
>
> Reviewed-by: LIU Zhiwei <zhiwei_liu@linux.alibaba.com>
>
>
> Thanks,
> Zhiwei
>
> On 2022/12/19 20:19, Alex Bennée wrote:
> > Although the majority of the recent work has been done by LIU Zhiwei
> > it does appear to be a corporate effort.
> >
> > Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> > Cc: Guo Ren <ren_guo@c-sky.com>
> > Cc: Liu Zhiwei <zhiwei_liu@c-sky.com>
> > ---
> >   contrib/gitdm/domain-map | 1 +
> >   1 file changed, 1 insertion(+)
> >
> > diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map
> > index 3727918641..6f3a24b399 100644
> > --- a/contrib/gitdm/domain-map
> > +++ b/contrib/gitdm/domain-map
> > @@ -7,6 +7,7 @@
> >   amd.com         AMD
> >   baidu.com       Baidu
> >   bytedance.com   ByteDance
> > +c-sky.com       C-Sky
> >   cmss.chinamobile.com China Mobile
> >   citrix.com      Citrix
> >   crudebyte.com   Crudebyte
>


-- 
Best Regards
 Guo Ren


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

* Re: [PATCH 01/11] contrib/gitdm: add C-Sky to the domain map
  2022-12-20  1:11   ` LIU Zhiwei
  2022-12-20  7:21     ` Guo Ren
@ 2022-12-20  8:23     ` Alex Bennée
  2022-12-20  9:35       ` LIU Zhiwei
  1 sibling, 1 reply; 24+ messages in thread
From: Alex Bennée @ 2022-12-20  8:23 UTC (permalink / raw)
  To: LIU Zhiwei; +Cc: qemu-devel, Guo Ren, Liu Zhiwei, guo_ren


LIU Zhiwei <zhiwei_liu@linux.alibaba.com> writes:

> The c-sky domain mail is no longer being used for Guo Ren and me.
>
> C-SKY company and C-SKY arch is still existing, but its website domain
> has been moved to https://www.t-head.cn/.

Is this the new corporate entity for the C-SKY architecture? I can
change the domain-map for that and add the old c-sky.com emails to a
group map.

>
> Otherwise,
>
> Reviewed-by: LIU Zhiwei <zhiwei_liu@linux.alibaba.com>

Or map your old c-sky.com email addresses to your current address via
the .mailmap.

>
>
> Thanks,
> Zhiwei
>
> On 2022/12/19 20:19, Alex Bennée wrote:
>> Although the majority of the recent work has been done by LIU Zhiwei
>> it does appear to be a corporate effort.
>>
>> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
>> Cc: Guo Ren <ren_guo@c-sky.com>
>> Cc: Liu Zhiwei <zhiwei_liu@c-sky.com>
>> ---
>>   contrib/gitdm/domain-map | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map
>> index 3727918641..6f3a24b399 100644
>> --- a/contrib/gitdm/domain-map
>> +++ b/contrib/gitdm/domain-map
>> @@ -7,6 +7,7 @@
>>   amd.com         AMD
>>   baidu.com       Baidu
>>   bytedance.com   ByteDance
>> +c-sky.com       C-Sky
>>   cmss.chinamobile.com China Mobile
>>   citrix.com      Citrix
>>   crudebyte.com   Crudebyte


-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro


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

* Re: [PATCH 01/11] contrib/gitdm: add C-Sky to the domain map
  2022-12-20  8:23     ` Alex Bennée
@ 2022-12-20  9:35       ` LIU Zhiwei
  0 siblings, 0 replies; 24+ messages in thread
From: LIU Zhiwei @ 2022-12-20  9:35 UTC (permalink / raw)
  To: Alex Bennée; +Cc: qemu-devel, Guo Ren, Liu Zhiwei, guo_ren

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


On 2022/12/20 16:23, Alex Bennée wrote:
> LIU Zhiwei<zhiwei_liu@linux.alibaba.com>  writes:
>
>> The c-sky domain mail is no longer being used for Guo Ren and me.
>>
>> C-SKY company and C-SKY arch is still existing, but its website domain
>> has been moved tohttps://www.t-head.cn/.
> Is this the new corporate entity for the C-SKY architecture?
Yes, it is the website of new entity. And the new entity is T-Head 
Semiconductor.
> I can
> change the domain-map for that and add the old c-sky.com emails to a
> group map.

If possible, I think

/linux.alibaba.com  Alibaba/

is appreciated.

>
>> Otherwise,
>>
>> Reviewed-by: LIU Zhiwei<zhiwei_liu@linux.alibaba.com>
> Or map your old c-sky.com email addresses to your current address via
> the .mailmap.

If it doesn't conflict  with the domain-map, nor bother too much for 
you, please go ahead with this.

Thanks,
Zhiwei

>
>>
>> Thanks,
>> Zhiwei
>>
>> On 2022/12/19 20:19, Alex Bennée wrote:
>>> Although the majority of the recent work has been done by LIU Zhiwei
>>> it does appear to be a corporate effort.
>>>
>>> Signed-off-by: Alex Bennée<alex.bennee@linaro.org>
>>> Cc: Guo Ren<ren_guo@c-sky.com>
>>> Cc: Liu Zhiwei<zhiwei_liu@c-sky.com>
>>> ---
>>>    contrib/gitdm/domain-map | 1 +
>>>    1 file changed, 1 insertion(+)
>>>
>>> diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map
>>> index 3727918641..6f3a24b399 100644
>>> --- a/contrib/gitdm/domain-map
>>> +++ b/contrib/gitdm/domain-map
>>> @@ -7,6 +7,7 @@
>>>    amd.com         AMD
>>>    baidu.com       Baidu
>>>    bytedance.com   ByteDance
>>> +c-sky.com       C-Sky
>>>    cmss.chinamobile.com China Mobile
>>>    citrix.com      Citrix
>>>    crudebyte.com   Crudebyte
>

[-- Attachment #2: Type: text/html, Size: 3468 bytes --]

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

* Re: [PATCH 06/11] contrib/gitdm: add Tsukasa as an individual contributor
  2022-12-19 12:19 ` [PATCH 06/11] contrib/gitdm: add Tsukasa as an individual contributor Alex Bennée
@ 2022-12-29  4:08   ` Tsukasa OI
  0 siblings, 0 replies; 24+ messages in thread
From: Tsukasa OI @ 2022-12-29  4:08 UTC (permalink / raw)
  To: Alex Bennée; +Cc: qemu-devel@nongnu.org Developers

Alex,

Sorry for being late.
Yes, I'm an individual contributor (I'm working at TRASIO, a Japanese
government-funded research project using RISC-V [and the corporation
built for it] but all my QEMU contributions are not a part of TRASIO's
work).

Thanks,
Tsukasa

On 2022/12/19 21:19, Alex Bennée wrote:
> I wasn't sure if you want to be added as an individual contributor or
> an academic so please confirm.
> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Cc: Tsukasa OI <research_trasio@irq.a4lg.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 53883cc526..e2263a5ee3 100644
> --- a/contrib/gitdm/group-map-individuals
> +++ b/contrib/gitdm/group-map-individuals
> @@ -37,3 +37,4 @@ akihiko.odaki@gmail.com
>  paul@nowt.org
>  git@xen0n.name
>  simon@simonsafar.com
> +research_trasio@irq.a4lg.com


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

end of thread, other threads:[~2022-12-29  4:09 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-19 12:19 [PATCH 00/11] gitdm metadata updates Alex Bennée
2022-12-19 12:19 ` [PATCH 01/11] contrib/gitdm: add C-Sky to the domain map Alex Bennée
2022-12-20  1:11   ` LIU Zhiwei
2022-12-20  7:21     ` Guo Ren
2022-12-20  8:23     ` Alex Bennée
2022-12-20  9:35       ` LIU Zhiwei
2022-12-19 12:19 ` [PATCH 02/11] contrib/gitdm: Add Rivos Inc " Alex Bennée
2022-12-19 12:19 ` [PATCH 03/11] contrib/gitdm: Add VRULL " Alex Bennée
2022-12-19 16:19   ` Philipp Tomsich
2022-12-19 12:19 ` [PATCH 04/11] contrib/gitdm: add a group map for SiFive Alex Bennée
2022-12-19 12:19 ` [PATCH 05/11] contrib/gitdm: Add Ventana Micro Systems to the domain map Alex Bennée
2022-12-19 15:51   ` Philippe Mathieu-Daudé
2022-12-19 12:19 ` [PATCH 06/11] contrib/gitdm: add Tsukasa as an individual contributor Alex Bennée
2022-12-29  4:08   ` Tsukasa OI
2022-12-19 12:19 ` [PATCH 07/11] contrib/gitdm: Add ASPEED Technology to the domain map Alex Bennée
2022-12-19 12:19 ` [PATCH 08/11] contrib/gitdm: Add Facebook " Alex Bennée
2022-12-19 15:22   ` Peter Delevoryas
2022-12-19 15:49     ` Philippe Mathieu-Daudé
2022-12-19 15:56       ` Peter Delevoryas
2022-12-19 15:58         ` Peter Delevoryas
2022-12-19 12:19 ` [PATCH 09/11] contrib/gitdm: add a group map for Google Alex Bennée
2022-12-19 12:19 ` [PATCH 10/11] contrib/gitdm: add Idan to IBM's group map Alex Bennée
2022-12-19 14:52   ` Idan Horowitz
2022-12-19 12:19 ` [PATCH 11/11] contrib/gitdm: Add SYRMIA to the domain map Alex Bennée

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.