libvirt
Here are 356 public repositories matching this topic...
-
Updated
Jan 3, 2022 - Go
-
Updated
Apr 20, 2021 - JavaScript
#873 included a test, but as the test required a > 120M image, we merged only the code.
The test needs to be re-visited.
-
Updated
Dec 9, 2020 - Go
-
Updated
Apr 18, 2020 - Go
-
Updated
Dec 31, 2021 - Shell
When an user gets to "access denied", the frontend returns a bare message. The code is correct "403 Forbidden", but we could use a proper content with the Ravada header, and footer, and the message shown in the body.
-
Updated
Sep 20, 2021 - Shell
-
Updated
Jan 2, 2022 - Shell
-
Updated
Jul 22, 2021 - JavaScript
-
Updated
Aug 1, 2021 - C++
Configuration file
There are some command line (e.g. --min-memory and --adj-memory for autoballooning, also --networking-model in #20) switches that are better to have also in the configuration file that not introduced yet.
So the idea is to have a configuration file that will set all Default("...") in parameters for kingpin.
-
Updated
Jan 14, 2021 - Python
-
Updated
Dec 8, 2021 - Python
-
Updated
Oct 6, 2021 - Shell
-
Updated
Jun 13, 2021 - Shell
-
Updated
Dec 21, 2021 - Python
Improve this page
Add a description, image, and links to the libvirt topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the libvirt topic, visit your repo's landing page and select "manage topics."
Mounting using sshfs does not follow symlinks on Mac.
If ~/www is a symlink then the mounting succeeds to create localsrv:/www, but the directory is empty.
multipass mount ~/www localsrv:/www
Is there a way to enable follow_symlinks when mounting?