commit | 35d3d4a1dd2c1ffd6f2481f6d8ad6c358bb22f07 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Mon Nov 22 17:53:25 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed Jan 12 11:29:58 2011 +0200 |
tree | 5e306a209b6f015cf72ed9467ae5a0176cdffdc7 | |
parent | db297e3d8ed8409b969512c3ecd9d13223f2981c [diff] |
KVM: x86 emulator: simplify exception generation 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>