KVM: Clear exception queue before emulating an instruction
authorAvi Kivity <avi@qumranet.com>
Thu, 3 Jul 2008 11:59:22 +0000 (14:59 +0300)
committerAvi Kivity <avi@qumranet.com>
Wed, 15 Oct 2008 08:15:13 +0000 (10:15 +0200)
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 <avi@qumranet.com>

No differences found