* [Qemu-devel] [PATCH] MAINTAINERS: add myself as bootdevice.c maintainer
@ 2014-10-22 3:07 arei.gonglei
2014-10-22 9:32 ` Gerd Hoffmann
` (2 more replies)
0 siblings, 3 replies; 16+ messages in thread
From: arei.gonglei @ 2014-10-22 3:07 UTC (permalink / raw)
To: qemu-devel; +Cc: pbonzini, Gonglei, weidong.huang, Gerd Hoffmann
From: Gonglei <arei.gonglei@huawei.com>
bootdevice.c was created by me, and I wrote most of
the code in this file. And now I can maintain it,
I'd hope nobody object this.
Cc: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
---
MAINTAINERS | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 206bf7e..f89889b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1018,3 +1018,8 @@ M: Chrysostomos Nanakos <cnanakos@grnet.gr>
M: Chrysostomos Nanakos <chris@include.gr>
S: Maintained
F: block/archipelago.c
+
+Bootdevice
+M: Gonglei <arei.gonglei@huawei.com>
+S: Maintained
+F: bootdevice.c
--
1.7.12.4
^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: add myself as bootdevice.c maintainer
2014-10-22 3:07 [Qemu-devel] [PATCH] MAINTAINERS: add myself as bootdevice.c maintainer arei.gonglei
@ 2014-10-22 9:32 ` Gerd Hoffmann
2014-10-22 10:43 ` Gonglei
2014-10-23 8:33 ` Markus Armbruster
2014-11-03 7:46 ` Gonglei
2014-11-11 9:01 ` Markus Armbruster
2 siblings, 2 replies; 16+ messages in thread
From: Gerd Hoffmann @ 2014-10-22 9:32 UTC (permalink / raw)
To: arei.gonglei; +Cc: pbonzini, weidong.huang, qemu-devel
On Mi, 2014-10-22 at 11:07 +0800, arei.gonglei@huawei.com wrote:
> From: Gonglei <arei.gonglei@huawei.com>
>
> bootdevice.c was created by me, and I wrote most of
> the code in this file. And now I can maintain it,
> I'd hope nobody object this.
That is perfectly fine. I'll go add it into one of the next pull
requests, unless someone collects all the MAINTAINERS patches on the
list earlier ;)
cheers,
Gerd
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: add myself as bootdevice.c maintainer
2014-10-22 9:32 ` Gerd Hoffmann
@ 2014-10-22 10:43 ` Gonglei
2014-10-23 8:33 ` Markus Armbruster
1 sibling, 0 replies; 16+ messages in thread
From: Gonglei @ 2014-10-22 10:43 UTC (permalink / raw)
To: Gerd Hoffmann
Cc: pbonzini@redhat.com, Huangweidong (C), qemu-devel@nongnu.org
On 2014/10/22 17:32, Gerd Hoffmann wrote:
> On Mi, 2014-10-22 at 11:07 +0800, arei.gonglei@huawei.com wrote:
>> From: Gonglei <arei.gonglei@huawei.com>
>>
>> bootdevice.c was created by me, and I wrote most of
>> the code in this file. And now I can maintain it,
>> I'd hope nobody object this.
>
> That is perfectly fine. I'll go add it into one of the next pull
> requests, unless someone collects all the MAINTAINERS patches on the
> list earlier ;)
>
> cheers,
> Gerd
>
>
Thanks. :)
Best regards,
-Gonglei
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: add myself as bootdevice.c maintainer
2014-10-22 9:32 ` Gerd Hoffmann
2014-10-22 10:43 ` Gonglei
@ 2014-10-23 8:33 ` Markus Armbruster
2014-10-23 8:40 ` Paolo Bonzini
2014-10-23 9:28 ` Peter Maydell
1 sibling, 2 replies; 16+ messages in thread
From: Markus Armbruster @ 2014-10-23 8:33 UTC (permalink / raw)
To: Gerd Hoffmann
Cc: pbonzini, arei.gonglei, weidong.huang, qemu-devel, peter.maydell
Gerd Hoffmann <kraxel@redhat.com> writes:
> On Mi, 2014-10-22 at 11:07 +0800, arei.gonglei@huawei.com wrote:
>> From: Gonglei <arei.gonglei@huawei.com>
>>
>> bootdevice.c was created by me, and I wrote most of
>> the code in this file. And now I can maintain it,
>> I'd hope nobody object this.
>
> That is perfectly fine. I'll go add it into one of the next pull
> requests, unless someone collects all the MAINTAINERS patches on the
> list earlier ;)
Since I already collected them to find out by how much they reduce the
number of unmaintained files: Peter, would you find a pull request for
the collection useful?
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: add myself as bootdevice.c maintainer
2014-10-23 8:33 ` Markus Armbruster
@ 2014-10-23 8:40 ` Paolo Bonzini
2014-10-23 9:28 ` Peter Maydell
1 sibling, 0 replies; 16+ messages in thread
From: Paolo Bonzini @ 2014-10-23 8:40 UTC (permalink / raw)
To: Markus Armbruster, Gerd Hoffmann
Cc: peter.maydell, arei.gonglei, weidong.huang, qemu-devel
On 10/23/2014 10:33 AM, Markus Armbruster wrote:
> Since I already collected them to find out by how much they reduce the
> number of unmaintained files: Peter, would you find a pull request for
> the collection useful?
I was going to submit mine today in a pull request.
Paolo
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: add myself as bootdevice.c maintainer
2014-10-23 8:33 ` Markus Armbruster
2014-10-23 8:40 ` Paolo Bonzini
@ 2014-10-23 9:28 ` Peter Maydell
2014-10-23 12:12 ` Markus Armbruster
1 sibling, 1 reply; 16+ messages in thread
From: Peter Maydell @ 2014-10-23 9:28 UTC (permalink / raw)
To: Markus Armbruster
Cc: Paolo Bonzini, Gonglei (Arei), Huangweidong (C), Gerd Hoffmann,
QEMU Developers
On 23 October 2014 09:33, Markus Armbruster <armbru@redhat.com> wrote:
> Gerd Hoffmann <kraxel@redhat.com> writes:
>> That is perfectly fine. I'll go add it into one of the next pull
>> requests, unless someone collects all the MAINTAINERS patches on the
>> list earlier ;)
>
> Since I already collected them to find out by how much they reduce the
> number of unmaintained files: Peter, would you find a pull request for
> the collection useful?
Yes, I've been assuming somebody more closely involved in those discussions
would gather them up and submit a pull for them.
thanks
-- PMM
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: add myself as bootdevice.c maintainer
2014-10-23 9:28 ` Peter Maydell
@ 2014-10-23 12:12 ` Markus Armbruster
2014-10-23 12:27 ` Gerd Hoffmann
0 siblings, 1 reply; 16+ messages in thread
From: Markus Armbruster @ 2014-10-23 12:12 UTC (permalink / raw)
To: Peter Maydell
Cc: Paolo Bonzini, Gonglei (Arei), Huangweidong (C), Gerd Hoffmann,
QEMU Developers
Peter Maydell <peter.maydell@linaro.org> writes:
> On 23 October 2014 09:33, Markus Armbruster <armbru@redhat.com> wrote:
>> Gerd Hoffmann <kraxel@redhat.com> writes:
>>> That is perfectly fine. I'll go add it into one of the next pull
>>> requests, unless someone collects all the MAINTAINERS patches on the
>>> list earlier ;)
>>
>> Since I already collected them to find out by how much they reduce the
>> number of unmaintained files: Peter, would you find a pull request for
>> the collection useful?
>
> Yes, I've been assuming somebody more closely involved in those discussions
> would gather them up and submit a pull for them.
I expect some of the patches to be in the Kevin's, Paolos and Gerd's
next pull requests. Happy to collect whatever's left after the dust
settled.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: add myself as bootdevice.c maintainer
2014-10-23 12:12 ` Markus Armbruster
@ 2014-10-23 12:27 ` Gerd Hoffmann
2014-10-23 12:35 ` Gonglei
2014-10-28 1:44 ` Gonglei
0 siblings, 2 replies; 16+ messages in thread
From: Gerd Hoffmann @ 2014-10-23 12:27 UTC (permalink / raw)
To: Markus Armbruster
Cc: Peter Maydell, Gonglei (Arei), Huangweidong (C), QEMU Developers,
Paolo Bonzini
Hi,
> I expect some of the patches to be in the Kevin's, Paolos and Gerd's
> next pull requests. Happy to collect whatever's left after the dust
> settled.
I happily leave this one to you.
Looking forward to see your first pull req ;)
cheers,
Gerd
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: add myself as bootdevice.c maintainer
2014-10-23 12:27 ` Gerd Hoffmann
@ 2014-10-23 12:35 ` Gonglei
2014-10-28 1:44 ` Gonglei
1 sibling, 0 replies; 16+ messages in thread
From: Gonglei @ 2014-10-23 12:35 UTC (permalink / raw)
To: Gerd Hoffmann
Cc: QEMU Developers, Peter Maydell, Huangweidong (C),
Markus Armbruster, Paolo Bonzini
On 2014/10/23 20:27, Gerd Hoffmann wrote:
> Hi,
>
>> I expect some of the patches to be in the Kevin's, Paolos and Gerd's
>> next pull requests. Happy to collect whatever's left after the dust
>> settled.
>
> I happily leave this one to you.
> Looking forward to see your first pull req ;)
>
+1, pls.
Best regards,
-Gonglei
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: add myself as bootdevice.c maintainer
2014-10-23 12:27 ` Gerd Hoffmann
2014-10-23 12:35 ` Gonglei
@ 2014-10-28 1:44 ` Gonglei
2014-10-28 7:52 ` Paolo Bonzini
1 sibling, 1 reply; 16+ messages in thread
From: Gonglei @ 2014-10-28 1:44 UTC (permalink / raw)
To: Gerd Hoffmann
Cc: QEMU Developers, Peter Maydell, Huangweidong (C),
Markus Armbruster, Paolo Bonzini
On 2014/10/23 20:27, Gerd Hoffmann wrote:
> Hi,
>
>> I expect some of the patches to be in the Kevin's, Paolos and Gerd's
>> next pull requests. Happy to collect whatever's left after the dust
>> settled.
>
> I happily leave this one to you.
> Looking forward to see your first pull req ;)
>
> cheers,
> Gerd
>
>
Hi, Gerd & Markus
Because the deadline of Qemu-2.2 soft freezing window is drawing near,
Would you please send a pull request including this patch? Thanks.
Best regards,
-Gonglei
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: add myself as bootdevice.c maintainer
2014-10-28 1:44 ` Gonglei
@ 2014-10-28 7:52 ` Paolo Bonzini
2014-10-28 11:27 ` Gonglei
0 siblings, 1 reply; 16+ messages in thread
From: Paolo Bonzini @ 2014-10-28 7:52 UTC (permalink / raw)
To: Gonglei, Gerd Hoffmann
Cc: Peter Maydell, Huangweidong (C), QEMU Developers,
Markus Armbruster
On 10/28/2014 02:44 AM, Gonglei wrote:
> On 2014/10/23 20:27, Gerd Hoffmann wrote:
>
>> Hi,
>>
>>> I expect some of the patches to be in the Kevin's, Paolos and Gerd's
>>> next pull requests. Happy to collect whatever's left after the dust
>>> settled.
>>
>> I happily leave this one to you.
>> Looking forward to see your first pull req ;)
>>
>> cheers,
>> Gerd
>>
>>
>
> Hi, Gerd & Markus
>
> Because the deadline of Qemu-2.2 soft freezing window is drawing near,
> Would you please send a pull request including this patch? Thanks.
You can send a change to MAINTAINERS even the week before release. :)
Paolo
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: add myself as bootdevice.c maintainer
2014-10-28 7:52 ` Paolo Bonzini
@ 2014-10-28 11:27 ` Gonglei
0 siblings, 0 replies; 16+ messages in thread
From: Gonglei @ 2014-10-28 11:27 UTC (permalink / raw)
To: Paolo Bonzini
Cc: Peter Maydell, Huangweidong (C), Gerd Hoffmann, Markus Armbruster,
QEMU Developers
On 2014/10/28 15:52, Paolo Bonzini wrote:
>
>
> On 10/28/2014 02:44 AM, Gonglei wrote:
>> On 2014/10/23 20:27, Gerd Hoffmann wrote:
>>
>>> Hi,
>>>
>>>> I expect some of the patches to be in the Kevin's, Paolos and Gerd's
>>>> next pull requests. Happy to collect whatever's left after the dust
>>>> settled.
>>>
>>> I happily leave this one to you.
>>> Looking forward to see your first pull req ;)
>>>
>>> cheers,
>>> Gerd
>>>
>>>
>>
>> Hi, Gerd & Markus
>>
>> Because the deadline of Qemu-2.2 soft freezing window is drawing near,
>> Would you please send a pull request including this patch? Thanks.
>
> You can send a change to MAINTAINERS even the week before release. :)
>
> Paolo
Sounds good, thanks :-)
Best regard,
-Gonglei
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: add myself as bootdevice.c maintainer
2014-10-22 3:07 [Qemu-devel] [PATCH] MAINTAINERS: add myself as bootdevice.c maintainer arei.gonglei
2014-10-22 9:32 ` Gerd Hoffmann
@ 2014-11-03 7:46 ` Gonglei
2014-11-03 13:34 ` Markus Armbruster
2014-11-11 9:01 ` Markus Armbruster
2 siblings, 1 reply; 16+ messages in thread
From: Gonglei @ 2014-11-03 7:46 UTC (permalink / raw)
To: Gonglei (Arei)
Cc: pbonzini@redhat.com, Huangweidong (C), qemu-devel@nongnu.org,
armbru@redhat.com, Gerd Hoffmann
On 2014/10/22 11:07, Gonglei (Arei) wrote:
> From: Gonglei <arei.gonglei@huawei.com>
>
> bootdevice.c was created by me, and I wrote most of
> the code in this file. And now I can maintain it,
> I'd hope nobody object this.
>
> Cc: Gerd Hoffmann <kraxel@redhat.com>
> Signed-off-by: Gonglei <arei.gonglei@huawei.com>
> ---
> MAINTAINERS | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 206bf7e..f89889b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1018,3 +1018,8 @@ M: Chrysostomos Nanakos <cnanakos@grnet.gr>
> M: Chrysostomos Nanakos <chris@include.gr>
> S: Maintained
> F: block/archipelago.c
> +
> +Bootdevice
> +M: Gonglei <arei.gonglei@huawei.com>
> +S: Maintained
> +F: bootdevice.c
Hi, Gerd, Markus
Would you tell me the status of this patch? Thanks.
Best regards,
-Gonglei
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: add myself as bootdevice.c maintainer
2014-11-03 7:46 ` Gonglei
@ 2014-11-03 13:34 ` Markus Armbruster
2014-11-05 0:18 ` Gonglei
0 siblings, 1 reply; 16+ messages in thread
From: Markus Armbruster @ 2014-11-03 13:34 UTC (permalink / raw)
To: Gonglei
Cc: pbonzini@redhat.com, Huangweidong (C), qemu-devel@nongnu.org,
Gerd Hoffmann
Gonglei <arei.gonglei@huawei.com> writes:
> On 2014/10/22 11:07, Gonglei (Arei) wrote:
>
>> From: Gonglei <arei.gonglei@huawei.com>
>>
>> bootdevice.c was created by me, and I wrote most of
>> the code in this file. And now I can maintain it,
>> I'd hope nobody object this.
>>
>> Cc: Gerd Hoffmann <kraxel@redhat.com>
>> Signed-off-by: Gonglei <arei.gonglei@huawei.com>
>> ---
>> MAINTAINERS | 5 +++++
>> 1 file changed, 5 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 206bf7e..f89889b 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -1018,3 +1018,8 @@ M: Chrysostomos Nanakos <cnanakos@grnet.gr>
>> M: Chrysostomos Nanakos <chris@include.gr>
>> S: Maintained
>> F: block/archipelago.c
>> +
>> +Bootdevice
>> +M: Gonglei <arei.gonglei@huawei.com>
>> +S: Maintained
>> +F: bootdevice.c
>
>
> Hi, Gerd, Markus
>
> Would you tell me the status of this patch? Thanks.
I still intend to post a pull request for all the recent MAINTAINERS
patches that don't go in via some other tree. I'm tracking yours. Give
me a few more days.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: add myself as bootdevice.c maintainer
2014-10-22 3:07 [Qemu-devel] [PATCH] MAINTAINERS: add myself as bootdevice.c maintainer arei.gonglei
2014-10-22 9:32 ` Gerd Hoffmann
2014-11-03 7:46 ` Gonglei
@ 2014-11-11 9:01 ` Markus Armbruster
2 siblings, 0 replies; 16+ messages in thread
From: Markus Armbruster @ 2014-11-11 9:01 UTC (permalink / raw)
To: arei.gonglei; +Cc: pbonzini, weidong.huang, qemu-devel, Gerd Hoffmann
<arei.gonglei@huawei.com> writes:
> From: Gonglei <arei.gonglei@huawei.com>
>
> bootdevice.c was created by me, and I wrote most of
> the code in this file. And now I can maintain it,
> I'd hope nobody object this.
>
> Cc: Gerd Hoffmann <kraxel@redhat.com>
> Signed-off-by: Gonglei <arei.gonglei@huawei.com>
Picked up for my MAINTAINERS catch all pull request, thanks!
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2014-11-11 9:02 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-22 3:07 [Qemu-devel] [PATCH] MAINTAINERS: add myself as bootdevice.c maintainer arei.gonglei
2014-10-22 9:32 ` Gerd Hoffmann
2014-10-22 10:43 ` Gonglei
2014-10-23 8:33 ` Markus Armbruster
2014-10-23 8:40 ` Paolo Bonzini
2014-10-23 9:28 ` Peter Maydell
2014-10-23 12:12 ` Markus Armbruster
2014-10-23 12:27 ` Gerd Hoffmann
2014-10-23 12:35 ` Gonglei
2014-10-28 1:44 ` Gonglei
2014-10-28 7:52 ` Paolo Bonzini
2014-10-28 11:27 ` Gonglei
2014-11-03 7:46 ` Gonglei
2014-11-03 13:34 ` Markus Armbruster
2014-11-05 0:18 ` Gonglei
2014-11-11 9:01 ` Markus Armbruster
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).