Simplified virtual machines with virt-manager

Radu Zaharia
5 min readSep 22, 2022
Photo by Philipp Katzenberger on Unsplash

After writing long system configurations in the command line driven qemu, it would be unfair not to look at the graphical UI driven virt-manager. As expected, they both do the same thing: create virtual machines ready to use in the convenience of our own physical system. We should also mention that they both use the same back-end library to create virtual machines: libvirt.

--

--