diff options
Diffstat (limited to 'kvm-stub.c')
-rw-r--r-- | kvm-stub.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kvm-stub.c b/kvm-stub.c index d23b11c020..a7a03e14ac 100644 --- a/kvm-stub.c +++ b/kvm-stub.c @@ -19,6 +19,7 @@ KVMState *kvm_state; bool kvm_kernel_irqchip; +bool kvm_async_interrupts_allowed; int kvm_init_vcpu(CPUArchState *env) { |