lguest: move the initial guest page table creation code to the host
authorMatias Zabaljauregui <zabaljauregui@gmail.com>
Mon, 29 Sep 2008 04:40:07 +0000 (01:40 -0300)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 29 Dec 2008 22:56:11 +0000 (09:26 +1030)
commit58a24566449892dda409b9ad92c2e56c76c5670c
tree4dfe2305dfd078c71d949ea8cc6c9cc6e2679494
parentbe3c5832d51174ef7f21cefd6ad612dabdcb62fd
lguest: move the initial guest page table creation code to the host

This patch moves the initial guest page table creation code to the host,
so the launcher keeps working with PAE enabled configs.

Signed-off-by: Matias Zabaljauregui <zabaljauregui@gmail.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Documentation/lguest/lguest.c
arch/x86/lguest/i386_head.S
drivers/lguest/lg.h
drivers/lguest/lguest_user.c
drivers/lguest/page_tables.c
include/linux/lguest_launcher.h