From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: libvirt with modified QEMU and OVMF Date: Sun, 02 Sep 2018 10:16:17 +0200 Message-ID: <87wos4z54e.fsf@elephly.net> References: <129c5140-eb4c-27df-fe43-6f7cbd423edd@larf.space> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fwNYs-0001Kt-PI for guix-devel@gnu.org; Sun, 02 Sep 2018 04:16:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fwNYl-0007AU-Rj for guix-devel@gnu.org; Sun, 02 Sep 2018 04:16:46 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21018) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fwNYj-00076g-Rz for guix-devel@gnu.org; Sun, 02 Sep 2018 04:16:39 -0400 In-reply-to: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: =?utf-8?Q?G=C3=A1bor?= Boskovits Cc: Guix-devel G=C3=A1bor Boskovits writes: > The libvirt service accepts a libvirt configuration, where you can specify > the libvirt package in use. I guess it would be easy to provide a similar > mechanism to give the qemu package. If qemu is an input of libvirt then > providing a custom libvirt having the custom qemu would be good enough. I= 'm > on mobile now, so I can't check. Qemu is indeed an input to libvirt. --=20 Ricardo