From: Avi Kivity Date: Wed, 1 Jun 2011 12:34:24 +0000 (+0300) Subject: KVM: x86 emulator: rename decode_cache::eip to _eip X-Git-Tag: v3.1-rc1~264^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36dd9bb5ce32bc39e25a5fcc61415f13e3ed5d17;p=pandora-kernel.git KVM: x86 emulator: rename decode_cache::eip to _eip 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 Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed