From: Paolo Bonzini Date: Thu, 9 May 2013 09:32:49 +0000 (+0200) Subject: KVM: emulator: emulate AAM X-Git-Tag: v3.10-rc1~11^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a035d5c64d08a8ac12d81b596e7fa6d95a73c347;p=pandora-kernel.git KVM: emulator: emulate AAM This is used by SGABIOS, KVM breaks with emulate_invalid_guest_state=1. AAM needs the source operand to be unsigned; do the same in AAD as well for consistency, even though it does not affect the result. Reported-by: Jun'ichi Nomura Cc: stable@vger.kernel.org # 3.9 Signed-off-by: Paolo Bonzini Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed