Allow guest to specify syscall vector to use.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 22 Oct 2007 01:03:35 +0000 (11:03 +1000)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 23 Oct 2007 05:49:53 +0000 (15:49 +1000)
(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>

No differences found