linux/arch/x86/lguest
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
..
Kconfig Move lguest guest support to arch/x86. 2007-10-23 15:49:50 +10:00
Makefile Move lguest guest support to arch/x86. 2007-10-23 15:49:50 +10:00
boot.c Allow guest to specify syscall vector to use. 2007-10-23 15:49:53 +10:00
i386_head.S Move lguest guest support to arch/x86. 2007-10-23 15:49:50 +10:00