-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support non-default libvirt socket URLs and URI
On some systems, such as Fedora 40, there is no longer a "legacy" /run/libvirt/libvirtd-sock. Instead, all the driver-specific daemons have their own socket, such as /run/libvirt/virtqemud-sock. So, let users specify the socket they want to use. While at it, also allow them to chose different connection URIs, such as qemu:///session.
- Loading branch information
Showing
2 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters