[PATCH] MAINTAINERS: Update 9pfs tree URL

Greg Kurz posted 1 patch 3 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/161071814430.152031.14540382419012818908.stgit@bahia.lan
MAINTAINERS |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: Update 9pfs tree URL
Posted by Greg Kurz 3 years, 3 months ago
I've already moved my repositories to gitlab for extra CI coverage,
and I won't use the ones at github anymore.

Signed-off-by: Greg Kurz <groug@kaod.org>
---
 MAINTAINERS |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index cb0656aec3d4..21038d3fdfce 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1828,7 +1828,7 @@ X: hw/9pfs/xen-9p*
 F: fsdev/
 F: docs/interop/virtfs-proxy-helper.rst
 F: tests/qtest/virtio-9p-test.c
-T: git https://github.com/gkurz/qemu.git 9p-next
+T: git https://gitlab.com/gkurz/qemu.git 9p-next
 
 virtio-blk
 M: Stefan Hajnoczi <stefanha@redhat.com>



Re: [PATCH] MAINTAINERS: Update 9pfs tree URL
Posted by Christian Schoenebeck 3 years, 3 months ago
On Freitag, 15. Januar 2021 14:42:24 CET Greg Kurz wrote:
> I've already moved my repositories to gitlab for extra CI coverage,
> and I won't use the ones at github anymore.
> 
> Signed-off-by: Greg Kurz <groug@kaod.org>

Reviewed-by: Christian Schoenebeck <qemu_oss@crudebyte.com>

> ---
>  MAINTAINERS |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index cb0656aec3d4..21038d3fdfce 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1828,7 +1828,7 @@ X: hw/9pfs/xen-9p*
>  F: fsdev/
>  F: docs/interop/virtfs-proxy-helper.rst
>  F: tests/qtest/virtio-9p-test.c
> -T: git https://github.com/gkurz/qemu.git 9p-next
> +T: git https://gitlab.com/gkurz/qemu.git 9p-next
> 
>  virtio-blk
>  M: Stefan Hajnoczi <stefanha@redhat.com>

Best regards,
Christian Schoenebeck



Re: [PATCH] MAINTAINERS: Update 9pfs tree URL
Posted by Christian Schoenebeck 3 years, 3 months ago
On Freitag, 15. Januar 2021 14:50:17 CET Christian Schoenebeck wrote:
> On Freitag, 15. Januar 2021 14:42:24 CET Greg Kurz wrote:
> > I've already moved my repositories to gitlab for extra CI coverage,
> > and I won't use the ones at github anymore.
> > 
> > Signed-off-by: Greg Kurz <groug@kaod.org>
> 
> Reviewed-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
> 
> > ---
> > 
> >  MAINTAINERS |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index cb0656aec3d4..21038d3fdfce 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -1828,7 +1828,7 @@ X: hw/9pfs/xen-9p*
> > 
> >  F: fsdev/
> >  F: docs/interop/virtfs-proxy-helper.rst
> >  F: tests/qtest/virtio-9p-test.c
> > 
> > -T: git https://github.com/gkurz/qemu.git 9p-next
> > +T: git https://gitlab.com/gkurz/qemu.git 9p-next
> > 
> >  virtio-blk
> >  M: Stefan Hajnoczi <stefanha@redhat.com>

What's the status of this patch? I would add my T: line below just for the 
records. But I'd rather wait for this patch being merged to main line.

Best regards,
Christian Schoenebeck



Re: [PATCH] MAINTAINERS: Update 9pfs tree URL
Posted by Greg Kurz 3 years, 3 months ago
On Wed, 27 Jan 2021 15:33:51 +0100
Christian Schoenebeck <qemu_oss@crudebyte.com> wrote:

> On Freitag, 15. Januar 2021 14:50:17 CET Christian Schoenebeck wrote:
> > On Freitag, 15. Januar 2021 14:42:24 CET Greg Kurz wrote:
> > > I've already moved my repositories to gitlab for extra CI coverage,
> > > and I won't use the ones at github anymore.
> > > 
> > > Signed-off-by: Greg Kurz <groug@kaod.org>
> > 
> > Reviewed-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
> > 
> > > ---
> > > 
> > >  MAINTAINERS |    2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > 
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index cb0656aec3d4..21038d3fdfce 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -1828,7 +1828,7 @@ X: hw/9pfs/xen-9p*
> > > 
> > >  F: fsdev/
> > >  F: docs/interop/virtfs-proxy-helper.rst
> > >  F: tests/qtest/virtio-9p-test.c
> > > 
> > > -T: git https://github.com/gkurz/qemu.git 9p-next
> > > +T: git https://gitlab.com/gkurz/qemu.git 9p-next
> > > 
> > >  virtio-blk
> > >  M: Stefan Hajnoczi <stefanha@redhat.com>
> 
> What's the status of this patch? I would add my T: line below just for the 
> records. But I'd rather wait for this patch being merged to main line.
> 

