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.
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
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