On Mon, Dec 2, 2024 at 2:39 PM Mario Marietto <marietto2...@gmail.com> wrote:
> ok I've used this : > > .op_flags = VIE_OP_F_IMM8 > > After the compilation is finished,I copied the compiled vmm.ko module from > /usr/obj/usr/src/amd64.amd64/sys/modules/vmm/vmm.ko > to /boot/kernel and to /boot/modules. > > Regarding the bhyve executable,I'm using two custom versions of it,called > bhyve-lin and bhyve-win. When I upgrade the system,they cannot change. What > can change is bhyve,but I don't use it. In addition,to be sure,I copied > bhyve-lin and bhyve-win from the system where I don't have the error. With > this being said,the recompilation of vmm.ko didn't solve my issue. > Did you reboot or reload the module? Did you use the new bhyve binary you built from the patch? Note: copying binaries around from other systems or your custom versions will not be something I can help debug. Only code built from a newly checked out /usr/src and applying the patch will provide the correct information on whether it works or not. But if it didn't solve your issue you should document how it can be reproduced and either 1) add it to the bug I mentioned or 2) open a new bug. Make sure to include information on the host system as well (intel/amd, etc.) and how the various guest bits (.img, .fd, etc) were download/created. Mark