qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: raise status of 9p to 'Maintained'
@ 2023-07-03 14:34 Christian Schoenebeck
  2023-07-03 14:50 ` Greg Kurz
  2023-07-03 15:52 ` Philippe Mathieu-Daudé
  0 siblings, 2 replies; 4+ messages in thread
From: Christian Schoenebeck @ 2023-07-03 14:34 UTC (permalink / raw)
  To: qemu-devel; +Cc: Greg Kurz

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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: raise status of 9p to 'Maintained'
  2023-07-03 14:34 [PATCH] MAINTAINERS: raise status of 9p to 'Maintained' Christian Schoenebeck
@ 2023-07-03 14:50 ` Greg Kurz
  2023-07-04 11:23   ` Christian Schoenebeck
  2023-07-03 15:52 ` Philippe Mathieu-Daudé
  1 sibling, 1 reply; 4+ messages in thread
From: Greg Kurz @ 2023-07-03 14:50 UTC (permalink / raw)
  To: Christian Schoenebeck; +Cc: qemu-devel

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: raise status of 9p to 'Maintained'
  2023-07-03 14:34 [PATCH] MAINTAINERS: raise status of 9p to 'Maintained' Christian Schoenebeck
  2023-07-03 14:50 ` Greg Kurz
@ 2023-07-03 15:52 ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-07-03 15:52 UTC (permalink / raw)
  To: Christian Schoenebeck, qemu-devel; +Cc: Greg Kurz

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>




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: raise status of 9p to 'Maintained'
  2023-07-03 14:50 ` Greg Kurz
@ 2023-07-04 11:23   ` Christian Schoenebeck
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Schoenebeck @ 2023-07-04 11:23 UTC (permalink / raw)
  To: qemu-devel, Greg Kurz

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




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-07-04 11:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-03 14:34 [PATCH] MAINTAINERS: raise status of 9p to 'Maintained' Christian Schoenebeck
2023-07-03 14:50 ` Greg Kurz
2023-07-04 11:23   ` Christian Schoenebeck
2023-07-03 15:52 ` Philippe Mathieu-Daudé

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).