]> git.proxmox.com Git - mirror_qemu.git/blobdiff - kvm-stub.c
Revert "acpi: mark PMTIMER as unlocked"
[mirror_qemu.git] / kvm-stub.c
index a5051f7c6eeec36a9664ff610f924e5afc73caa9..b962b24831b7caef46c3d8e50c5703fb345486f4 100644 (file)
@@ -10,6 +10,7 @@
  *
  */
 
+#include "qemu/osdep.h"
 #include "qemu-common.h"
 #include "hw/hw.h"
 #include "cpu.h"
@@ -30,6 +31,7 @@ bool kvm_gsi_routing_allowed;
 bool kvm_gsi_direct_mapping;
 bool kvm_allowed;
 bool kvm_readonly_mem_allowed;
+bool kvm_ioeventfd_any_length_allowed;
 
 int kvm_init_vcpu(CPUState *cpu)
 {