Commit 26eef70c authored by Avi Kivity's avatar Avi Kivity
Browse files

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: default avatarAvi Kivity <avi@qumranet.com>
parent 668f612f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment