aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest/x86/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-25lguest: documentation updateRusty Russell1-58/+62
2007-10-25lguest: use defines from x86 headers instead of magic numbersRusty Russell1-1/+1
2007-10-23generalize lgread_u32/lgwrite_u32.Rusty Russell1-2/+2
2007-10-23Remove old lguest bus and drivers.Rusty Russell1-1/+0
2007-10-23Boot with virtual == physical to get closer to native Linux.Rusty Russell1-3/+4
2007-10-23Allow guest to specify syscall vector to use.Rusty Russell1-0/+4
2007-10-23Move register setup into i386_core.cJes Sorensen1-0/+36
2007-10-23Make hypercalls arch-independent.Jes Sorensen1-1/+61
2007-10-23Introduce "hcall" pointer to indicate pending hypercall.Rusty Russell1-6/+7
2007-10-23Move i386 part of core.c to x86/core.c.Jes Sorensen1-0/+476