summaryrefslogtreecommitdiff
path: root/drivers/lguest/lg.h
AgeCommit message (Expand)Author
2007-10-25lguest: remove unused "wake" element from struct lguestRusty Russell
2007-10-23generalize lgread_u32/lgwrite_u32.Rusty Russell
2007-10-23Remove old lguest I/O infrrasructure.Rusty Russell
2007-10-23Boot with virtual == physical to get closer to native Linux.Rusty Russell
2007-10-23Allow guest to specify syscall vector to use.Rusty Russell
2007-10-23Rename "cr3" to "gpgdir" to avoid x86-specific naming.Rusty Russell
2007-10-23Pagetables to use normal kernel typesMatias Zabaljauregui
2007-10-23Move register setup into i386_core.cJes Sorensen
2007-10-23Make hypercalls arch-independent.Jes Sorensen
2007-10-23Introduce "hcall" pointer to indicate pending hypercall.Rusty Russell
2007-10-23Move i386 part of core.c to x86/core.c.Jes Sorensen
2007-10-23Make shadow IDT a complete IDT with 256 entries.Rusty Russell
2007-10-23Remove fixed limit on number of guests, and lguests array.Rusty Russell
2007-10-23Introduce guest mem offset, static link example launcherRusty Russell
2007-10-23Remove binfmts.h include from lg.hRusty Russell
2007-07-28Provide timespec to guests rather than jiffies clock.Rusty Russell
2007-07-26lguest: documentation V: HostRusty Russell
2007-07-26lguest: documentation IV: LauncherRusty Russell
2007-07-19lguest: the host codeRusty Russell