increasing the NBD max size to see if it fixes an issue with qemu-2.11.0

This commit is contained in:
Chris Cottam
2018-01-18 16:52:24 +00:00
parent 61940bdfc5
commit ceb3328261

View File

@@ -16,7 +16,7 @@
/* 1MiB is the de-facto standard for maximum size of header + data */
#define NBD_MAX_SIZE ( 1024 * 1024 )
#define NBD_MAX_SIZE ( 16 * 1024 * 1024 )
#define NBD_REQUEST_SIZE ( sizeof( struct nbd_request_raw ) )
#define NBD_REPLY_SIZE ( sizeof( struct nbd_reply_raw ) )