From: Glauber de Oliveira Costa Date: Mon, 7 Jan 2008 13:05:31 +0000 (-0200) Subject: lguest: make emulate_insn receive a vcpu struct. X-Git-Tag: v2.6.25-rc1~1135^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3863f68b0d7fe2073c0f4efe534ec87a685c4fa;p=pandora-kernel.git lguest: make emulate_insn receive a vcpu struct. emulate_insn() needs to know about current eip, which will be, in the future, a per-vcpu thing. So in this patch, the function prototype is modified to receive a vcpu struct Signed-off-by: Glauber de Oliveira Costa Signed-off-by: Rusty Russell --- Reading git-diff-tree failed