* [Qemu-devel] [PULL 1/3] MAINTAINERS: Update Yongbok Kim's email address
2017-10-23 14:46 [Qemu-devel] [PULL 0/3] MIPS queue Yongbok Kim
@ 2017-10-23 14:46 ` Yongbok Kim
2017-10-23 14:46 ` [Qemu-devel] [PULL 2/3] MAINTAINERS: Update James Hogan's " Yongbok Kim
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: Yongbok Kim @ 2017-10-23 14:46 UTC (permalink / raw)
To: qemu-devel
Update my email address to mips.com
Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
---
MAINTAINERS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 1217542..245f7d5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -162,7 +162,7 @@ F: disas/microblaze.c
MIPS
M: Aurelien Jarno <aurelien@aurel32.net>
-M: Yongbok Kim <yongbok.kim@imgtec.com>
+M: Yongbok Kim <yongbok.kim@mips.com>
S: Maintained
F: target/mips/
F: hw/mips/
@@ -626,7 +626,7 @@ S: Maintained
F: hw/mips/mips_malta.c
Mipssim
-M: Yongbok Kim <yongbok.kim@imgtec.com>
+M: Yongbok Kim <yongbok.kim@mips.com>
S: Odd Fixes
F: hw/mips/mips_mipssim.c
F: hw/net/mipsnet.c
@@ -637,7 +637,7 @@ S: Maintained
F: hw/mips/mips_r4k.c
Fulong 2E
-M: Yongbok Kim <yongbok.kim@imgtec.com>
+M: Yongbok Kim <yongbok.kim@mips.com>
S: Odd Fixes
F: hw/mips/mips_fulong2e.c
--
1.7.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Qemu-devel] [PULL 2/3] MAINTAINERS: Update James Hogan's email address
2017-10-23 14:46 [Qemu-devel] [PULL 0/3] MIPS queue Yongbok Kim
2017-10-23 14:46 ` [Qemu-devel] [PULL 1/3] MAINTAINERS: Update Yongbok Kim's email address Yongbok Kim
@ 2017-10-23 14:46 ` Yongbok Kim
2017-10-23 14:46 ` [Qemu-devel] [PULL 3/3] MAINTAINERS: Update Paul Burton's " Yongbok Kim
2017-10-30 14:09 ` [Qemu-devel] [PULL 0/3] MIPS queue Yongbok Kim
3 siblings, 0 replies; 7+ messages in thread
From: Yongbok Kim @ 2017-10-23 14:46 UTC (permalink / raw)
To: qemu-devel; +Cc: James Hogan, Michael Tokarev, Laurent Vivier, qemu-trivial
From: James Hogan <james.hogan@imgtec.com>
Update my imgtec.com email address to my kernel.org one in MAINTAINERS
as MIPS will soon no longer be part of Imagination Technologies, and add
a mapping in .mailcap so get_maintainer.pl reports the right address.
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Michael Tokarev <mjt@tls.msk.ru>
Cc: Laurent Vivier <laurent@vivier.eu>
Cc: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
[Yongbok Kim:
Updated message subject]
Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
---
.mailmap | 1 +
MAINTAINERS | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/.mailmap b/.mailmap
index 28defa1..5aec1bd 100644
--- a/.mailmap
+++ b/.mailmap
@@ -8,6 +8,7 @@ Aurelien Jarno <aurelien@aurel32.net> aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-7
Blue Swirl <blauwirbel@gmail.com> blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Edgar E. Iglesias <edgar.iglesias@gmail.com> edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>
Fabrice Bellard <fabrice@bellard.org> bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
+James Hogan <jhogan@kernel.org> <james.hogan@imgtec.com>
Jocelyn Mayer <l_indien@magic.fr> j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Paul Brook <paul@codesourcery.com> pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Thiemo Seufer <ths@networkno.de> ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
diff --git a/MAINTAINERS b/MAINTAINERS
index 245f7d5..1aedc9f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -285,7 +285,7 @@ S: Maintained
F: target/arm/kvm.c
MIPS
-M: James Hogan <james.hogan@imgtec.com>
+M: James Hogan <jhogan@kernel.org>
S: Maintained
F: target/mips/kvm.c
--
1.7.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Qemu-devel] [PULL 3/3] MAINTAINERS: Update Paul Burton's email address
2017-10-23 14:46 [Qemu-devel] [PULL 0/3] MIPS queue Yongbok Kim
2017-10-23 14:46 ` [Qemu-devel] [PULL 1/3] MAINTAINERS: Update Yongbok Kim's email address Yongbok Kim
2017-10-23 14:46 ` [Qemu-devel] [PULL 2/3] MAINTAINERS: Update James Hogan's " Yongbok Kim
@ 2017-10-23 14:46 ` Yongbok Kim
2017-10-30 14:09 ` [Qemu-devel] [PULL 0/3] MIPS queue Yongbok Kim
3 siblings, 0 replies; 7+ messages in thread
From: Yongbok Kim @ 2017-10-23 14:46 UTC (permalink / raw)
To: qemu-devel
Cc: Paul Burton, Laurent Vivier, Michael Tokarev, Yongbok Kim,
qemu-trivial
From: Paul Burton <paul.burton@imgtec.com>
Update my email address from paul.burton@imgtec.com to
paul.burton@mips.com, since MIPS will soon no longer be a part of
Imagination Technologies & as such the @imgtec.com address will soon
cease to function.
A mapping is added in .mailmap such that git reports the new @mips.com
address, and get_maintainer.pl in turn reports it when examining git
history. Whilst here add a mapping for my also-defunct
paul@archlinuxmips.org email address too.
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: Laurent Vivier <laurent@vivier.eu>
Cc: Michael Tokarev <mjt@tls.msk.ru>
Cc: Yongbok Kim <yongbok.kim@imgtec.com>
Cc: Yongbok Kim <yongbok.kim@mips.com>
Cc: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
[Yongbok Kim:
Updated message subject]
Signed-off-by: Yongbok Kim <yongbok.kim@imgtec.com>
---
.mailmap | 2 ++
MAINTAINERS | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/.mailmap b/.mailmap
index 5aec1bd..ee81ac8 100644
--- a/.mailmap
+++ b/.mailmap
@@ -11,6 +11,8 @@ Fabrice Bellard <fabrice@bellard.org> bellard <bellard@c046a42c-6fe2-441c-8c8c-7
James Hogan <jhogan@kernel.org> <james.hogan@imgtec.com>
Jocelyn Mayer <l_indien@magic.fr> j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Paul Brook <paul@codesourcery.com> pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
+Paul Burton <paul.burton@mips.com> <paul.burton@imgtec.com>
+Paul Burton <paul.burton@mips.com> <paul@archlinuxmips.org>
Thiemo Seufer <ths@networkno.de> ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
malc <av1474@comtv.ru> malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>
# There is also a:
diff --git a/MAINTAINERS b/MAINTAINERS
index 1aedc9f..7625256 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -642,7 +642,7 @@ S: Odd Fixes
F: hw/mips/mips_fulong2e.c
Boston
-M: Paul Burton <paul.burton@imgtec.com>
+M: Paul Burton <paul.burton@mips.com>
S: Maintained
F: hw/core/loader-fit.c
F: hw/mips/boston.c
--
1.7.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PULL 0/3] MIPS queue
2017-10-23 14:46 [Qemu-devel] [PULL 0/3] MIPS queue Yongbok Kim
` (2 preceding siblings ...)
2017-10-23 14:46 ` [Qemu-devel] [PULL 3/3] MAINTAINERS: Update Paul Burton's " Yongbok Kim
@ 2017-10-30 14:09 ` Yongbok Kim
2017-10-30 14:20 ` Peter Maydell
3 siblings, 1 reply; 7+ messages in thread
From: Yongbok Kim @ 2017-10-30 14:09 UTC (permalink / raw)
To: Peter Maydell, qemu-devel
On 23/10/2017 15:46, Yongbok Kim wrote:
> The following changes since commit e822e81e350825dd94f41ee2538ff1432b812eb9:
>
> Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2017-10-20 15:04:00 +0100)
>
> are available in the git repository at:
>
> git://github.com/yongbok/upstream-qemu.git target-mips.next
>
> ----------------------------------------------------------------
> MIPS patches 2017-10-23
>
> Changes:
> Update email addresses of Yongbok Kim, James Hogan and Paul Burton.
>
> ----------------------------------------------------------------
>
> James Hogan (1):
> MAINTAINERS: Update James Hogan's email address
>
> Paul Burton (1):
> MAINTAINERS: Update Paul Burton's email address
>
> Yongbok Kim (1):
> MAINTAINERS: Update Yongbok Kim's email address
>
> .mailmap | 3 +++
> MAINTAINERS | 10 +++++-----
> 2 files changed, 8 insertions(+), 5 deletions(-)
>
>
Ping?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PULL 0/3] MIPS queue
2017-10-30 14:09 ` [Qemu-devel] [PULL 0/3] MIPS queue Yongbok Kim
@ 2017-10-30 14:20 ` Peter Maydell
2017-10-30 14:25 ` Yongbok Kim
0 siblings, 1 reply; 7+ messages in thread
From: Peter Maydell @ 2017-10-30 14:20 UTC (permalink / raw)
To: Yongbok Kim; +Cc: QEMU Developers
On 30 October 2017 at 14:09, Yongbok Kim <yongbok.kim@mips.com> wrote:
> On 23/10/2017 15:46, Yongbok Kim wrote:
>>
>> The following changes since commit
>> e822e81e350825dd94f41ee2538ff1432b812eb9:
>>
>> Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request'
>> into staging (2017-10-20 15:04:00 +0100)
>>
>> are available in the git repository at:
>>
>> git://github.com/yongbok/upstream-qemu.git target-mips.next
>>
>> ----------------------------------------------------------------
>> MIPS patches 2017-10-23
>>
>> Changes:
>> Update email addresses of Yongbok Kim, James Hogan and Paul Burton.
>>
>> ----------------------------------------------------------------
>>
>> James Hogan (1):
>> MAINTAINERS: Update James Hogan's email address
>>
>> Paul Burton (1):
>> MAINTAINERS: Update Paul Burton's email address
>>
>> Yongbok Kim (1):
>> MAINTAINERS: Update Yongbok Kim's email address
>>
>> .mailmap | 3 +++
>> MAINTAINERS | 10 +++++-----
>> 2 files changed, 8 insertions(+), 5 deletions(-)
>>
>>
>
> Ping?
I only notice pull requests if they contain the magic words
"for you to fetch changes up to", which yours does not.
'git request-pull' includes this in its output, so you should
probably make sure your workflow is using that.
I tried applying this, but git complains:
error: remotes/yongbok/target-mips.next: cannot verify a non-tag
object of type commit.
Pull requests should quote a gpg-signed tag name, not a branch.
thanks
-- PMM
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PULL 0/3] MIPS queue
2017-10-30 14:20 ` Peter Maydell
@ 2017-10-30 14:25 ` Yongbok Kim
0 siblings, 0 replies; 7+ messages in thread
From: Yongbok Kim @ 2017-10-30 14:25 UTC (permalink / raw)
To: Peter Maydell; +Cc: QEMU Developers
On 30/10/2017 14:20, Peter Maydell wrote:
> On 30 October 2017 at 14:09, Yongbok Kim <yongbok.kim@mips.com> wrote:
>> On 23/10/2017 15:46, Yongbok Kim wrote:
>>> The following changes since commit
>>> e822e81e350825dd94f41ee2538ff1432b812eb9:
>>>
>>> Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request'
>>> into staging (2017-10-20 15:04:00 +0100)
>>>
>>> are available in the git repository at:
>>>
>>> git://github.com/yongbok/upstream-qemu.git target-mips.next
>>>
>>> ----------------------------------------------------------------
>>> MIPS patches 2017-10-23
>>>
>>> Changes:
>>> Update email addresses of Yongbok Kim, James Hogan and Paul Burton.
>>>
>>> ----------------------------------------------------------------
>>>
>>> James Hogan (1):
>>> MAINTAINERS: Update James Hogan's email address
>>>
>>> Paul Burton (1):
>>> MAINTAINERS: Update Paul Burton's email address
>>>
>>> Yongbok Kim (1):
>>> MAINTAINERS: Update Yongbok Kim's email address
>>>
>>> .mailmap | 3 +++
>>> MAINTAINERS | 10 +++++-----
>>> 2 files changed, 8 insertions(+), 5 deletions(-)
>>>
>>>
>> Ping?
> I only notice pull requests if they contain the magic words
> "for you to fetch changes up to", which yours does not.
> 'git request-pull' includes this in its output, so you should
> probably make sure your workflow is using that.
>
> I tried applying this, but git complains:
> error: remotes/yongbok/target-mips.next: cannot verify a non-tag
> object of type commit.
>
> Pull requests should quote a gpg-signed tag name, not a branch.
>
> thanks
> -- PMM
Hm. Odd. Something went wrong then.
Ok. I will try to create a new pull-req.
Thanks,
Yongbok
^ permalink raw reply [flat|nested] 7+ messages in thread