From: Paolo Bonzini Date: Mon, 9 Feb 2015 09:02:05 +0000 (+0100) Subject: KVM: x86: emulate: correct page fault error code for NoWrite instructions X-Git-Tag: fixes-v4.0-rc1~113^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d44e1212230a68f9dccd1a95b5c8ca5217c62094;p=pandora-kernel.git KVM: x86: emulate: correct page fault error code for NoWrite instructions NoWrite instructions (e.g. cmp or test) never set the "write access" bit in the error code, even if one of the operands is treated as a destination. Fixes: c205fb7d7d4f81e46fc577b707ceb9e356af1456 Cc: Nadav Amit Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed