]> git.proxmox.com Git - qemu.git/blobdiff - hw/vhost.c
memory: pass EventNotifier, not eventfd
[qemu.git] / hw / vhost.c
index 43664e7f4d8ac68b75b907ebce456ab2b817853f..0fd8da84e2b8ee80d589eda3f6fbf5371899f1db 100644 (file)
@@ -737,13 +737,13 @@ static void vhost_virtqueue_cleanup(struct vhost_dev *dev,
 
 static void vhost_eventfd_add(MemoryListener *listener,
                               MemoryRegionSection *section,
-                              bool match_data, uint64_t data, int fd)
+                              bool match_data, uint64_t data, EventNotifier *e)
 {
 }
 
 static void vhost_eventfd_del(MemoryListener *listener,
                               MemoryRegionSection *section,
-                              bool match_data, uint64_t data, int fd)
+                              bool match_data, uint64_t data, EventNotifier *e)
 {
 }