lguest: initialize vcpu
[safe/jmp/linux-2.6] / drivers / lguest / lg.h
2008-01-30 Glauber de Oliveir... lguest: introduce vcpu struct
2007-10-25 Rusty Russelllguest: documentation update
2007-10-25 Rusty Russelllguest: remove unused "wake" element from struct lguest
2007-10-23 Rusty Russellgeneralize lgread_u32/lgwrite_u32.
2007-10-23 Rusty RussellRemove old lguest I/O infrrasructure.
2007-10-23 Rusty RussellBoot with virtual == physical to get closer to native...
2007-10-23 Rusty RussellAllow guest to specify syscall vector to use.
2007-10-23 Rusty RussellRename "cr3" to "gpgdir" to avoid x86-specific naming.
2007-10-23 Matias ZabaljaureguiPagetables to use normal kernel types
2007-10-23 Jes SorensenMove register setup into i386_core.c
2007-10-23 Jes SorensenMake hypercalls arch-independent.
2007-10-23 Rusty RussellIntroduce "hcall" pointer to indicate pending hypercall.
2007-10-23 Jes SorensenMove i386 part of core.c to x86/core.c.
2007-10-23 Rusty RussellMake shadow IDT a complete IDT with 256 entries.
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 Rusty RussellRemove binfmts.h include from lg.h
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 IV: Launcher
2007-07-19 Rusty Russelllguest: the host code