aboutsummaryrefslogtreecommitdiff
path: root/include/linux/lguest.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-25lguest: documentation updateGravatar Rusty Russell 1-2/+2
2007-10-23Boot with virtual == physical to get closer to native Linux.Gravatar Rusty Russell 1-1/+4
2007-10-23Allow guest to specify syscall vector to use.Gravatar Rusty Russell 1-0/+3
2007-10-23lguest.h declares a struct timespec, make it include linux/time.hGravatar Jes Sorensen 1-0/+1
2007-10-23Make hypercalls arch-independent.Gravatar Jes Sorensen 1-1/+1
2007-10-23Remove fixed limit on number of guests, and lguests array.Gravatar Rusty Russell 1-2/+0
2007-10-23Move lguest hcalls to arch-specific headerGravatar Jes Sorensen 1-65/+4
2007-07-28Provide timespec to guests rather than jiffies clock.Gravatar Rusty Russell 1-1/+3
2007-07-26lguest: documentation II: GuestGravatar Rusty Russell 1-9/+38
2007-07-19lguest: the host codeGravatar Rusty Russell 1-6/+6
2007-07-19lguest: the guest codeGravatar Rusty Russell 1-0/+85