All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH  v2 0/5] gitdm/next updates
@ 2019-03-01 10:03 Alex Bennée
  2019-03-01 10:03 ` [Qemu-devel] [PATCH v2 1/5] contrib: gitdm: Update domain-map Alex Bennée
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Alex Bennée @ 2019-03-01 10:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée

Hi,

I misidentified a bunch of individual contributors as academics in the
last series so I've fixed that now. I've also added Janus Technologies
for Marcus. If everyone is happy with these changes I'll send in the
PR.

The following patches need review
 patch 0003/contrib gitdm add more individual contributors.patch
 patch 0005/contrib gitdm add a mapping for Janus Technologie.patch


Aleksandar Markovic (2):
  contrib: gitdm: Update domain-map
  contrib: gitdm: Update Wave Computing group

Alex Bennée (3):
  contrib: gitdm: add more individual contributors
  contrib: gitdm: another IBM email
  contrib: gitdm: add a mapping for Janus Technologies

 contrib/gitdm/domain-map            |  5 +++++
 contrib/gitdm/group-map-ibm         |  1 +
 contrib/gitdm/group-map-individuals |  5 +++++
 contrib/gitdm/group-map-janustech   |  5 +++++
 contrib/gitdm/group-map-wavecomp    | 12 ++++++++++++
 gitdm.config                        |  1 +
 6 files changed, 29 insertions(+)
 create mode 100644 contrib/gitdm/group-map-janustech

-- 
2.20.1

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

* [Qemu-devel] [PATCH  v2 1/5] contrib: gitdm: Update domain-map
  2019-03-01 10:03 [Qemu-devel] [PATCH v2 0/5] gitdm/next updates Alex Bennée
@ 2019-03-01 10:03 ` Alex Bennée
  2019-03-01 10:03 ` [Qemu-devel] [PATCH v2 2/5] contrib: gitdm: Update Wave Computing group Alex Bennée
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: Alex Bennée @ 2019-03-01 10:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: Aleksandar Markovic, Alex Bennée

From: Aleksandar Markovic <amarkovic@wavecomp.com>

Add Citrix, Huawei, Intel, and Microsoft to domain-map.

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
[AJB: sorted, added Fujitsu]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 contrib/gitdm/domain-map | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map
index 0ab41ee27a..fa9d454473 100644
--- a/contrib/gitdm/domain-map
+++ b/contrib/gitdm/domain-map
@@ -5,10 +5,15 @@
 #
 
 amd.com         AMD
+citrix.com      Citrix
 greensocs.com   GreenSocs
+fujitsu.com     Fujitsu
+huawei.com      Huawei
 ibm.com         IBM
 igalia.com      Igalia
+intel.com       Intel
 linaro.org      Linaro
+microsoft.com   Microsoft
 nokia.com       Nokia
 oracle.com      Oracle
 proxmox.com     Proxmox
-- 
2.20.1

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

* [Qemu-devel] [PATCH v2 2/5] contrib: gitdm: Update Wave Computing group
  2019-03-01 10:03 [Qemu-devel] [PATCH v2 0/5] gitdm/next updates Alex Bennée
  2019-03-01 10:03 ` [Qemu-devel] [PATCH v2 1/5] contrib: gitdm: Update domain-map Alex Bennée
@ 2019-03-01 10:03 ` Alex Bennée
  2019-03-01 10:03 ` [Qemu-devel] [PATCH v2 3/5] contrib: gitdm: add more individual contributors Alex Bennée
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: Alex Bennée @ 2019-03-01 10:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: Aleksandar Markovic, Alex Bennée

From: Aleksandar Markovic <amarkovic@wavecomp.com>

Add all missing MIPS/Imgtec/Wave contributors (from the inception of
QEMU).

Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 contrib/gitdm/group-map-wavecomp | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/contrib/gitdm/group-map-wavecomp b/contrib/gitdm/group-map-wavecomp
index 2801a966b6..c5c57f0eaf 100644
--- a/contrib/gitdm/group-map-wavecomp
+++ b/contrib/gitdm/group-map-wavecomp
@@ -5,13 +5,25 @@
 
 aleksandar.markovic@imgtec.com
 aleksandar.markovic@mips.com
+alex.smith@imgtec.com
+andrew.bennett@imgtec.com
 amarkovic@wavecomp.com
 arikalo@wavecomp.com
+chris@mips.com
 dnikolic@wavecomp.com
