From: Avi Kivity Date: Tue, 24 Nov 2009 11:20:15 +0000 (+0200) Subject: KVM: x86 emulator: limit instructions to 15 bytes X-Git-Tag: v2.6.27.46~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b91c56fd291670294e197bc2d25ba3844cc53fa;p=pandora-kernel.git KVM: x86 emulator: limit instructions to 15 bytes commit eb3c79e64a70fb8f7473e30fa07e89c1ecc2c9bb upstream [ : backport to 2.6.27 ] 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. Signed-off-by: Avi Kivity Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed