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:
2e4ce7f
)
KVM: x86 emulator: rename decode_cache::eip to _eip
author
Avi Kivity
<avi@redhat.com>
Wed, 1 Jun 2011 12:34:24 +0000
(15:34 +0300)
committer
Avi Kivity
<avi@redhat.com>
Tue, 12 Jul 2011 10:16:09 +0000
(13:16 +0300)
The name eip conflicts with a field of the same name in x86_emulate_ctxt,
which we plan to fold decode_cache into.
The name _eip is unfortunate, but what's really needed is a refactoring
here, not a better name.
Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
No differences found