commit | a3863f68b0d7fe2073c0f4efe534ec87a685c4fa | [log] [tgz] |
---|---|---|
author | Glauber de Oliveira Costa <gcosta@redhat.com> | Mon Jan 07 11:05:31 2008 -0200 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Jan 30 22:50:10 2008 +1100 |
tree | e9fa7b67b7687f3f882e44654bd758671f7accb5 | |
parent | 0c78441cf4dd66f66e23dc085f0cc1e3e8669b96 [diff] |
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 <gcosta@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>