Message ID | 15a653b5ae42cdf88c5b9c402ae8a2cd696fc71e.1537848362.git.jcody@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Maintainership changes | expand |
On Tue, Sep 25, 2018 at 12:09:15AM -0400, Jeff Cody wrote: > I'll not be involved with day-to-day qemu development, and John > Snow is a block jobs wizard. Have him take over block job > maintainership duties. > > Signed-off-by: Jeff Cody <jcody@redhat.com> > --- > MAINTAINERS | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index aa1dd76dc2..e93f79672f 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1448,7 +1448,7 @@ F: include/scsi/* > F: scsi/* > > Block Jobs > -M: Jeff Cody <jcody@redhat.com> > +M: John Snow <jsnow@redhat.com> > L: qemu-block@nongnu.org > S: Supported > F: blockjob.c > @@ -1461,7 +1461,7 @@ F: block/commit.c > F: block/stream.c > F: block/mirror.c > F: qapi/job.json > -T: git git://github.com/codyprime/qemu-kvm-jtc.git block > +T: git git://github.com/jnsnow/qemu.git ide ^^^^^ This might need a v2 or touch-up whenever applied for the correct branch, if John does take over. > > Block QAPI, monitor, command line > M: Markus Armbruster <armbru@redhat.com> > -- > 2.17.1 >
On 09/25/2018 12:12 AM, Jeff Cody wrote: > On Tue, Sep 25, 2018 at 12:09:15AM -0400, Jeff Cody wrote: >> I'll not be involved with day-to-day qemu development, and John >> Snow is a block jobs wizard. Have him take over block job >> maintainership duties. >> >> Signed-off-by: Jeff Cody <jcody@redhat.com> >> --- >> MAINTAINERS | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index aa1dd76dc2..e93f79672f 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -1448,7 +1448,7 @@ F: include/scsi/* >> F: scsi/* >> >> Block Jobs >> -M: Jeff Cody <jcody@redhat.com> >> +M: John Snow <jsnow@redhat.com> >> L: qemu-block@nongnu.org >> S: Supported >> F: blockjob.c >> @@ -1461,7 +1461,7 @@ F: block/commit.c >> F: block/stream.c >> F: block/mirror.c >> F: qapi/job.json >> -T: git git://github.com/codyprime/qemu-kvm-jtc.git block >> +T: git git://github.com/jnsnow/qemu.git ide > ^^^^^ > This might need a v2 or touch-up whenever applied for the correct > branch, if John does take over. > You can use 'jobs' if others agree to me being the point of contact here. I've worked with it enough, anyway. >> >> Block QAPI, monitor, command line >> M: Markus Armbruster <armbru@redhat.com> >> -- >> 2.17.1 >> > jtc: "Goodbye, I will cease day to day development of QEMU." Reviewers: s/Goodbye/Hello/ s/cease/continue/ jtc: ... --js
diff --git a/MAINTAINERS b/MAINTAINERS index aa1dd76dc2..e93f79672f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1448,7 +1448,7 @@ F: include/scsi/* F: scsi/* Block Jobs -M: Jeff Cody <jcody@redhat.com> +M: John Snow <jsnow@redhat.com> L: qemu-block@nongnu.org S: Supported F: blockjob.c @@ -1461,7 +1461,7 @@ F: block/commit.c F: block/stream.c F: block/mirror.c F: qapi/job.json -T: git git://github.com/codyprime/qemu-kvm-jtc.git block +T: git git://github.com/jnsnow/qemu.git ide Block QAPI, monitor, command line M: Markus Armbruster <armbru@redhat.com>
I'll not be involved with day-to-day qemu development, and John Snow is a block jobs wizard. Have him take over block job maintainership duties. Signed-off-by: Jeff Cody <jcody@redhat.com> --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)