From 8847cfe8aa9d8f6b8648aafd5d929a57d836cc61 Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Thu, 10 Jun 2010 11:42:26 +0200 Subject: 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 Acked-by: Juan Quintela Acked-by: Richard Henderson Signed-off-by: Blue Swirl --- qemu-os-win32.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qemu-os-win32.h') diff --git a/qemu-os-win32.h b/qemu-os-win32.h index e7e2ee3abf..70fdca55c5 100644 --- a/qemu-os-win32.h +++ b/qemu-os-win32.h @@ -43,5 +43,6 @@ void qemu_del_wait_object(HANDLE handle, WaitObjectFunc *func, void *opaque); void os_host_main_loop_wait(int *timeout); static inline void os_setup_signal_handling(void) {} +static inline void os_change_process_uid(void) {} #endif -- cgit v1.2.1