X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmm_ctrl_regs.c;h=a05f1b9568e863e018cea3feb42ea76478bce860;hp=d134043d16e5b1e518ecdaba66019db45056f97c;hb=639fdba00d36b2a60fad3d28703459354cf8744f;hpb=d16ef42bba84c7fe88352e5dc23e5e70a5207e29 diff --git a/palacios/src/palacios/vmm_ctrl_regs.c b/palacios/src/palacios/vmm_ctrl_regs.c index d134043..a05f1b9 100644 --- a/palacios/src/palacios/vmm_ctrl_regs.c +++ b/palacios/src/palacios/vmm_ctrl_regs.c @@ -411,6 +411,8 @@ int handle_cr3_write(struct guest_info * info) { int ret; char instr[15]; + + /* Isn't the RIP a Guest Virtual Address???????? */ ret = read_guest_pa_memory(info, get_addr_linear(info, info->rip, &(info->segments.cs)), 15, instr); if (ret != 15) { PrintDebug("Could not read instruction (ret=%d)\n", ret);