From: Avi Kivity Date: Thu, 3 Jul 2008 11:59:22 +0000 (+0300) Subject: KVM: Clear exception queue before emulating an instruction X-Git-Tag: v2.6.28-rc1~269^2~125 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26eef70c3e8c76e73dff2579c792fc7355f8a291;p=pandora-kernel.git KVM: Clear exception queue before emulating an instruction If we're emulating an instruction, either it will succeed, in which case any previously queued exception will be spurious, or we will requeue the same exception. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed