commit | f5b4edcd52e78556800f90d08bfc9126416ac82f | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Sun Jun 15 22:09:11 2008 -0700 |
committer | Avi Kivity <avi@qumranet.com> | Sun Jul 20 12:42:34 2008 +0300 |
tree | 5c40b9781cf18d66c9e71b837ffc3eaddac48ddb | |
parent | 84411d85dacdb6665578608c6a70fc8b819761a8 [diff] |
KVM: x86 emulator: simplify rip relative decoding rip relative decoding is relative to the instruction pointer of the next instruction; by moving address adjustment until after decoding is complete, we remove the need to determine the instruction size. Signed-off-by: Avi Kivity <avi@qumranet.com>