commit | 34698d8c61bd3fc86b2e99c3d1ad9ef140b3eb0d | [log] [tgz] |
---|---|---|
author | Mohammed Gamal <m.gamal005@gmail.com> | Wed Aug 04 14:41:04 2010 +0300 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:50:41 2010 +0200 |
tree | ee0db9085fab5767d0c5434bb65b729cf65eb5da | |
parent | 2dbd0dd711e6c0ca6a2be9e6d93bbeb339386638 [diff] |
KVM: x86 emulator: Fix nop emulation If a nop instruction is encountered, we jump directly to the done label. This skip updating rip. Break from the switch case instead Signed-off-by: Mohammed Gamal <m.gamal005@gmail.com> Signed-off-by: Avi Kivity <avi@redhat.com>