Needed to avoid some missing symbols when KVM is disabled. Signed-off-by: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> --- vl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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
Attachment:
signature.asc
Description: OpenPGP digital signature