hyperkit

Toolkit for embedding hypervisor capabilities in applications

brewmacoslinux
Try with needOr install directly
Source

About

Toolkit for embedding hypervisor capabilities in your application

Commands

hyperkit

Examples

Start a lightweight hypervisor VM with kernel and initrd$ hyperkit -kernel /path/to/kernel -initrd /path/to/initrd -m 1G
Create a VM with network interface and disk image$ hyperkit -m 2G -s 0:0,hostbridge -s 31,lpc -l com1,stdio -s 2:0,virtio-net -s 3:0,virtio-blk,disk.img
Boot VM with custom CPU count and memory allocation$ hyperkit -c 4 -m 4G -kernel vmlinuz -initrd initramfs