diff -ru qemu-2.2.0/linux-user/qemu.h qemu-2.2.0-orig/linux-user/qemu.h --- qemu-2.2.0/linux-user/qemu.h 2015-03-31 13:28:20.482642257 -0500 +++ qemu-2.2.0-orig/linux-user/qemu.h 2015-03-31 13:27:26.613792685 -0500 @@ -150,7 +150,7 @@ * and envelope for the new program. 32 should suffice, this gives * a maximum env+arg of 128kB w/4KB pages! */ -#define MAX_ARG_PAGES 33 +#define MAX_ARG_PAGES 64 /* Read a good amount of data initially, to hopefully get all the program headers loaded. */