mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-17 21:26:13 -07:00
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>
This commit is contained in:
parent
0766379d4c
commit
eb505be11b
6 changed files with 115 additions and 103 deletions
|
|
@ -33,5 +33,7 @@ static inline void os_host_main_loop_wait(int *timeout)
|
|||
void os_setup_signal_handling(void);
|
||||
void os_change_process_uid(void);
|
||||
void os_change_root(void);
|
||||
void os_daemonize(void);
|
||||
void os_setup_post(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue