From: Takuya Yoshikawa Date: Sun, 29 May 2011 12:53:48 +0000 (+0900) Subject: KVM: x86 emulator: Use the pointers ctxt and c consistently X-Git-Tag: v3.1-rc1~264^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d74191ab1ea857d1cc27e439316eebf8ae46d19;p=pandora-kernel.git KVM: x86 emulator: Use the pointers ctxt and c consistently We should use the local variables ctxt and c when the emulate_ctxt and decode appears many times. At least, we need to be consistent about how we use these in a function. Signed-off-by: Takuya Yoshikawa Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed