On Fri, Apr 14, 2017 at 12:26:22PM +0800, Michael W. Bombardieri wrote:
> Hi,
>
> Some printf() statements in vmm.c already used __func__
> but some didn't. This diff adds more __func__.
>
> Also, one printf() statement was missing a space:
>"vcpu_run_vmx: can't readprocbased ctls on exit"
>
Hi,
Some printf() statements in vmm.c already used __func__
but some didn't. This diff adds more __func__.
Also, one printf() statement was missing a space:
"vcpu_run_vmx: can't readprocbased ctls on exit"
- Michael
Index: vmm.c
==