aboutsummaryrefslogtreecommitdiff
path: root/test/py/test_dirty_pages.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/py/test_dirty_pages.py')
-rw-r--r--test/py/test_dirty_pages.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/py/test_dirty_pages.py b/test/py/test_dirty_pages.py
index 5d4f6db..2c9be01 100644
--- a/test/py/test_dirty_pages.py
+++ b/test/py/test_dirty_pages.py
@@ -74,9 +74,7 @@ def test_dirty_pages_setup():
f.truncate(0x10000)
payload = vfio_user_dma_map(argsz=len(vfio_user_dma_map()),
- flags=(VFIO_USER_F_DMA_REGION_READ |
- VFIO_USER_F_DMA_REGION_WRITE |
- VFIO_USER_F_DMA_REGION_MAPPABLE),
+ flags=(VFIO_USER_F_DMA_REGION_READ | VFIO_USER_F_DMA_REGION_WRITE),
offset=0, addr=0x10000, size=0x10000)
hdr = vfio_user_header(VFIO_USER_DMA_MAP, size=len(payload))