Drat... I forgot about this one and I'm not about to post a PR
anytime soon.

Laurent,

Any chance you can take this in the trivial tree ?

> Best regards,
> Christian Schoenebeck
> 
> 


Re: [PATCH] MAINTAINERS: Update 9pfs tree URL
Posted by Laurent Vivier 3 years, 3 months ago
Le 27/01/2021 à 17:02, Greg Kurz a écrit :
> On Wed, 27 Jan 2021 15:33:51 +0100
> Christian Schoenebeck <qemu_oss@crudebyte.com> wrote:
> 
>> On Freitag, 15. Januar 2021 14:50:17 CET Christian Schoenebeck wrote:
>>> On Freitag, 15. Januar 2021 14:42:24 CET Greg Kurz wrote:
>>>> I've already moved my repositories to gitlab for extra CI coverage,
>>>> and I won't use the ones at github anymore.
>>>>
>>>> Signed-off-by: Greg Kurz <groug@kaod.org>
>>>
>>> Reviewed-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
>>>
>>>> ---
>>>>
>>>>  MAINTAINERS |    2 +-
>>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>>
>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>> index cb0656aec3d4..21038d3fdfce 100644
>>>> --- a/MAINTAINERS
>>>> +++ b/MAINTAINERS
>>>> @@ -1828,7 +1828,7 @@ X: hw/9pfs/xen-9p*
>>>>
>>>>  F: fsdev/
>>>>  F: docs/interop/virtfs-proxy-helper.rst
>>>>  F: tests/qtest/virtio-9p-test.c
>>>>
>>>> -T: git https://github.com/gkurz/qemu.git 9p-next
>>>> +T: git https://gitlab.com/gkurz/qemu.git 9p-next
>>>>
>>>>  virtio-blk
>>>>  M: Stefan Hajnoczi <stefanha@redhat.com>
>>
>> What's the status of this patch? I would add my T: line below just for the 
>> records. But I'd rather wait for this patch being merged to main line.
>>
> 
> Drat... I forgot about this one and I'm not about to post a PR
> anytime soon.
> 
> Laurent,
> 
> Any chance you can take this in the trivial tree ?
> 

Applied to my trivial-patches branch.

Thanks,
Laurent



Re: [PATCH] MAINTAINERS: Update 9pfs tree URL
Posted by Christian Schoenebeck 3 years, 3 months ago
On Mittwoch, 27. Januar 2021 17:07:38 CET Laurent Vivier wrote:
> Le 27/01/2021 à 17:02, Greg Kurz a écrit :
> > On Wed, 27 Jan 2021 15:33:51 +0100
> > 
> > Christian Schoenebeck <qemu_oss@crudebyte.com> wrote:
> >> On Freitag, 15. Januar 2021 14:50:17 CET Christian Schoenebeck wrote:
> >>> On Freitag, 15. Januar 2021 14:42:24 CET Greg Kurz wrote:
> >>>> I've already moved my repositories to gitlab for extra CI coverage,
> >>>> and I won't use the ones at github anymore.
> >>>> 
> >>>> Signed-off-by: Greg Kurz <groug@kaod.org>
> >>> 
> >>> Reviewed-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
> >>> 
> >>>> ---
> >>>> 
> >>>>  MAINTAINERS |    2 +-
> >>>>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>>> 
> >>>> diff --git a/MAINTAINERS b/MAINTAINERS
> >>>> index cb0656aec3d4..21038d3fdfce 100644
> >>>> --- a/MAINTAINERS
> >>>> +++ b/MAINTAINERS
> >>>> @@ -1828,7 +1828,7 @@ X: hw/9pfs/xen-9p*
> >>>> 
> >>>>  F: fsdev/
> >>>>  F: docs/interop/virtfs-proxy-helper.rst
> >>>>  F: tests/qtest/virtio-9p-test.c
> >>>> 
> >>>> -T: git https://github.com/gkurz/qemu.git 9p-next
> >>>> +T: git https://gitlab.com/gkurz/qemu.git 9p-next
> >>>> 
> >>>>  virtio-blk
> >>>>  M: Stefan Hajnoczi <stefanha@redhat.com>
> >> 
> >> What's the status of this patch? I would add my T: line below just for
> >> the
> >> records. But I'd rather wait for this patch being merged to main line.
> > 
> > Drat... I forgot about this one and I'm not about to post a PR
> > anytime soon.

:-)

I suggest I will take over the next 9p queue round of whatever might come up. 
I have some head room now.

> > 
> > Laurent,
> > 
> > Any chance you can take this in the trivial tree ?
> 
> Applied to my trivial-patches branch.
> 
> Thanks,
> Laurent

Thanks Laurent!

I wait for this being merged. No hurry.

Best regards,
Christian Schoenebeck