+ericj@mips.com
+goran.ferenc@imgtec.com
+james.cowgill@mips.com
+james.hogan@imgtec.com
 james.hogan@mips.com
 leon.alrae@imgtec.com
+matt.redfearn@imgtec.com
 matthew.fortune@mips.com
+miodrag.dinic@imgtec.com
+paul@archlinuxmips.org
 paul.burton@imgtec.com
+petar.jovanovic@imgtec.com
+petarj@mips.com
 pburton@wavecomp.com
 smarkovic@wavecomp.com
 yongbok.kim@imgtec.com
-- 
2.20.1

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

* [Qemu-devel] [PATCH v2 3/5] contrib: gitdm: add more individual contributors
  2019-03-01 10:03 [Qemu-devel] [PATCH v2 0/5] gitdm/next updates Alex Bennée
  2019-03-01 10:03 ` [Qemu-devel] [PATCH v2 1/5] contrib: gitdm: Update domain-map Alex Bennée
  2019-03-01 10:03 ` [Qemu-devel] [PATCH v2 2/5] contrib: gitdm: Update Wave Computing group Alex Bennée
@ 2019-03-01 10:03 ` Alex Bennée
  2019-03-01 13:49   ` Samuel Thibault
  2019-03-01 20:18   ` Richard Henderson
  2019-03-01 10:03 ` [Qemu-devel] [PATCH v2 4/5] contrib: gitdm: another IBM email Alex Bennée
  2019-03-01 10:03 ` [Qemu-devel] [PATCH v2 5/5] contrib: gitdm: add a mapping for Janus Technologies Alex Bennée
  4 siblings, 2 replies; 9+ messages in thread
From: Alex Bennée @ 2019-03-01 10:03 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alex Bennée, Richard Henderson, Fredrik Noring,
	Samuel Thibault, Aurelien Jarno, BALATON Zoltan

I know Richard's is right because I asked him in the pub. I'm guessing
Fredrik's based on the fact I vaguely remember an Atari demo. The
others I attributed to academic institutions last time I posted so
have moved them to individuals as requested.

Cc: Richard Henderson <rth@twiddle.net>
Cc: Fredrik Noring <noring@nocrew.org>
Cc: Samuel Thibault <samuel.thibault@ens-lyon.org>
Cc: Aurelien Jarno <aurelien@aurel32.net>
Cc: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 contrib/gitdm/group-map-individuals | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/contrib/gitdm/group-map-individuals b/contrib/gitdm/group-map-individuals
index afdbe7d460..05e355d30e 100644
--- a/contrib/gitdm/group-map-individuals
+++ b/contrib/gitdm/group-map-individuals
@@ -8,3 +8,8 @@
 f4bug@amsat.org
 mjt@tls.msk.ru
 mark.cave-ayland@ilande.co.uk
+rth@twiddle.net
+noring@nocrew.org
+samuel.thibault@ens-lyon.org
+aurelien@aurel32.net
+balaton@eik.bme.hu
-- 
2.20.1

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

* [Qemu-devel] [PATCH  v2 4/5] contrib: gitdm: another IBM email
  2019-03-01 10:03 [Qemu-devel] [PATCH v2 0/5] gitdm/next updates Alex Bennée
                   ` (2 preceding siblings ...)
  2019-03-01 10:03 ` [Qemu-devel] [PATCH v2 3/5] contrib: gitdm: add more individual contributors Alex Bennée
@ 2019-03-01 10:03 ` Alex Bennée
  2019-03-01 10:03 ` [Qemu-devel] [PATCH v2 5/5] contrib: gitdm: add a mapping for Janus Technologies Alex Bennée
  4 siblings, 0 replies; 9+ messages in thread
From: Alex Bennée @ 2019-03-01 10:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée, Tom Musta

Based on Tom's LinkedIn profile his QEMU work was while in IBM's
virtualisation group.

Reviewed-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 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 22727319b3..da62fa3f44 100644
--- a/contrib/gitdm/group-map-ibm
+++ b/contrib/gitdm/group-map-ibm
@@ -11,3 +11,4 @@ groug@kaod.org
 jcfaracco@gmail.com
 joel@jms.id.au
 sjitindarsingh@gmail.com
+tommusta@gmail.com
-- 
2.20.1

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

* [Qemu-devel] [PATCH v2 5/5] contrib: gitdm: add a mapping for Janus Technologies
  2019-03-01 10:03 [Qemu-devel] [PATCH v2 0/5] gitdm/next updates Alex Bennée
                   ` (3 preceding siblings ...)
  2019-03-01 10:03 ` [Qemu-devel] [PATCH v2 4/5] contrib: gitdm: another IBM email Alex Bennée
@ 2019-03-01 10:03 ` Alex Bennée
  2019-03-03  9:15   ` Marcel Apfelbaum
  4 siblings, 1 reply; 9+ messages in thread
From: Alex Bennée @ 2019-03-01 10:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée, Marcel Apfelbaum

Currently this just includes Marcel who is a fairly prolific
contributor.

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

diff --git a/contrib/gitdm/group-map-janustech b/contrib/gitdm/group-map-janustech
new file mode 100644
index 0000000000..4ae7cc24f2
--- /dev/null
+++ b/contrib/gitdm/group-map-janustech
@@ -0,0 +1,5 @@
+#
+# Janus Technologies contributors using non-corporate email
+#
+
+marcel.apfelbaum@gmail.com
diff --git a/gitdm.config b/gitdm.config
index 7472d4b8be..c01c219078 100644
--- a/gitdm.config
+++ b/gitdm.config
@@ -36,6 +36,7 @@ GroupMap contrib/gitdm/group-map-wavecomp Wave Computing
 GroupMap contrib/gitdm/group-map-cadence Cadence Design Systems
 GroupMap contrib/gitdm/group-map-codeweavers CodeWeavers
 GroupMap contrib/gitdm/group-map-ibm IBM
+GroupMap contrib/gitdm/group-map-janustech Janus Technologies
 
 # Also group together our prolific individual contributors
 # and those working under academic auspices
-- 
2.20.1

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

* Re: [Qemu-devel] [PATCH v2 3/5] contrib: gitdm: add more individual contributors
  2019-03-01 10:03 ` [Qemu-devel] [PATCH v2 3/5] contrib: gitdm: add more individual contributors Alex Bennée
