Re: vmm/i386 __func__

2017-04-26 Thread Mike Larkin
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" >

vmm/i386 __func__

2017-04-13 Thread Michael W. Bombardieri
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 ==