From: Nadav Amit Date: Thu, 25 Dec 2014 00:52:18 +0000 (+0200) Subject: KVM: x86: fnstcw and fnstsw may cause spurious exception X-Git-Tag: fixes-v4.0-rc1~113^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16bebefe29d8495c89961a9d57ea1947547a5211;p=pandora-kernel.git KVM: x86: fnstcw and fnstsw may cause spurious exception Since the operand size of fnstcw and fnstsw is updated during the execution, the emulation may cause spurious exceptions as it reads the memory beforehand. Marking these instructions as Mov (since the previous value is ignored) and DstMem16 to simplify the setting of operand size. Signed-off-by: Nadav Amit Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed