README : ajout paragraphe sur libvirt

This commit is contained in:
Ahurac 2024-03-25 14:51:52 +01:00
parent 8e96494fed
commit ae45b2e057

View file

@ -39,6 +39,10 @@ on disk
- **Process detachment**: you can log out and have your virtual machines
still running, control them via Unix sockets
## Is it better than `libvirt` ?
No. `qemush` and `libvirt` are for different use cases. `qemush` will allow you to spin up virtual machines really fast and with as little setup as possible, and aims to be nothing more than a QEMU wrapper, while `libvirt` will offer better out-of-the-box experience, with already existing pre-configurations, associated tools like the `virt-manager` GUI and a friendlier process supervision. You should use `qemush` if you care about controlling every aspect of your virtual machines, and are already used to using bare QEMU without an abstraction layer.
## Dependencies
All dependencies are common packages for a distribution, you'll be able to