vmm

  1. O

    qemu Accelerated QEMU is back ? (gsoc 2025)

    Just sharing some first impressions and testing of this work: https://wiki.freebsd.org/SummerOfCode2025Projects/VMMAcceleratorSupportForQEMU As far as I understand, the work is nearing completion and the more people test it, the more chances there are to get it into the upstream. If my memory...
  2. A

    Using VMM as standalone hypervisor

    I understand VMM is tightly coupled with Bhyve, but for an experiment I wanted to get a small real mode program running using only vmm (a replica of nvmm). This was my best attempt. I made sure to set the segment registers appropriately, but gdb tells me I'm calling vm_run improperly. Any help...
  3. BaronBS

    general/other virt-host-validate don't recognize if_tap module

    I want to tryout virt-manager with bhyve. But it doesn't recognize the if_tap module. {beastie} @ FreeBaSeD-T430 > /home/beastie → kldstat -v | grep if 398 if_lo 402 if_vlan 401 if_tap 400 if_tun 399 if_tuntap 397 if_gif 99...
  4. aragats

    vmm_load="YES" doesn't work anymore?

    Am I missing anything? The module vmm.ko is not loaded with vmm_load="YES" in /boot/loader.conf. I have to load it manually. This used to work for ages, not sure when it's stopped – I restart my workstation really rarely.
Back
Top