[PATCH 10/16] make emulate_insn receive a vcpu struct.

2008-01-07 Thread Glauber de Oliveira Costa
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 <[EMAIL PROTECTED]> --- drivers/lguest/x86/core.c |5 +++-- 1 files changed, 3

[PATCH 10/16] make emulate_insn receive a vcpu struct.

2007-12-20 Thread Glauber de Oliveira Costa
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 <[EMAIL PROTECTED]> --- drivers/lguest/x86/core.c |5 +++-- 1 files changed, 3