aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/virtio-ring.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hw/virtio-ring.h')
-rw-r--r--src/hw/virtio-ring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hw/virtio-ring.h b/src/hw/virtio-ring.h
index 8604a011..dccc50d7 100644
--- a/src/hw/virtio-ring.h
+++ b/src/hw/virtio-ring.h
@@ -20,7 +20,7 @@
#define VIRTIO_F_VERSION_1 32
#define VIRTIO_F_IOMMU_PLATFORM 33
-#define MAX_QUEUE_NUM (128)
+#define MAX_QUEUE_NUM (256)
#define VRING_DESC_F_NEXT 1
#define VRING_DESC_F_WRITE 2