libvfio-user: update submodule

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

Signed-off-by: John Levon <john.levon@nutanix.com>
Change-Id: Ic64ace08ac0c7e9676f04f8d1f47a9c0388a2652
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7983
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Community-CI: Mellanox Build Bot
This commit is contained in:
John Levon 2021-05-20 19:33:15 +01:00 committed by Changpeng Liu
parent b73d3e6894
commit c41508b7e2
3 changed files with 4 additions and 3 deletions

View File

@ -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));

View File

@ -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;

@ -1 +1 @@
Subproject commit 702a4cad49c40406ff498e0da4a80c6d07b4fc83
Subproject commit cfe9901919943f14961e1da1c4a823336ff79555