Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lguest: documentation update | Rusty Russell | 2007-10-25 | 1 | -2/+2 |
* | Boot with virtual == physical to get closer to native Linux. | Rusty Russell | 2007-10-23 | 1 | -1/+4 |
* | Allow guest to specify syscall vector to use. | Rusty Russell | 2007-10-23 | 1 | -0/+3 |
* | lguest.h declares a struct timespec, make it include linux/time.h | Jes Sorensen | 2007-10-23 | 1 | -0/+1 |
* | Make hypercalls arch-independent. | Jes Sorensen | 2007-10-23 | 1 | -1/+1 |
* | Remove fixed limit on number of guests, and lguests array. | Rusty Russell | 2007-10-23 | 1 | -2/+0 |
* | Move lguest hcalls to arch-specific header | Jes Sorensen | 2007-10-23 | 1 | -65/+4 |
* | Provide timespec to guests rather than jiffies clock. | Rusty Russell | 2007-07-28 | 1 | -1/+3 |
* | lguest: documentation II: Guest | Rusty Russell | 2007-07-26 | 1 | -9/+38 |
* | lguest: the host code | Rusty Russell | 2007-07-19 | 1 | -6/+6 |
* | lguest: the guest code | Rusty Russell | 2007-07-19 | 1 | -0/+85 |