Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow guest to specify syscall vector to use. | Rusty Russell | 2007-10-23 | 1 | -0/+4 |
* | Move register setup into i386_core.c | Jes Sorensen | 2007-10-23 | 1 | -0/+36 |
* | Make hypercalls arch-independent. | Jes Sorensen | 2007-10-23 | 1 | -1/+61 |
* | Introduce "hcall" pointer to indicate pending hypercall. | Rusty Russell | 2007-10-23 | 1 | -6/+7 |
* | Reorder guest saved regs to match hyperall order | Jes Sorensen | 2007-10-23 | 1 | -2/+2 |
* | Move i386 part of core.c to x86/core.c. | Jes Sorensen | 2007-10-23 | 2 | -1/+478 |
* | Rename switcher.S to x86/switcher_32.S | Rusty Russell | 2007-10-23 | 1 | -0/+350 |