Re: [PATCH 13/19] include/qemu/osdep.h: Add Emscripten-specific OS dependencies

2025-04-17 Thread Kohei Tokunaga
Hi Philippe, > You shouldn't have to modify this file, likely a rebase typo. Thank you for pointing this out. I'll fix this in the next version of the series.

Re: [PATCH 13/19] include/qemu/osdep.h: Add Emscripten-specific OS dependencies

2025-04-17 Thread Philippe Mathieu-Daudé
Hi Kohei, On 16/4/25 10:14, Kohei Tokunaga wrote: On emscripten, some implementations in os-posix.c can't be used such as daemonizing and changing user. This commit introduces os-wasm.c and os-wasm.h which are forked from os-posix.c and os-posix.h and patched for targetting Emscripten. Signed-o

[PATCH 13/19] include/qemu/osdep.h: Add Emscripten-specific OS dependencies

2025-04-16 Thread Kohei Tokunaga
On emscripten, some implementations in os-posix.c can't be used such as daemonizing and changing user. This commit introduces os-wasm.c and os-wasm.h which are forked from os-posix.c and os-posix.h and patched for targetting Emscripten. Signed-off-by: Kohei Tokunaga --- include/qemu/osdep.h