Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 533882
Collapse All | Expand All

(-)qemu-2.2.0/linux-user/qemu.h (-1 / +1 lines)
Lines 150-156 Link Here
150
 * and envelope for the new program. 32 should suffice, this gives
150
 * and envelope for the new program. 32 should suffice, this gives
151
 * a maximum env+arg of 128kB w/4KB pages!
151
 * a maximum env+arg of 128kB w/4KB pages!
152
 */
152
 */
153
#define MAX_ARG_PAGES 33
153
#define MAX_ARG_PAGES 64
154
154
155
/* Read a good amount of data initially, to hopefully get all the
155
/* Read a good amount of data initially, to hopefully get all the
156
   program headers loaded.  */
156
   program headers loaded.  */

Return to bug 533882