From: Rusty Russell Date: Mon, 22 Oct 2007 01:03:26 +0000 (+1000) Subject: Introduce guest mem offset, static link example launcher X-Git-Tag: v2.6.24-rc1~28^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c6b5bfa3cf3b4057788e08482a468cc3bc00780;p=pandora-kernel.git Introduce guest mem offset, static link example launcher In order to avoid problematic special linking of the Launcher, we give the Host an offset: this means we can use any memory region in the Launcher as Guest memory rather than insisting on mmap() at 0. The result is quite pleasing: a number of casts are replaced with simple additions. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed