Commit c41508b7 authored by John Levon's avatar John Levon Committed by Changpeng Liu
Browse files

libvfio-user: update submodule



Update libvfio-user to the current version, updating the client for the relevant
changes.

Signed-off-by: default avatarJohn Levon <john.levon@nutanix.com>
Change-Id: Ic64ace08ac0c7e9676f04f8d1f47a9c0388a2652
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7983


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarChangpeng Liu <changpeng.liu@intel.com>
Community-CI: Mellanox Build Bot
parent b73d3e68
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ enum vfio_user_command {
	VFIO_USER_DMA_WRITE			= 11,
	VFIO_USER_VM_INTERRUPT			= 12,
	VFIO_USER_DEVICE_RESET			= 13,
	VFIO_USER_DIRTY_PAGES			= 14,
	VFIO_USER_MAX,
};

@@ -107,7 +108,7 @@ struct vfio_user_region_access {

struct vfio_user_dma_region_access {
	uint64_t    addr;
	uint32_t    count;
	uint64_t    count;
	uint8_t     data[];
} __attribute__((packed));

+1 −1
Original line number Diff line number Diff line
@@ -296,7 +296,7 @@ vfio_user_get_dev_info(struct vfio_device *dev, struct vfio_user_device_info *de
int
vfio_user_dev_dma_map_unmap(struct vfio_device *dev, struct vfio_memory_region *mr, bool map)
{
	struct vfio_user_dma_region region;
	struct vfio_user_dma_region region = { 0 };

	region.addr = mr->iova;
	region.size = mr->size;
Compare 702a4cad to cfe99019
Original line number Diff line number Diff line
Subproject commit 702a4cad49c40406ff498e0da4a80c6d07b4fc83
Subproject commit cfe9901919943f14961e1da1c4a823336ff79555