Home
last modified time | relevance | path

Searched refs:qemu_daemon (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/contrib/ivshmem-server/
H A Dmain.c250 if (qemu_daemon(1, 1) < 0) { in main()
/openbmc/qemu/include/qemu/
H A Dosdep.h508 int qemu_daemon(int nochdir, int noclose);
/openbmc/qemu/util/
H A Doslib-posix.c114 int qemu_daemon(int nochdir, int noclose) in qemu_daemon() function
/openbmc/qemu/
H A Dqemu-nbd.c979 ret = qemu_daemon(1, 0); in main()