From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eOR1p-00048L-9U for guix-patches@gnu.org; Mon, 11 Dec 2017 11:34:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eOR1m-0002nK-0N for guix-patches@gnu.org; Mon, 11 Dec 2017 11:34:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:48423) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eOR1l-0002nC-SX for guix-patches@gnu.org; Mon, 11 Dec 2017 11:34:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eOR1l-0003py-Lh for guix-patches@gnu.org; Mon, 11 Dec 2017 11:34:01 -0500 Subject: [bug#29409] [PATCH 2/4] build: vm: Use qemu drive device parameter. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <1512565193-3234-1-git-send-email-m.othacehe@gmail.com> <1512565193-3234-3-git-send-email-m.othacehe@gmail.com> Date: Mon, 11 Dec 2017 17:33:08 +0100 In-Reply-To: <1512565193-3234-3-git-send-email-m.othacehe@gmail.com> (m. othacehe's message of "Wed, 6 Dec 2017 13:59:51 +0100") Message-ID: <87mv2pw7gb.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: m.othacehe@gmail.com Cc: 29409@debbugs.gnu.org m.othacehe@gmail.com skribis: > From: Mathieu Othacehe > > * gnu/build/vm.scm (load-in-linux-vm): As per network arguments, use device > parameter to define drive device. LGTM!