From: Rusty Russell Date: Mon, 22 Oct 2007 01:03:35 +0000 (+1000) Subject: Allow guest to specify syscall vector to use. X-Git-Tag: v2.6.24-rc1~28^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c18acd73ffc209def08003a1927473096f66c5ad;p=pandora-kernel.git 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 --- Reading git-diff-tree failed