From 5708fc665524c5218076388504d078441fb3940c Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Mon, 26 Nov 2012 15:36:40 +0100 Subject: stubs: fully replace qemu-tool.c and qemu-user.c Signed-off-by: Paolo Bonzini --- stubs/iothread-lock.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 stubs/iothread-lock.c (limited to 'stubs/iothread-lock.c') diff --git a/stubs/iothread-lock.c b/stubs/iothread-lock.c new file mode 100644 index 0000000..5d8aca1 --- /dev/null +++ b/stubs/iothread-lock.c @@ -0,0 +1,10 @@ +#include "qemu-common.h" +#include "qemu/main-loop.h" + +void qemu_mutex_lock_iothread(void) +{ +} + +void qemu_mutex_unlock_iothread(void) +{ +} -- cgit v1.1