]> git.proxmox.com Git - qemu.git/blobdiff - kvm.h
Add function to assign ioeventfd to MMIO.
[qemu.git] / kvm.h
diff --git a/kvm.h b/kvm.h
index 93f81871e9002f5650549cafc7717abc78183d0d..50b6c01ec7d591fb9b50263d7814351ee40dda73 100644 (file)
--- a/kvm.h
+++ b/kvm.h
@@ -175,6 +175,7 @@ static inline void cpu_synchronize_post_init(CPUState *env)
 }
 
 #endif
+int kvm_set_ioeventfd_mmio_long(int fd, uint32_t adr, uint32_t val, bool assign);
 
 int kvm_set_ioeventfd_pio_word(int fd, uint16_t adr, uint16_t val, bool assign);
 #endif