From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41195) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1igGsJ-0004Pc-9t for guix-patches@gnu.org; Sat, 14 Dec 2019 18:31:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1igGsI-0004x7-7w for guix-patches@gnu.org; Sat, 14 Dec 2019 18:31:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:58128) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1igGsI-0004wY-45 for guix-patches@gnu.org; Sat, 14 Dec 2019 18:31:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1igGsI-0007O0-1Y for guix-patches@gnu.org; Sat, 14 Dec 2019 18:31:02 -0500 Subject: [bug#38513] [PATCH] gnu: Remove uses of deprecated Qemu "-nic, model=foo" invokations. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20191206211304.2724-1-mbakke@fastmail.com> Date: Sun, 15 Dec 2019 00:30:16 +0100 In-Reply-To: <20191206211304.2724-1-mbakke@fastmail.com> (Marius Bakke's message of "Fri, 6 Dec 2019 22:13:04 +0100") Message-ID: <87fthmwkmv.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Marius Bakke Cc: 38513@debbugs.gnu.org Hi! Marius Bakke skribis: > * gnu/build/vm.scm (load-in-linux-vm): Move Qemu network configuration fr= om > ARCH-SPECIFIC-FLAGS to the Qemu command line. Use the "-nic" option of Q= emu > instead of "-device" and "-net". > * gnu/system/vm.scm (common-qemu-options): Change "-net nic ..." to "-nic= user ...". > * doc/guix.texi (Installing Guix in a VM, Running Guix in a VM): Adjust > examples accordingly. Apart from the typo Leo noted, it LGTM! :-) Thanks, Ludo=E2=80=99.