OpenBSD virtualisation vmm(4) ---------------------- Make sure that the cpu is compatiabledmesg | egrep '(VMX/EPT|SVM/RVI)'This should output something likevmm0 at mainbus0: VMX/EPT vmm0 at mainbus0: VMX/EPT vmm0 at mainbus0: VMX/EPTThen enable, and start, vmd:rcctl enable vmd rcctl start vmdCreating a disk for the new virtual machine, start the install and list the running vms'vmctl create -s 50G disk.qcow2 vmctl start -m 1G -L -i 1 -r install76.iso -d disk.qcow2 example vmctl showConnecting to a vm console is done byvmctl console exampleAnd finally stopping it can be done throughvmctl stop example