From: Takuya Yoshikawa Date: Sat, 14 May 2011 15:57:43 +0000 (+0900) Subject: KVM: x86 emulator: Stop passing ctxt->ops as arg of decode helpers X-Git-Tag: v3.1-rc1~264^2~140 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef5d75cc9af2bca7c525158666b5f9696846ffb6;p=pandora-kernel.git KVM: x86 emulator: Stop passing ctxt->ops as arg of decode helpers Dereference it in the actual users: only do_insn_fetch_byte(). This is consistent with the way __linearize() dereferences it. Signed-off-by: Takuya Yoshikawa Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed