Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow guest to specify syscall vector to use. | Rusty Russell | 2007-10-23 | 1 | -10/+20 |
* | Introduce "hcall" pointer to indicate pending hypercall. | Rusty Russell | 2007-10-23 | 1 | -4/+4 |
* | Move i386 part of core.c to x86/core.c. | Jes Sorensen | 2007-10-23 | 1 | -446/+13 |
* | Remove fixed limit on number of guests, and lguests array. | Rusty Russell | 2007-10-23 | 1 | -14/+0 |
* | Introduce guest mem offset, static link example launcher | Rusty Russell | 2007-10-23 | 1 | -12/+10 |
* | paravirt: refactor struct paravirt_ops into smaller pv_*_ops | Jeremy Fitzhardinge | 2007-10-16 | 1 | -3/+3 |
* | lguest: Fix Malicious Guest GDT Host Crash | Rusty Russell | 2007-08-09 | 1 | -0/+5 |
* | lguest: documentation VI: Switcher | Rusty Russell | 2007-07-26 | 1 | -4/+47 |
* | lguest: documentation V: Host | Rusty Russell | 2007-07-26 | 1 | -15/+258 |
* | lguest: documentation IV: Launcher | Rusty Russell | 2007-07-26 | 1 | -2/+22 |
* | lguest: documentation I: Preparation | Rusty Russell | 2007-07-26 | 1 | -2/+5 |
* | lguest: the host code | Rusty Russell | 2007-07-19 | 1 | -0/+462 |