xref: /openbmc/qemu/stubs/is-daemonized.c (revision 07a32d6b)
1 #include "qemu-common.h"
2 #include "sysemu/os-posix.h"
3 
4 bool is_daemonized(void)
5 {
6     return true;
7 }
8