@ 2019-03-01 13:49   ` Samuel Thibault
  2019-03-01 20:18   ` Richard Henderson
  1 sibling, 0 replies; 9+ messages in thread
From: Samuel Thibault @ 2019-03-01 13:49 UTC (permalink / raw)
  To: Alex Bennée
  Cc: qemu-devel, Richard Henderson, Fredrik Noring, Aurelien Jarno,
	BALATON Zoltan

Alex Bennée, le ven. 01 mars 2019 10:03:08 +0000, a ecrit:
> I know Richard's is right because I asked him in the pub. I'm guessing
> Fredrik's based on the fact I vaguely remember an Atari demo. The
> others I attributed to academic institutions last time I posted so
> have moved them to individuals as requested.
> 
> Cc: Richard Henderson <rth@twiddle.net>
> Cc: Fredrik Noring <noring@nocrew.org>
> Cc: Samuel Thibault <samuel.thibault@ens-lyon.org>
> Cc: Aurelien Jarno <aurelien@aurel32.net>
> Cc: BALATON Zoltan <balaton@eik.bme.hu>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>

> ---
>  contrib/gitdm/group-map-individuals | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/contrib/gitdm/group-map-individuals b/contrib/gitdm/group-map-individuals
> index afdbe7d460..05e355d30e 100644
> --- a/contrib/gitdm/group-map-individuals
> +++ b/contrib/gitdm/group-map-individuals
> @@ -8,3 +8,8 @@
>  f4bug@amsat.org
>  mjt@tls.msk.ru
>  mark.cave-ayland@ilande.co.uk
> +rth@twiddle.net
> +noring@nocrew.org
> +samuel.thibault@ens-lyon.org
> +aurelien@aurel32.net
> +balaton@eik.bme.hu
> -- 
> 2.20.1
> 

-- 
Samuel
	/* Amuse the user in a SPARC fashion */
	if (err) printk(
KERN_CRIT "      _______________________________ \n"
KERN_CRIT "     < Your System ate a SPARC! Gah! >\n"
KERN_CRIT "      ------------------------------- \n"
KERN_CRIT "             \\   ^__^\n"
KERN_CRIT "              \\  (xx)\\_______\n"
KERN_CRIT "                 (__)\\       )\\/\\\n"
KERN_CRIT "                  U  ||----w |\n"
KERN_CRIT "                     ||     ||\n");
(From linux/arch/parisc/kernel/traps.c:die_if_kernel())

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

* Re: [Qemu-devel] [PATCH v2 3/5] contrib: gitdm: add more individual contributors
  2019-03-01 10:03 ` [Qemu-devel] [PATCH v2 3/5] contrib: gitdm: add more individual contributors Alex Bennée
  2019-03-01 13:49   ` Samuel Thibault
