From: Avi Kivity Date: Wed, 17 Nov 2010 13:28:22 +0000 (+0200) Subject: KVM: x86 emulator: do not perform address calculations on linear addresses X-Git-Tag: v2.6.38-rc1~244^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30b31ab6823988263c72a215fb875edec6161250;p=pandora-kernel.git KVM: x86 emulator: do not perform address calculations on linear addresses Linear addresses are supposed to already have segment checks performed on them; if we play with these addresses the checks become invalid. Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed