commit | 62bd430e6d41ac84ff2fb719f5783c3692718f47 | [log] [tgz] |
---|---|---|
author | Mohammed Gamal <m.gamal005@gmail.com> | Wed Jul 28 12:38:40 2010 +0300 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:50:05 2010 +0200 |
tree | d4f956bb6e12a9a76d5aa724dbe12a34c7f6c4ed | |
parent | 7a190667bb316653cbb782fff95cfdfcf51ded45 [diff] |
KVM: x86 emulator: Add IRET instruction Ths patch adds IRET instruction (opcode 0xcf). Currently, only IRET in real mode is emulated. Protected mode support is to be added later if needed. Signed-off-by: Mohammed Gamal <m.gamal005@gmail.com> Reviewed-by: Avi Kivity <avi@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>