repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libqemustub: add stubs to be able to use qemu-char.c
[qemu/kevin.git]
/
stubs
/
is-daemonized.c
blob
16ce7c732410b4790438768d52a967e251af3915
1
#include
"qemu-common.h"
2
#include
"sysemu/os-posix.h"
3
4
bool
is_daemonized
(
void
)
5
{
6
return true
;
7
}