diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-03-18 21:58:29 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-03-18 23:35:24 +0900 |
| commit | fa39695bbc0c5f79838cbca55d55eebd821a8efa (patch) | |
| tree | 78e7d96e1c14bf88cf1934d6b4c5ecbd76e2512e /gnu/services/virtualization.scm | |
| parent | 76e07a6f5c07f2c904ba5c1ade84feac88200ade (diff) | |
services/libvirt: Export libvirt-configuration field accessors.
* gnu/services/virtualization.scm: Export libvirt-configuration field
accessors.
Change-Id: I191235504ba0d2aaeffac9a10bd469ae0a561855
Diffstat (limited to 'gnu/services/virtualization.scm')
| -rw-r--r-- | gnu/services/virtualization.scm | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/gnu/services/virtualization.scm b/gnu/services/virtualization.scm index a6f8e821daa..555c0be55eb 100644 --- a/gnu/services/virtualization.scm +++ b/gnu/services/virtualization.scm | |||
| @@ -95,6 +95,51 @@ | |||
| 95 | hurd-vm-service-type | 95 | hurd-vm-service-type |
| 96 | 96 | ||
| 97 | libvirt-configuration | 97 | libvirt-configuration |
| 98 | libvirt-configuration-access-drivers | ||
| 99 | libvirt-configuration-addr | ||
| 100 | libvirt-configuration-admin-keepalive-count | ||
| 101 | libvirt-configuration-admin-keepalive-interval | ||
| 102 | libvirt-configuration-audit-level | ||
| 103 | libvirt-configuration-auth-tcp | ||
| 104 | libvirt-configuration-auth-tls | ||
| 105 | libvirt-configuration-auth-unix-ro | ||
| 106 | libvirt-configuration-auth-unix-rw | ||
| 107 | libvirt-configuration-ca-file | ||
| 108 | libvirt-configuration-cert-file | ||
| 109 | libvirt-configuration-crl-file | ||
| 110 | libvirt-configuration-host-uuid | ||
| 111 | libvirt-configuration-host-uuid-source | ||
| 112 | libvirt-configuration-keepalive-count | ||
| 113 | libvirt-configuration-keepalive-interval | ||
| 114 | libvirt-configuration-key-file | ||
| 115 | libvirt-configuration-libvirt | ||
| 116 | libvirt-configuration-listen-tcp? | ||
| 117 | libvirt-configuration-listen-tls? | ||
| 118 | libvirt-configuration-log-filters | ||
| 119 | libvirt-configuration-log-level | ||
| 120 | libvirt-configuration-log-outputs | ||
| 121 | libvirt-configuration-max-anonymous-clients | ||
| 122 | libvirt-configuration-max-client-requests | ||
| 123 | libvirt-configuration-max-clients | ||
| 124 | libvirt-configuration-max-queued-clients | ||
| 125 | libvirt-configuration-max-requests | ||
| 126 | libvirt-configuration-max-workers | ||
| 127 | libvirt-configuration-mdns-adv? | ||
| 128 | libvirt-configuration-min-workers | ||
| 129 | libvirt-configuration-ovs-timeout | ||
| 130 | libvirt-configuration-prio-workers | ||
| 131 | libvirt-configuration-qemu | ||
| 132 | libvirt-configuration-sasl-allowed-usernames | ||
| 133 | libvirt-configuration-tcp-port | ||
| 134 | libvirt-configuration-tls-allowed-dn-list | ||
| 135 | libvirt-configuration-tls-no-verify-cert | ||
| 136 | libvirt-configuration-tls-port | ||
| 137 | libvirt-configuration-tls-priority | ||
| 138 | libvirt-configuration-unix-sock-dir | ||
| 139 | libvirt-configuration-unix-sock-group | ||
| 140 | libvirt-configuration-unix-sock-ro-perms | ||
| 141 | libvirt-configuration-unix-sock-rw-perms | ||
| 142 | |||
| 98 | libvirt-service-type | 143 | libvirt-service-type |
| 99 | virtlog-configuration | 144 | virtlog-configuration |
| 100 | virtlog-service-type | 145 | virtlog-service-type |
