]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - hw/char/virtio-serial-bus.c
Merge tag 'hw-misc-20240410' of https://github.com/philmd/qemu into staging
[thirdparty/qemu.git] / hw / char / virtio-serial-bus.c
index 016aba637405e93591611af16332eb0a1594a7a3..2094d213cdf312a28d2815822bb9eef31657e32d 100644 (file)
@@ -985,8 +985,7 @@ static void virtser_port_device_realize(DeviceState *dev, Error **errp)
         return;
     }
 
-    port->bh = qemu_bh_new_guarded(flush_queued_data_bh, port,
-                                   &dev->mem_reentrancy_guard);
+    port->bh = virtio_bh_new_guarded(dev, flush_queued_data_bh, port);
     port->elem = NULL;
 }