@ 2019-03-01 20:18   ` Richard Henderson
  1 sibling, 0 replies; 9+ messages in thread
From: Richard Henderson @ 2019-03-01 20:18 UTC (permalink / raw)
  To: Alex Bennée, qemu-devel
  Cc: Fredrik Noring, Samuel Thibault, Aurelien Jarno, Richard Henderson

On 3/1/19 2:03 AM, Alex Bennée wrote:
> I know Richard's is right because I asked him in the pub. I'm guessing
> Fredrik's based on the fact I vaguely remember an Atari demo. The
> others I attributed to academic institutions last time I posted so
> have moved them to individuals as requested.
> 
> Cc: Richard Henderson <rth@twiddle.net>
> Cc: Fredrik Noring <noring@nocrew.org>
> Cc: Samuel Thibault <samuel.thibault@ens-lyon.org>
> Cc: Aurelien Jarno <aurelien@aurel32.net>
> Cc: BALATON Zoltan <balaton@eik.bme.hu>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>  contrib/gitdm/group-map-individuals | 5 +++++
>  1 file changed, 5 insertions(+)

Acked-by: Richard Henderson <rth@twiddle.net>


r~

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

* Re: [Qemu-devel] [PATCH v2 5/5] contrib: gitdm: add a mapping for Janus Technologies
  2019-03-01 10:03 ` [Qemu-devel] [PATCH v2 5/5] contrib: gitdm: add a mapping for Janus Technologies Alex Bennée
@ 2019-03-03  9:15   ` Marcel Apfelbaum
  0 siblings, 0 replies; 9+ messages in thread
From: Marcel Apfelbaum @ 2019-03-03  9:15 UTC (permalink / raw)
  To: Alex Bennée, qemu-devel



On 3/1/19 12:03 PM, Alex Bennée wrote:
> Currently this just includes Marcel who is a fairly prolific
> contributor.
>
> Cc: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>   contrib/gitdm/group-map-janustech | 5 +++++
>   gitdm.config                      | 1 +
>   2 files changed, 6 insertions(+)
>   create mode 100644 contrib/gitdm/group-map-janustech
>
> diff --git a/contrib/gitdm/group-map-janustech b/contrib/gitdm/group-map-janustech
> new file mode 100644
> index 0000000000..4ae7cc24f2
> --- /dev/null
> +++ b/contrib/gitdm/group-map-janustech
> @@ -0,0 +1,5 @@
> +#
> +# Janus Technologies contributors using non-corporate email
> +#
> +
> +marcel.apfelbaum@gmail.com
> diff --git a/gitdm.config b/gitdm.config
> index 7472d4b8be..c01c219078 100644
> --- a/gitdm.config
> +++ b/gitdm.config
> @@ -36,6 +36,7 @@ GroupMap contrib/gitdm/group-map-wavecomp Wave Computing
>   GroupMap contrib/gitdm/group-map-cadence Cadence Design Systems
>   GroupMap contrib/gitdm/group-map-codeweavers CodeWeavers
>   GroupMap contrib/gitdm/group-map-ibm IBM
> +GroupMap contrib/gitdm/group-map-janustech Janus Technologies
>   
>   # Also group together our prolific individual contributors
>   # and those working under academic auspices

Acked-by: Marcel Apfelbaum<marcel.apfelbaum@gmail.com>

Thanks,
Marcel

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

end of thread, other threads:[~2019-03-03  9:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-01 10:03 [Qemu-devel] [PATCH v2 0/5] gitdm/next updates Alex Bennée
2019-03-01 10:03 ` [Qemu-devel] [PATCH v2 1/5] contrib: gitdm: Update domain-map Alex Bennée
2019-03-01 10:03 ` [Qemu-devel] [PATCH v2 2/5] contrib: gitdm: Update Wave Computing group Alex Bennée
2019-03-01 10:03 ` [Qemu-devel] [PATCH v2 3/5] contrib: gitdm: add more individual contributors Alex Bennée
2019-03-01 13:49   ` Samuel Thibault
2019-03-01 20:18   ` Richard Henderson
2019-03-01 10:03 ` [Qemu-devel] [PATCH v2 4/5] contrib: gitdm: another IBM email Alex Bennée
2019-03-01 10:03 ` [Qemu-devel] [PATCH v2 5/5] contrib: gitdm: add a mapping for Janus Technologies Alex Bennée
2019-03-03  9:15   ` Marcel Apfelbaum

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.