]> git.proxmox.com Git - qemu.git/blobdiff - hw/vhost.c
memory: switch memory listeners to a QTAILQ
[qemu.git] / hw / vhost.c
index 5ece659f4ae18281a72a3236b6da8e7b55486ffe..47371454f413c7d90a7350b6114e4ca9619bb35d 100644 (file)
@@ -751,6 +751,7 @@ int vhost_dev_init(struct vhost_dev *hdev, int devfd, bool force)
         .log_sync = vhost_log_sync,
         .log_global_start = vhost_log_global_start,
         .log_global_stop = vhost_log_global_stop,
+        .priority = 10
     };
     hdev->mem = g_malloc0(offsetof(struct vhost_memory, regions));
     hdev->n_mem_sections = 0;