From ae45b2e057eb7a34b1f15f91286ed5a09d4b1e68 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Mon, 25 Mar 2024 14:51:52 +0100 Subject: [PATCH] README : ajout paragraphe sur `libvirt` --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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