From: Avi Kivity Date: Mon, 9 Apr 2012 15:39:59 +0000 (+0300) Subject: KVM: x86 emulator: add support for vector alignment X-Git-Tag: v3.5-rc1~88^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c11b37669a5209bd11fb857a103634afef971e8;p=pandora-kernel.git KVM: x86 emulator: add support for vector alignment x86 defines three classes of vector instructions: explicitly aligned (#GP(0) if unaligned, explicitly unaligned, and default (which depends on the encoding: AVX is unaligned, SSE is aligned). Add support for marking an instruction as explicitly aligned or unaligned, and mark MOVDQU as unaligned. Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed