Introduce "hcall" pointer to indicate pending hypercall.
[safe/jmp/linux-2.6] / drivers / lguest / hypercalls.c
2007-10-23 Rusty RussellIntroduce "hcall" pointer to indicate pending hypercall.
2007-10-23 Rusty RussellRemove fixed limit on number of guests, and lguests...
2007-10-23 Rusty RussellIntroduce guest mem offset, static link example launcher
2007-10-23 Jes SorensenUse copy_to_user() not put_user for struct timespec
2007-07-29 Rusty RussellProvide timespec to guests rather than jiffies clock.
2007-07-26 Rusty Russelllguest: documentation V: Host
2007-07-26 Rusty Russelllguest: documentation I: Preparation
2007-07-19 Rusty Russelllguest: the host code