mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00:00
link the main loop and its dependencies into the tools
Using the main loop code from QEMU enables tools to operate fully asynchronously. Advantages include better Windows portability (for some definition of portability) over glib's. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@ -151,8 +151,3 @@ int qemu_create_pidfile(const char *filename)
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
int qemu_get_thread_id(void)
|
||||
{
|
||||
return GetCurrentThreadId();
|
||||
}
|
||||
|
Reference in New Issue
Block a user