* [bug#49135] [PATCH] services: libvirt: Add qemu field.
@ 2021-06-20 13:39 Brice Waegeneire
2021-09-03 16:09 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Brice Waegeneire @ 2021-06-20 13:39 UTC (permalink / raw)
To: 49135
* gnu/services/virtualization.scm (libvirt-configuration): Add 'qemu'
field.
(libvirt-service-type): Replace 'qemu' package with the one specified in
the service configuration.
---
gnu/services/virtualization.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/services/virtualization.scm b/gnu/services/virtualization.scm
index 126fa52279..c7ab586ccf 100644
--- a/gnu/services/virtualization.scm
+++ b/gnu/services/virtualization.scm
@@ -131,6 +131,10 @@
(libvirt
(package libvirt)
"Libvirt package.")
+ (qemu
+ (package qemu)
+ "Qemu package.")
+
(listen-tls?
(boolean #t)
"Flag listening for secure TLS connections on the public TCP/IP port.
@@ -485,7 +489,7 @@ potential infinite waits blocking libvirt."))
(lambda (config)
(list
(libvirt-configuration-libvirt config)
- qemu)))
+ (libvirt-configuration-qemu config))))
(service-extension activation-service-type
%libvirt-activation)
(service-extension shepherd-root-service-type
--
2.31.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#49135] [PATCH] services: libvirt: Add qemu field.
2021-06-20 13:39 [bug#49135] [PATCH] services: libvirt: Add qemu field Brice Waegeneire
@ 2021-09-03 16:09 ` Ludovic Courtès
2021-09-04 7:35 ` bug#49135: " Brice Waegeneire
0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2021-09-03 16:09 UTC (permalink / raw)
To: Brice Waegeneire; +Cc: 49135
Brice Waegeneire <brice@waegenei.re> skribis:
> * gnu/services/virtualization.scm (libvirt-configuration): Add 'qemu'
> field.
> (libvirt-service-type): Replace 'qemu' package with the one specified in
> the service configuration.
LGTM, thanks!
Ludo’.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#49135: [PATCH] services: libvirt: Add qemu field.
2021-09-03 16:09 ` Ludovic Courtès
@ 2021-09-04 7:35 ` Brice Waegeneire
0 siblings, 0 replies; 3+ messages in thread
From: Brice Waegeneire @ 2021-09-04 7:35 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 49135-done
Ludovic Courtès <ludo@gnu.org> writes:
> Brice Waegeneire <brice@waegenei.re> skribis:
>
>> * gnu/services/virtualization.scm (libvirt-configuration): Add 'qemu'
>> field.
>> (libvirt-service-type): Replace 'qemu' package with the one specified in
>> the service configuration.
>
> LGTM, thanks!
Pushed as d0fcce8baf716f8661508db50eaf23b2d5a64a58.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-09-04 7:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-20 13:39 [bug#49135] [PATCH] services: libvirt: Add qemu field Brice Waegeneire
2021-09-03 16:09 ` Ludovic Courtès
2021-09-04 7:35 ` bug#49135: " Brice Waegeneire
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.