search for: guest_reg

Displaying 1 result from an estimated 1 matches for "guest_reg".

Did you mean: lguest_reg
2006 Sep 27
1
RE: Testing status of HVM (Intel VT) on 64bit XENunstable c/s 11616
>Since this happens early in HVM guest boot, I suggest adding tracing to >vmx_vmexit_handler() to dump registers on every MSR write. >Something like >this early on in the function: > if ( reason == EXIT_REASON_MSR_WRITE ) { > printk("regs==%p, guest_regs==%p\n", &regs, >guest_cpu_user_regs()); > show_registers(&regs); > } > >This will let us see if the EAX/EDX are garbage on entry to C code >immediately after VMEXIT. This patch doesn''t help, after applying it, all is OK. -Xin _________________________...