mac air m2 安装虚拟机 qemu libvert virt-manager


brew install qemu


# Install libvirt
brew install libvirt

# Time to install virt-manager, you will need macports for this
sudo port install virt-manager


# Now, Start libvirt services (to start the libvirt daemon)
brew services start libvirt
# And now start virt-manager
virt-manager -c "qemu:///session" --no-fork

Qemu, virt-manager, and libvirt on macOS with Apple silicon M2

How to enable KVM on a Mac for Qemu