KVM: x86 emulator: simplify exception generation
authorAvi Kivity <avi@redhat.com>
Mon, 22 Nov 2010 15:53:25 +0000 (17:53 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 12 Jan 2011 09:29:58 +0000 (11:29 +0200)
Immediately after we generate an exception, we want a X86EMUL_PROPAGATE_FAULT
constant, so return it from the generation functions.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>

No differences found