diff mbox

qemu-kvm: Reenable iothread mutex wrappers on !CONFIG_KVM

Message ID 4AFB4D9A.3080705@web.de (mailing list archive)
State New, archived
Headers show

Commit Message

Jan Kiszka Nov. 11, 2009, 11:49 p.m. UTC
None
diff mbox

Patch

diff --git a/vl.c b/vl.c
index 594ca34..6556075 100644
--- a/vl.c
+++ b/vl.c
@@ -3443,7 +3443,7 @@  void qemu_notify_event(void)
     }
 }
 
-#ifdef KVM_UPSTREAM
+#if defined(KVM_UPSTREAM) || !defined(CONFIG_KVM)
 void qemu_mutex_lock_iothread(void) {}
 void qemu_mutex_unlock_iothread(void) {}
 #endif