Re: [Qemu-devel] [PATCH 11/16] Move runas handling from vl.c to OS specific files.
On 06/03/2010 09:48 AM, jes.soren...@redhat.com wrote: > +static inline void os_change_process_uid(void) {}; Stray ; r~
[Qemu-devel] [PATCH 11/16] Move runas handling from vl.c to OS specific files.
From: Jes Sorensen 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 --- os-posix.c | 28 qemu-os-posix.h |1 + qemu-os-win32.h |1 + vl.c|