1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#include "qemu/osdep.h" #include "qemu/main-loop.h" bool qemu_mutex_iothread_locked(void) { return true; } void qemu_mutex_lock_iothread_impl(const char *file, int line) { } void qemu_mutex_unlock_iothread(void) { }