mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
vl.c: Move host_main_loop_wait() to OS specific files.
Move host_main_loop_wait() to OS specific files. Create qemu-os-posix.h and provide empty inline for the POSIX case. 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:
@@ -40,4 +40,5 @@ typedef void WaitObjectFunc(void *opaque);
|
||||
int qemu_add_wait_object(HANDLE handle, WaitObjectFunc *func, void *opaque);
|
||||
void qemu_del_wait_object(HANDLE handle, WaitObjectFunc *func, void *opaque);
|
||||
|
||||
void os_host_main_loop_wait(int *timeout);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user