git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84411d8
)
KVM: x86 emulator: simplify rip relative decoding
author
Avi Kivity
<avi@qumranet.com>
Mon, 16 Jun 2008 05:09:11 +0000
(22:09 -0700)
committer
Avi Kivity
<avi@qumranet.com>
Sun, 20 Jul 2008 09:42:34 +0000
(12:42 +0300)
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>
No differences found