Displaying 1 result from an estimated 1 matches for "xenunstable".
Did you mean:
xen_unstable
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", ®s,
>guest_cpu_user_regs());
> show_registers(®s);
> }
>
>This will