From: Aurelien Jarno Date: Wed, 17 Oct 2007 17:30:41 +0000 (+0200) Subject: KVM: x86 emulator: fix access registers for instructions with ModR/M byte and Mod = 3 X-Git-Tag: v2.6.24-rc1~59^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e62417bf317504c0b85e0d7abd236f334f54eaf;p=pandora-kernel.git KVM: x86 emulator: fix access registers for instructions with ModR/M byte and Mod = 3 The patch belows changes the access type to register from memory for instructions that are declared as SrcMem or DstMem, but have a ModR/M byte with Mod = 3. It fixes (at least) the lmsw and smsw instructions on an AMD64 CPU, which are needed for FreeBSD. Signed-off-by: Aurelien Jarno Signed-off-by: Avi Kivity --- Reading git-diff-tree failed