[PATCH 19/19] MAINTAINERS: Update MAINTAINERS file for wasm-related files

Kohei Tokunaga posted 19 patches 8 months ago
There is a newer version of this series
[PATCH 19/19] MAINTAINERS: Update MAINTAINERS file for wasm-related files
Posted by Kohei Tokunaga 8 months ago
Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
---
 MAINTAINERS | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index d54b5578f8..74a102c594 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3903,6 +3903,16 @@ F: tcg/tci/
 F: tcg/tci.c
 F: disas/tci.c
 
+WebAssembly TCG target
+M: Kohei Tokunaga <ktokunaga.mail@gmail.com>
+S: Maintained
+F: configs/meson/emscripten.txt
+F: tests/docker/dockerfiles/emsdk-wasm32-cross.docker
+F: util/coroutine-wasm.c
+F: os-wasm.c
+F: include/system/os-wasm.h
+F: stubs/emscripten.c
+
 Block drivers
 -------------
 VMDK
-- 
2.25.1
Re: [PATCH 19/19] MAINTAINERS: Update MAINTAINERS file for wasm-related files
Posted by Philippe Mathieu-Daudé 8 months ago
On 16/4/25 10:14, Kohei Tokunaga wrote:
> Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
> ---
>   MAINTAINERS | 10 ++++++++++
>   1 file changed, 10 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d54b5578f8..74a102c594 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3903,6 +3903,16 @@ F: tcg/tci/
>   F: tcg/tci.c
>   F: disas/tci.c
>   
> +WebAssembly TCG target

Just "WebAssembly target"? (I'd add the future
tcg/wasm/ files in another MAINTAINERS section).

Maybe better to squash with patch 17? Or start adding
the section when you add a new file, then update for
each new file added?

> +M: Kohei Tokunaga <ktokunaga.mail@gmail.com>
> +S: Maintained
> +F: configs/meson/emscripten.txt
> +F: tests/docker/dockerfiles/emsdk-wasm32-cross.docker
> +F: util/coroutine-wasm.c
> +F: os-wasm.c
> +F: include/system/os-wasm.h
> +F: stubs/emscripten.c
> +
>   Block drivers
>   -------------
>   VMDK
Re: [PATCH 19/19] MAINTAINERS: Update MAINTAINERS file for wasm-related files
Posted by Kohei Tokunaga 8 months ago
Hi Philippe,

> Just "WebAssembly target"? (I'd add the future
> tcg/wasm/ files in another MAINTAINERS section).
>
> Maybe better to squash with patch 17? Or start adding
> the section when you add a new file, then update for
> each new file added?

Sure, I'll update the patch to follow this approach.