87c9b5e047 ^
07a32d6b96 ^
a77e6b14b4 ^
1
2
3
4 5
6 7
8
9
10
#include "qemu/osdep.h" #include "qemu-common.h" /* Win32 has its own inline stub */ #ifndef _WIN32 bool is_daemonized(void) { return false; } #endif