]> git.proxmox.com Git - mirror_qemu.git/commit - os-posix.c
Move daemonize handling to OS specific files
authorJes Sorensen <Jes.Sorensen@redhat.com>
Thu, 10 Jun 2010 09:42:28 +0000 (11:42 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 12 Jun 2010 05:49:15 +0000 (08:49 +0300)
commiteb505be11b18b09c621dfb19a4e3b5f703c69eeb
tree697c03fb3cb72911f4418eea8411d6a1afb54049
parent0766379d4c58c5c1edc6adc414bfb25fc979b083
Move daemonize handling to OS specific files

Move daemonize handling from vl.c to OS specific files. Provide dummy
stubs for Win32.

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Acked-by: Juan Quintela <quintela@redhat.com>
Acked-by: Richard Henderson <rth@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
os-posix.c
os-win32.c
qemu-os-posix.h
qemu-os-win32.h
sysemu.h
vl.c