emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#49135: closed ([PATCH] services: libvirt: Add qemu field.)


From: GNU bug Tracking System
Subject: bug#49135: closed ([PATCH] services: libvirt: Add qemu field.)
Date: Sat, 04 Sep 2021 07:36:02 +0000

Your message dated Sat, 04 Sep 2021 09:35:18 +0200
with message-id <87bl58hjyh.fsf_-_@waegenei.re>
and subject line Re: bug#49135: [PATCH] services: libvirt: Add qemu field.
has caused the debbugs.gnu.org bug report #49135,
regarding [PATCH] services: libvirt: Add qemu field.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
49135: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49135
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] services: libvirt: Add qemu field. Date: Sun, 20 Jun 2021 15:39:51 +0200
* 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#49135: [PATCH] services: libvirt: Add qemu field. Date: Sat, 04 Sep 2021 09:35:18 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)
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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]