GNU bug report logs - #49135
[PATCH] services: libvirt: Add qemu field.

Previous Next

Package: guix-patches;

Reported by: Brice Waegeneire <brice <at> waegenei.re>

Date: Sun, 20 Jun 2021 13:40:02 UTC

Severity: normal

Tags: patch

Done: Brice Waegeneire <brice <at> waegenei.re>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 49135 in the body.
You can then email your comments to 49135 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#49135; Package guix-patches. (Sun, 20 Jun 2021 13:40:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Brice Waegeneire <brice <at> waegenei.re>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 20 Jun 2021 13:40:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Brice Waegeneire <brice <at> waegenei.re>
To: guix-patches <at> gnu.org
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





Information forwarded to guix-patches <at> gnu.org:
bug#49135; Package guix-patches. (Fri, 03 Sep 2021 16:11:01 GMT) Full text and rfc822 format available.

Message #8 received at 49135 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Brice Waegeneire <brice <at> waegenei.re>
Cc: 49135 <at> debbugs.gnu.org
Subject: Re: bug#49135: [PATCH] services: libvirt: Add qemu field.
Date: Fri, 03 Sep 2021 18:09:59 +0200
Brice Waegeneire <brice <at> 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’.




Reply sent to Brice Waegeneire <brice <at> waegenei.re>:
You have taken responsibility. (Sat, 04 Sep 2021 07:36:02 GMT) Full text and rfc822 format available.

Notification sent to Brice Waegeneire <brice <at> waegenei.re>:
bug acknowledged by developer. (Sat, 04 Sep 2021 07:36:02 GMT) Full text and rfc822 format available.

Message #13 received at 49135-done <at> debbugs.gnu.org (full text, mbox):

From: Brice Waegeneire <brice <at> waegenei.re>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 49135-done <at> debbugs.gnu.org
Subject: Re: bug#49135: [PATCH] services: libvirt: Add qemu field.
Date: Sat, 04 Sep 2021 09:35:18 +0200
Ludovic Courtès <ludo <at> gnu.org> writes:

> Brice Waegeneire <brice <at> 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.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 02 Oct 2021 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 199 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.