diff --git a/README.md b/README.md index 47cf60f..54f00b4 100644 --- a/README.md +++ b/README.md @@ -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