summaryrefslogtreecommitdiffstats
path: root/drivers/lguest/x86
AgeCommit message (Expand)AuthorFilesLines
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-23Reorder guest saved regs to match hyperall orderJes Sorensen1-2/+2
2007-10-23Move i386 part of core.c to x86/core.c.Jes Sorensen2-1/+478
2007-10-23Rename switcher.S to x86/switcher_32.SRusty Russell1-0/+350