[PATCH] MAINTAINERS: Mark Multi-process QEMU as Odd Fixes

Jagannathan Raman posted 1 patch 1 week, 2 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260521143827.64285-1-jag.raman@oracle.com
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: Mark Multi-process QEMU as Odd Fixes
Posted by Jagannathan Raman 1 week, 2 days ago
Reflect the current maintenance expectations for Multi-process QEMU by
changing its status from Maintained to Odd Fixes.

Signed-off-by: Jagannathan Raman <jag.raman@oracle.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index b75f3222f2..863d409dbb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4447,7 +4447,7 @@ F: tests/tcg/aarch64/system/semiheap.c
 Multi-process QEMU
 M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
 M: Jagannathan Raman <jag.raman@oracle.com>
-S: Maintained
+S: Odd Fixes
 F: docs/devel/multi-process.rst
 F: docs/system/multi-process.rst
 F: hw/pci-host/remote.c
-- 
2.50.1 (Apple Git-155)
Re: [PATCH] MAINTAINERS: Mark Multi-process QEMU as Odd Fixes
Posted by Philippe Mathieu-Daudé 1 week, 2 days ago
On 21/5/26 16:38, Jagannathan Raman wrote:
> Reflect the current maintenance expectations for Multi-process QEMU by
> changing its status from Maintained to Odd Fixes.
> 
> Signed-off-by: Jagannathan Raman <jag.raman@oracle.com>
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

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

Re: [PATCH] MAINTAINERS: Mark Multi-process QEMU as Odd Fixes
Posted by Cédric Le Goater 1 week, 2 days ago
On 5/21/26 16:38, Jagannathan Raman wrote:
> Reflect the current maintenance expectations for Multi-process QEMU by
> changing its status from Maintained to Odd Fixes.
> 
> Signed-off-by: Jagannathan Raman <jag.raman@oracle.com>
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b75f3222f2..863d409dbb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4447,7 +4447,7 @@ F: tests/tcg/aarch64/system/semiheap.c
>   Multi-process QEMU
>   M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
>   M: Jagannathan Raman <jag.raman@oracle.com>
> -S: Maintained
> +S: Odd Fixes
>   F: docs/devel/multi-process.rst
>   F: docs/system/multi-process.rst
>   F: hw/pci-host/remote.c

Reviewed-by: Cédric Le Goater <clg@redhat.com>

Thanks,

C.