linux/drivers/lguest/x86
Rusty Russell c18acd73ff Allow guest to specify syscall vector to use.
(Based on Ron Minnich's LGUEST_PLAN9_SYSCALL patch).

This patch allows Guests to specify what system call vector they want,
and we try to reserve it.  We only allow one non-Linux system call
vector, to try to avoid DoS on the Host.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2007-10-23 15:49:53 +10:00
..
core.c Allow guest to specify syscall vector to use. 2007-10-23 15:49:53 +10:00
switcher_32.S Reorder guest saved regs to match hyperall order 2007-10-23 15:49:51 +10:00