README : ajout paragraphe sur libvirt
This commit is contained in:
parent
8e96494fed
commit
ae45b2e057
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue