Re: [PATCH 14/19] Disable options unsupported on Emscripten

2025-04-17 Thread Kohei Tokunaga
Hi Philippe, > > #ifndef _WIN32 > > +#ifndef EMSCRIPTEN > > #if !defined(_WIN32) && !defined(EMSCRIPTEN) > > ? Thank you for the sueggestion. I'll apply this in the next version of the series.

Re: [PATCH 14/19] Disable options unsupported on Emscripten

2025-04-16 Thread Philippe Mathieu-Daudé
On 16/4/25 10:14, Kohei Tokunaga wrote: Daemonizing and run-with aren't supported on Emscripten so disable these flags. Signed-off-by: Kohei Tokunaga --- qemu-options.hx | 4 +++- system/vl.c | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/qemu-options.hx b/qemu

[PATCH 14/19] Disable options unsupported on Emscripten

2025-04-16 Thread Kohei Tokunaga
Daemonizing and run-with aren't supported on Emscripten so disable these flags. Signed-off-by: Kohei Tokunaga --- qemu-options.hx | 4 +++- system/vl.c | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index dc694a99a3..20ed22afe2 1006