* [Qemu-devel] [PULL 0/5] gitdm updates with final 2018 stats
@ 2019-01-14 16:09 Alex Bennée
2019-01-14 16:09 ` [Qemu-devel] [PULL 1/5] contrib/gitdm: add Nokia and Proxmox to the domain-map Alex Bennée
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: Alex Bennée @ 2019-01-14 16:09 UTC (permalink / raw)
To: peter.maydell; +Cc: qemu-devel, Alex Bennée
The following changes since commit 7260438b7056469610ee166f7abe9ff8a26b8b16:
Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-3.2-part2' into staging (2019-01-14 11:41:43 +0000)
are available in the Git repository at:
https://github.com/stsquad/qemu.git tags/pull-misc-gitdm-next-140119-1
for you to fetch changes up to 92329a7e70bc9755fd7114b8f91f95ed0b97648f:
MAINTAINERS: add myself as a route for gitdm updates (2019-01-14 16:06:57 +0000)
----------------------------------------------------------------
gitdm updates with 2018 year end stats:
git log --numstat --after="1/1/2018 00:00" --before="31/12/2018 23:59" | ~/src/gitdm.git/gitdm -n -l 10
Top changeset contributors by employer
Red Hat 3091 (43.3%)
Linaro 1201 (16.8%)
(None) 484 (6.8%)
IBM 426 (6.0%)
Academics (various) 186 (2.6%)
Virtuozzo 172 (2.4%)
Wave Computing 118 (1.7%)
Igalia 109 (1.5%)
Xilinx 102 (1.4%)
Cadence Design Systems 80 (1.1%)
Top lines changed by employer
Red Hat 140523 (30.3%)
Cadence Design Systems 81010 (17.5%)
Linaro 78098 (16.8%)
Wave Computing 33134 (7.1%)
IBM 18918 (4.1%)
SiFive 14436 (3.1%)
Academics (various) 11995 (2.6%)
(None) 11458 (2.5%)
Virtuozzo 10770 (2.3%)
Oracle 6698 (1.4%)
----------------------------------------------------------------
Alex Bennée (4):
contrib/gitdm: add Nokia and Proxmox to the domain-map
contrib/gitdm: add two more IBM'ers to group-map-ibm
contrib/gitdm: add another name to WaveComp map
MAINTAINERS: add myself as a route for gitdm updates
Joel Stanley (1):
contrib/gitdm: Add other IBMers
MAINTAINERS | 6 ++++++
contrib/gitdm/domain-map | 2 ++
contrib/gitdm/group-map-ibm | 7 +++++++
contrib/gitdm/group-map-wavecomp | 1 +
4 files changed, 16 insertions(+)
--
2.17.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Qemu-devel] [PULL 1/5] contrib/gitdm: add Nokia and Proxmox to the domain-map
2019-01-14 16:09 [Qemu-devel] [PULL 0/5] gitdm updates with final 2018 stats Alex Bennée
@ 2019-01-14 16:09 ` Alex Bennée
2019-01-14 16:09 ` [Qemu-devel] [PULL 2/5] contrib/gitdm: Add other IBMers Alex Bennée
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Alex Bennée @ 2019-01-14 16:09 UTC (permalink / raw)
To: peter.maydell; +Cc: qemu-devel, Alex Bennée
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map
index 8cbbcfe93d..0ab41ee27a 100644
--- a/contrib/gitdm/domain-map
+++ b/contrib/gitdm/domain-map
@@ -9,7 +9,9 @@ greensocs.com GreenSocs
ibm.com IBM
igalia.com Igalia
linaro.org Linaro
+nokia.com Nokia
oracle.com Oracle
+proxmox.com Proxmox
redhat.com Red Hat
siemens.com Siemens
sifive.com SiFive
--
2.17.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Qemu-devel] [PULL 2/5] contrib/gitdm: Add other IBMers
2019-01-14 16:09 [Qemu-devel] [PULL 0/5] gitdm updates with final 2018 stats Alex Bennée
2019-01-14 16:09 ` [Qemu-devel] [PULL 1/5] contrib/gitdm: add Nokia and Proxmox to the domain-map Alex Bennée
@ 2019-01-14 16:09 ` Alex Bennée
2019-01-14 16:09 ` [Qemu-devel] [PULL 3/5] contrib/gitdm: add two more IBM'ers to group-map-ibm Alex Bennée
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Alex Bennée @ 2019-01-14 16:09 UTC (permalink / raw)
To: peter.maydell; +Cc: qemu-devel, Joel Stanley, Alex Bennée
From: Joel Stanley <joel@jms.id.au>
Here are some IBMers who use their personal addresses when submitting
patches.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Acked-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
diff --git a/contrib/gitdm/group-map-ibm b/contrib/gitdm/group-map-ibm
index b66db5f4a8..6c0570107d 100644
--- a/contrib/gitdm/group-map-ibm
+++ b/contrib/gitdm/group-map-ibm
@@ -2,5 +2,10 @@
# Some IBM contributors submit via another domain
#
+aik@ozlabs.ru
+andrew@aj.id.au
+benh@kernel.crashing.org
clg@kaod.org
groug@kaod.org
+joel@jms.id.au
+sjitindarsingh@gmail.com
--
2.17.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Qemu-devel] [PULL 3/5] contrib/gitdm: add two more IBM'ers to group-map-ibm
2019-01-14 16:09 [Qemu-devel] [PULL 0/5] gitdm updates with final 2018 stats Alex Bennée
2019-01-14 16:09 ` [Qemu-devel] [PULL 1/5] contrib/gitdm: add Nokia and Proxmox to the domain-map Alex Bennée
2019-01-14 16:09 ` [Qemu-devel] [PULL 2/5] contrib/gitdm: Add other IBMers Alex Bennée
@ 2019-01-14 16:09 ` Alex Bennée
2019-01-14 16:09 ` [Qemu-devel] [PULL 4/5] contrib/gitdm: add another name to WaveComp map Alex Bennée
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: Alex Bennée @ 2019-01-14 16:09 UTC (permalink / raw)
To: peter.maydell; +Cc: qemu-devel, Alex Bennée
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
diff --git a/contrib/gitdm/group-map-ibm b/contrib/gitdm/group-map-ibm
index 6c0570107d..22727319b3 100644
--- a/contrib/gitdm/group-map-ibm
+++ b/contrib/gitdm/group-map-ibm
@@ -6,6 +6,8 @@ aik@ozlabs.ru
andrew@aj.id.au
benh@kernel.crashing.org
clg@kaod.org
+danielhb413@gmail.com
groug@kaod.org
+jcfaracco@gmail.com
joel@jms.id.au
sjitindarsingh@gmail.com
--
2.17.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Qemu-devel] [PULL 4/5] contrib/gitdm: add another name to WaveComp map
2019-01-14 16:09 [Qemu-devel] [PULL 0/5] gitdm updates with final 2018 stats Alex Bennée
` (2 preceding siblings ...)
2019-01-14 16:09 ` [Qemu-devel] [PULL 3/5] contrib/gitdm: add two more IBM'ers to group-map-ibm Alex Bennée
@ 2019-01-14 16:09 ` Alex Bennée
2019-01-14 16:09 ` [Qemu-devel] [PULL 5/5] MAINTAINERS: add myself as a route for gitdm updates Alex Bennée
2019-01-15 14:18 ` [Qemu-devel] [PULL 0/5] gitdm updates with final 2018 stats Peter Maydell
5 siblings, 0 replies; 7+ messages in thread
From: Alex Bennée @ 2019-01-14 16:09 UTC (permalink / raw)
To: peter.maydell; +Cc: qemu-devel, Alex Bennée
Requested by Aleksandar.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
diff --git a/contrib/gitdm/group-map-wavecomp b/contrib/gitdm/group-map-wavecomp
index c571a52c65..2801a966b6 100644
--- a/contrib/gitdm/group-map-wavecomp
+++ b/contrib/gitdm/group-map-wavecomp
@@ -9,6 +9,7 @@ amarkovic@wavecomp.com
arikalo@wavecomp.com
dnikolic@wavecomp.com
james.hogan@mips.com
+leon.alrae@imgtec.com
matthew.fortune@mips.com
paul.burton@imgtec.com
pburton@wavecomp.com
--
2.17.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Qemu-devel] [PULL 5/5] MAINTAINERS: add myself as a route for gitdm updates
2019-01-14 16:09 [Qemu-devel] [PULL 0/5] gitdm updates with final 2018 stats Alex Bennée
` (3 preceding siblings ...)
2019-01-14 16:09 ` [Qemu-devel] [PULL 4/5] contrib/gitdm: add another name to WaveComp map Alex Bennée
@ 2019-01-14 16:09 ` Alex Bennée
2019-01-15 14:18 ` [Qemu-devel] [PULL 0/5] gitdm updates with final 2018 stats Peter Maydell
5 siblings, 0 replies; 7+ messages in thread
From: Alex Bennée @ 2019-01-14 16:09 UTC (permalink / raw)
To: peter.maydell; +Cc: qemu-devel, Alex Bennée
Seeing as I'll get pegged by get_maintainers.pl anyway I might as well
make the support status of the data mining config official.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
diff --git a/MAINTAINERS b/MAINTAINERS
index 87f90721b9..f3002e1872 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2494,6 +2494,12 @@ M: Daniel P. Berrange <berrange@redhat.com>
S: Odd Fixes
F: docs/devel/build-system.txt
+GIT Data Mining Config
+M: Alex Bennée <alex.bennee@linaro.org>
+S: Odd Fixes
+F: gitdm.config
+F: contrib/gitdm/*
+
Incompatible changes
R: libvir-list@redhat.com
F: qemu-deprecated.texi
--
2.17.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PULL 0/5] gitdm updates with final 2018 stats
2019-01-14 16:09 [Qemu-devel] [PULL 0/5] gitdm updates with final 2018 stats Alex Bennée
` (4 preceding siblings ...)
2019-01-14 16:09 ` [Qemu-devel] [PULL 5/5] MAINTAINERS: add myself as a route for gitdm updates Alex Bennée
@ 2019-01-15 14:18 ` Peter Maydell
5 siblings, 0 replies; 7+ messages in thread
From: Peter Maydell @ 2019-01-15 14:18 UTC (permalink / raw)
To: Alex Bennée; +Cc: QEMU Developers
On Mon, 14 Jan 2019 at 16:09, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> The following changes since commit 7260438b7056469610ee166f7abe9ff8a26b8b16:
>
> Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-3.2-part2' into staging (2019-01-14 11:41:43 +0000)
>
> are available in the Git repository at:
>
> https://github.com/stsquad/qemu.git tags/pull-misc-gitdm-next-140119-1
>
> for you to fetch changes up to 92329a7e70bc9755fd7114b8f91f95ed0b97648f:
>
> MAINTAINERS: add myself as a route for gitdm updates (2019-01-14 16:06:57 +0000)
>
> ----------------------------------------------------------------
> gitdm updates with 2018 year end stats:
>
> git log --numstat --after="1/1/2018 00:00" --before="31/12/2018 23:59" | ~/src/gitdm.git/gitdm -n -l 10
>
> Top changeset contributors by employer
> Red Hat 3091 (43.3%)
> Linaro 1201 (16.8%)
> (None) 484 (6.8%)
> IBM 426 (6.0%)
> Academics (various) 186 (2.6%)
> Virtuozzo 172 (2.4%)
> Wave Computing 118 (1.7%)
> Igalia 109 (1.5%)
> Xilinx 102 (1.4%)
> Cadence Design Systems 80 (1.1%)
>
> Top lines changed by employer
> Red Hat 140523 (30.3%)
> Cadence Design Systems 81010 (17.5%)
> Linaro 78098 (16.8%)
> Wave Computing 33134 (7.1%)
> IBM 18918 (4.1%)
> SiFive 14436 (3.1%)
> Academics (various) 11995 (2.6%)
> (None) 11458 (2.5%)
> Virtuozzo 10770 (2.3%)
> Oracle 6698 (1.4%)
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.
-- PMM
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2019-01-15 14:19 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-14 16:09 [Qemu-devel] [PULL 0/5] gitdm updates with final 2018 stats Alex Bennée
2019-01-14 16:09 ` [Qemu-devel] [PULL 1/5] contrib/gitdm: add Nokia and Proxmox to the domain-map Alex Bennée
2019-01-14 16:09 ` [Qemu-devel] [PULL 2/5] contrib/gitdm: Add other IBMers Alex Bennée
2019-01-14 16:09 ` [Qemu-devel] [PULL 3/5] contrib/gitdm: add two more IBM'ers to group-map-ibm Alex Bennée
2019-01-14 16:09 ` [Qemu-devel] [PULL 4/5] contrib/gitdm: add another name to WaveComp map Alex Bennée
2019-01-14 16:09 ` [Qemu-devel] [PULL 5/5] MAINTAINERS: add myself as a route for gitdm updates Alex Bennée
2019-01-15 14:18 ` [Qemu-devel] [PULL 0/5] gitdm updates with final 2018 stats Peter Maydell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).