[PATCH] MAINTAINERS: raise status of 9p to 'Maintained'

Christian Schoenebeck posted 1 patch 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/E1qGKgV-0003Hj-01@lizzy.crudebyte.com
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: raise status of 9p to 'Maintained'
Posted by Christian Schoenebeck 10 months ago
Change status of 9p from 'Odd Fixes' to 'Maintained', as this better
reflects current situation. I already take care of 9p patches for a
while, which included new features as well.

Based-on: <E1qDkmw-0007M1-8f@lizzy.crudebyte.com>
Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e8a3205eb4..71f2479ec5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2120,7 +2120,7 @@ F: include/sysemu/balloon.h
 virtio-9p
 M: Greg Kurz <groug@kaod.org>
 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
-S: Odd Fixes
+S: Maintained
 W: https://wiki.qemu.org/Documentation/9p
 F: hw/9pfs/
 X: hw/9pfs/xen-9p*
-- 
2.30.2
Re: [PATCH] MAINTAINERS: raise status of 9p to 'Maintained'
Posted by Greg Kurz 10 months ago
On Mon, 3 Jul 2023 16:34:17 +0200
Christian Schoenebeck <qemu_oss@crudebyte.com> wrote:

> Change status of 9p from 'Odd Fixes' to 'Maintained', as this better
> reflects current situation. I already take care of 9p patches for a
> while, which included new features as well.
> 

Thanks for the good work ! :-)

> Based-on: <E1qDkmw-0007M1-8f@lizzy.crudebyte.com>
> Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
> ---

Reviewed-by: Greg Kurz <groug@kaod.org>

>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e8a3205eb4..71f2479ec5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2120,7 +2120,7 @@ F: include/sysemu/balloon.h
>  virtio-9p
>  M: Greg Kurz <groug@kaod.org>
>  M: Christian Schoenebeck <qemu_oss@crudebyte.com>
> -S: Odd Fixes
> +S: Maintained
>  W: https://wiki.qemu.org/Documentation/9p
>  F: hw/9pfs/
>  X: hw/9pfs/xen-9p*



-- 
Greg
Re: [PATCH] MAINTAINERS: raise status of 9p to 'Maintained'
Posted by Christian Schoenebeck 9 months, 4 weeks ago
On Monday, July 3, 2023 4:50:42 PM CEST Greg Kurz wrote:
> On Mon, 3 Jul 2023 16:34:17 +0200
> Christian Schoenebeck <qemu_oss@crudebyte.com> wrote:
> 
> > Change status of 9p from 'Odd Fixes' to 'Maintained', as this better
> > reflects current situation. I already take care of 9p patches for a
> > while, which included new features as well.
> > 
> 
> Thanks for the good work ! :-)

And I have to repay that tribute to you as well of course, thanks for taking 
care! :)

Queued on 9p.next:
https://github.com/cschoenebeck/qemu/commits/9p.next

Thanks!

Best regards,
Christian Schoenebeck
Re: [PATCH] MAINTAINERS: raise status of 9p to 'Maintained'
Posted by Philippe Mathieu-Daudé 10 months ago
On 3/7/23 16:34, Christian Schoenebeck wrote:
> Change status of 9p from 'Odd Fixes' to 'Maintained', as this better
> reflects current situation. I already take care of 9p patches for a
> while, which included new features as well.
> 
> Based-on: <E1qDkmw-0007M1-8f@lizzy.crudebyte.com>
> Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>