| ||||||||||
VirtualizationNotes on virtualization. OptionsHost with Linux KVM, FreeBSD bhyve, Windows HyperV, or use a cloud provider. qemuUseful in Linux and Windows, though it may act more an emulator rather than a virtualization solution depending on how you use it and your architecture. It can take advantage of AMD and Intel hardware virtualization on the x86-64 platform. Advanced configurations can use ethernet bridging and hardware pass-through. Creating an imageThe qemu-img command does this. Recommended format is qcow2 for the space-conscious user who doesn't need to use the image on other hypervisors. The raw format might be the most universally accepted, however. FreeBSD bhyveThis might be most useful to those who want to use FreeBSD for both hosts and guests, though the ability to host Linux and Windows with bhyve is solid. Notes at the bottom of the FreeBSD article. |