Re: [PATCH v2 15/20] Disable options unsupported on Emscripten

2025-04-21 Thread Philippe Mathieu-Daudé
On 22/4/25 07:27, 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, 4 insertions(+), 4 deletions(-) Reviewed-by: Philippe Mathieu-Daud

[PATCH v2 15/20] Disable options unsupported on Emscripten

2025-04-21 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, 4 insertions(+), 4 deletions(-) V2: - Unified two consecutive #ifndef macros into a single condition in qemu-o