On 20.12.2011, at 17:17, Peter Maydell wrote: > On 14 December 2011 01:43, Alexander Graf <ag...@suse.de> wrote: >> +unsigned long reserved_va = 0xf7000000; > > So why 0xf7000000 rather than the whole of the 32 bit space? > > (In particular for ARM targets we want to be able to mmap > at 0xFFFFxxxx...)
Because that didn't work for me. We still need the commpage above our reserved memory range, so this was the highest value that was safe for me. Alex