aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/lguest/lg.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-23Make hypercalls arch-independent.Jes Sorensen1-1/+3
2007-10-23Introduce "hcall" pointer to indicate pending hypercall.Rusty Russell1-0/+3
2007-10-23Move i386 part of core.c to x86/core.c.Jes Sorensen1-52/+11
2007-10-23Make shadow IDT a complete IDT with 256 entries.Rusty Russell1-2/+1
2007-10-23Remove fixed limit on number of guests, and lguests array.Rusty Russell1-4/+1
2007-10-23Introduce guest mem offset, static link example launcherRusty Russell1-0/+3
2007-10-23Remove binfmts.h include from lg.hRusty Russell1-1/+0
2007-07-28Provide timespec to guests rather than jiffies clock.Rusty Russell1-0/+1
2007-07-26lguest: documentation V: HostRusty Russell1-3/+16
2007-07-26lguest: documentation IV: LauncherRusty Russell1-0/+25
2007-07-19lguest: the host codeRusty Russell1-0/+261