From: Avi Kivity Date: Tue, 24 Nov 2009 13:20:15 +0000 (+0200) Subject: KVM: x86 emulator: limit instructions to 15 bytes X-Git-Tag: v2.6.33-rc1~387^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb3c79e64a70fb8f7473e30fa07e89c1ecc2c9bb;p=pandora-kernel.git KVM: x86 emulator: limit instructions to 15 bytes While we are never normally passed an instruction that exceeds 15 bytes, smp games can cause us to attempt to interpret one, which will cause large latencies in non-preempt hosts. Cc: stable@kernel.org Signed-off-by: Avi Kivity --- Reading git-diff-tree failed