Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2007-10-25 | lguest: documentation update | Rusty Russell | 2 | -78/+113 |
2007-10-25 | lguest: use defines from x86 headers instead of magic numbers | Rusty Russell | 1 | -1/+1 |
2007-10-23 | generalize lgread_u32/lgwrite_u32. | Rusty Russell | 1 | -2/+2 |
2007-10-23 | Remove old lguest bus and drivers. | Rusty Russell | 1 | -1/+0 |
2007-10-23 | Boot with virtual == physical to get closer to native Linux. | Rusty Russell | 1 | -3/+4 |
2007-10-23 | Allow guest to specify syscall vector to use. | Rusty Russell | 1 | -0/+4 |
2007-10-23 | Move register setup into i386_core.c | Jes Sorensen | 1 | -0/+36 |
2007-10-23 | Make hypercalls arch-independent. | Jes Sorensen | 1 | -1/+61 |
2007-10-23 | Introduce "hcall" pointer to indicate pending hypercall. | Rusty Russell | 1 | -6/+7 |
2007-10-23 | Reorder guest saved regs to match hyperall order | Jes Sorensen | 1 | -2/+2 |
2007-10-23 | Move i386 part of core.c to x86/core.c. | Jes Sorensen | 2 | -1/+478 |
2007-10-23 | Rename switcher.S to x86/switcher_32.S | Rusty Russell | 1 | -0/+350 |