virt-manager is a graphical tool for managing virtual machines via libvirt. Most usage is with QEMU/KVM virtual machines, but Xen and libvirt LXC containers are well supported. Common operations for any libvirt driver should work.
Expect limited functionality as macOS is not the usual platform for this application; its primary use on macOS is for remote administration of Linux boxes.
virt-manager is a graphical tool for managing virtual machines via libvirt. Most usage is with QEMU/KVM virtual machines, but Xen and libvirt LXC containers are well supported. Common operations for any libvirt driver should work.
Expect limited functionality as macOS is not the usual platform for this application; its primary use on macOS is for remote administration of Linux boxes.
To install virt-manager, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install virt-manager
To see what files were installed by virt-manager, run:
port contents virt-manager
To later upgrade virt-manager, run:
sudo port selfupdate && sudo port upgrade virt-manager
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.