Earlier quoted context omitted.
Libvirt and virt-manager are just simplified user interface to the real software, which is qemu(and KVM). They solve pretty trivial problems, like parsing config file and passing the right options to the qemu binary. Yes, they have some additional useful administration features like start/stop based on a config file, serial console access, but these are really simple to implement in your own shell scripts. Storage ha…
You've missed the point of libvirtd.
Quickemu: Quickly run optimised Windows, macOS and Linux virtual machines
141–142 of 142 posts
Re: Quickemu: Quickly run optimised Windows, macOS and Linux virtual machines
#142Earlier quoted context omitted.
Libvirt and virt-manager are just simplified user interface to the real software, which is qemu(and KVM). They solve pretty trivial problems, like parsing config file and passing the right options to the qemu binary. Yes, they have some additional useful administration features like start/stop based on a config file, serial console access, but these are really simple to implement in your own shell scripts. Storage ha…
The real advantage to libvirt is that it also works with things other than qemu.
If you mean libvirt can provide single UI to different hypervisors, that is true, but I don't see any technical reason to have single UI to different hypervisors. It just provide familiar clicky UI for nontechnical users who do not want to bother with learning hypervisor features and its dedicated tools.