> 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

I am having the same problem after installing "010_intelfpu" on OpenBSD
6.3 stable.  If you revert back, does it work for you again?  

> 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 think you have to uncomment the following line in vmm.c (for amd64,
this is /usr/src/sys/arch/amd64/amd64/vmm.c): 

/* #define VMM_DEBUG */

Then, recompile as usually (release(8)).  

> 
> I'd like to gather more info to provide a more complete bug report. Ideas?
> 
> --ax0n
> 

Reply via email to