On Fri, Jun 22, 2018 at 11:41:22PM -0500, Ax0n wrote:
> I'm trying to hunt down a recent breakage with my VMM virtual machines
> refusing to start, and I'm getting errors like this:
> 
> vcpu_run_loop: vm 5 / vcpu 0 run ioctl failed: Invalid argument
> 
> It looks like previous requests for help with this error have resulted in
> being asked to build with the VMM_DEBUG macro, but I don't know how to do
> that. I do not see VMM_DEBUG in the GENERIC config, and just a few ifdefs
> in the code.
> 
> I'd like to gather more info to provide a more complete bug report. Ideas?
> 
> --ax0n

uncomment the #define VMM_DEBUG line at the top part of vmm.c

-ml


Reply via email to