> There's a problem with the current implementation of mmap > in linux-user such that it can return addresses that are > outside the "valid" address space of the guest.
How do I, either 1. avoid the problem? (Give the guest a larger valid address space) 2. Fix the problem ? (Could you give 4 lines describing the problem and give hints to files to look at and/or send me your patch. I do not mind any performance penalty/"ugliness" of code) Thomas