summaryrefslogtreecommitdiff
path: root/arch/x86/lguest/boot.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-23Move i386 part of core.c to x86/core.c.Jes Sorensen1-0/+1
Separate i386 architecture specific from core.c and move it to x86/core.c and add x86/lguest.h header file to match. Signed-off-by: Jes Sorensen <jes@sgi.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2007-10-23Move lguest guest support to arch/x86.Rusty Russell1-0/+1106
Lguest has two sides: host support (to launch guests) and guest support (replacement boot path and paravirt_ops). This moves the guest side to arch/x86/lguest where it's closer to related code. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Andi Kleen <ak@suse.de>