commit | 2e901c4cf4b550ad37840870246e835889cf7322 | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Thu Mar 18 15:20:12 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Mon May 17 12:16:08 2010 +0300 |
tree | 8a87b5a2b3c65baea8fe4ba0acc4f398d23bb258 | |
parent | 1e470be5a10801cb1c5c145f2cd9e0f5ebaf4f2e [diff] |
KVM: x86 emulator: fix return values of syscall/sysenter/sysexit emulations Return X86EMUL_PROPAGATE_FAULT is fault was injected. Also inject #UD for those instruction when appropriate. Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>