mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-01-24 17:01:47 +00:00
Nothing in spice-common calls vfork. The autotools-based build can fallback to vfork if fork is not available/working through the AC_FUNC_FORK macro, but the meson build is not implementing this magic. However, fork() is only called once in backtrace.h, and this part of the code is optional (it's not compiled in on Windows for example), and anyway, I doubt anyone is going to try to compile SPICE code on a platform without fork, so we can remove this check, it's always possible to readd it when we have a clear bug report about what is missing/needed. Signed-off-by: Christophe Fergeau <cfergeau@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com> |
||
|---|---|---|
| build-aux | ||
| common | ||
| docs | ||
| m4 | ||
| python_modules | ||
| tests | ||
| .gitmodules | ||
| autogen.sh | ||
| configure.ac | ||
| COPYING | ||
| git.mk | ||
| Makefile.am | ||
| meson_options.txt | ||
| meson.build | ||
| spice1.proto | ||
| spice_codegen.py | ||
| spice.proto | ||