aboutsummaryrefslogtreecommitdiff
path: root/test/py/libvfio_user.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/py/libvfio_user.py')
-rw-r--r--test/py/libvfio_user.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/py/libvfio_user.py b/test/py/libvfio_user.py
index bdb812a..b276a82 100644
--- a/test/py/libvfio_user.py
+++ b/test/py/libvfio_user.py
@@ -156,7 +156,6 @@ VFU_REGION_FLAG_MEM = 4
VFIO_USER_F_DMA_REGION_READ = (1 << 0)
VFIO_USER_F_DMA_REGION_WRITE = (1 << 1)
-VFIO_USER_F_DMA_REGION_MAPPABLE = (1 << 2)
VFIO_DMA_UNMAP_FLAG_GET_DIRTY_BITMAP = (1 << 0)