diff mbox series

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

Message ID 185cfff812b952abb24e25dfcc8bab7c65da6214.1744787186.git.ktokunaga.mail@gmail.com (mailing list archive)
State New
Headers show
Series Enable QEMU TCI to run 32bit guests on browsers | expand

Commit Message

Kohei Tokunaga April 16, 2025, 8:14 a.m. UTC
Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
---
 MAINTAINERS | 10 ++++++++++
 1 file changed, 10 insertions(+)

Comments

Philippe Mathieu-Daudé April 16, 2025, 9:34 a.m. UTC | #1
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
Kohei Tokunaga April 17, 2025, 9:40 a.m. UTC | #2
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.
diff mbox series

Patch

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