mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
Move runas handling from vl.c to OS specific files.
Move code to handle runas, ie. change of user id of QEMU process to OS specific files and provide dummy stub 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
59a5264b99
commit
8847cfe8aa
4 changed files with 31 additions and 28 deletions
|
@ -31,5 +31,6 @@ static inline void os_host_main_loop_wait(int *timeout)
|
|||
}
|
||||
|
||||
void os_setup_signal_handling(void);
|
||||
void os_change_process_uid(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue