aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/py/libvfio_user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/libvfio_user.py b/test/py/libvfio_user.py
index 976590c..e68e126 100644
--- a/test/py/libvfio_user.py
+++ b/test/py/libvfio_user.py
@@ -160,7 +160,7 @@ def is_32bit():
return (1 << 31) - 1 == sys.maxsize
-MAX_DMA_REGIONS = 16
+MAX_DMA_REGIONS = 64
# FIXME get from libvfio-user.h
MAX_DMA_SIZE = sys.maxsize << 1 if is_32bit() else (8 * ONE_TB)