linux/Documentation/lguest
Rusty Russell 3c6b5bfa3c 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 <rusty@rustcorp.com.au>
2007-10-23 15:49:50 +10:00
..
extract lguest: documentation I: Preparation 2007-07-26 11:35:16 -07:00
lguest.c Introduce guest mem offset, static link example launcher 2007-10-23 15:49:50 +10:00
lguest.txt lguest.txt update 2007-10-23 15:49:48 +10:00
Makefile Introduce guest mem offset, static link example launcher 2007-10-23 15:49:50 +10:00