summaryrefslogtreecommitdiffstats
path: root/drivers/lguest/x86
Commit message (Expand)AuthorAgeFilesLines
...
* Allow guest to specify syscall vector to use.Rusty Russell2007-10-231-0/+4
* Move register setup into i386_core.cJes Sorensen2007-10-231-0/+36
* Make hypercalls arch-independent.Jes Sorensen2007-10-231-1/+61
* Introduce "hcall" pointer to indicate pending hypercall.Rusty Russell2007-10-231-6/+7
* Reorder guest saved regs to match hyperall orderJes Sorensen2007-10-231-2/+2
* Move i386 part of core.c to x86/core.c.Jes Sorensen2007-10-232-1/+478
* Rename switcher.S to x86/switcher_32.SRusty Russell2007-10-231-0/+350