Message ID | 4AFB4D9A.3080705@web.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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