hw/remote: update libvfio-user subproject
The currently wrapped version of libvfio-user has compilation issues on newer compilers; bump the library version. Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Jagannathan Raman <jag.raman@oracle.com> Reviewed-by: Mark Cave-Ayland <mark.caveayland@nutanix.com> Link: https://lore.kernel.org/qemu-devel/20260422140244.2147400-1-john.levon@nutanix.com Signed-off-by: Cédric Le Goater <clg@redhat.com>
John Levon committed
Apr 22, 2026 at 15:02 UTC
79aef0356d066ef9da4cd0c9bc49ebc2ff5998b2
2 files changed
+3
-2
hw/remote/vfio-user-obj.c
+2
-1
@@ -800,7 +800,8 @@ static void vfu_object_init_ctx(VfuObject *o, Error **errp)
800
goto fail;
801
}
802
803
- ret = vfu_setup_device_dma(o->vfu_ctx, &dma_register, &dma_unregister);
803
+ ret = vfu_setup_device_dma(o->vfu_ctx, LIBVFIO_USER_MAX_DMA_REGIONS,
804
+ &dma_register, &dma_unregister);
805
if (ret < 0) {
806
error_setg(errp, "vfu: Failed to setup DMA handlers for %s",
807
o->device);
subprojects/libvfio-user.wrap
+1
-1
@@ -1,4 +1,4 @@
1
[wrap-git]
2
url = https://gitlab.com/qemu-project/libvfio-user.git
3
-revision = 0b28d205572c80b568a1003db2c8f37ca333e4d7
3
+revision = 4d9f663450fa80ff375612dbbafe073700e3d3d8
4
depth = 1