Add qemu 2.4.0
[kvmfornfv.git] / qemu / stubs / is-daemonized.c
diff --git a/qemu/stubs/is-daemonized.c b/qemu/stubs/is-daemonized.c
new file mode 100644 (file)
index 0000000..c0ee917
--- /dev/null
@@ -0,0 +1,9 @@
+#include "qemu-common.h"
+
+/* Win32 has its own inline stub */
+#ifndef _WIN32
+bool is_daemonized(void)
+{
+    return false;
+}
+#endif