X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=qemu%2Fstubs%2Fiothread-lock.c;fp=qemu%2Fstubs%2Fiothread-lock.c;h=dda6f6b58dcb72342b6fc824dd943ada1ce35f48;hb=e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb;hp=0000000000000000000000000000000000000000;hpb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;p=kvmfornfv.git diff --git a/qemu/stubs/iothread-lock.c b/qemu/stubs/iothread-lock.c new file mode 100644 index 000000000..dda6f6b58 --- /dev/null +++ b/qemu/stubs/iothread-lock.c @@ -0,0 +1,15 @@ +#include "qemu-common.h" +#include "qemu/main-loop.h" + +bool qemu_mutex_iothread_locked(void) +{ + return true; +} + +void qemu_mutex_lock_iothread(void) +{ +} + +void qemu_mutex_unlock_iothread(void) +{ +}