From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: [PATCH 1/9] system: vm: Remove -net user flag. Date: Fri, 2 Sep 2016 15:00:23 +0200 Message-ID: References: <20160901155711.7388-1-david@craven.ch> <87vayeim5r.fsf@we.make.ritual.n0.is> <87y43awj9n.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56856) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfo69-00078t-LJ for guix-devel@gnu.org; Fri, 02 Sep 2016 09:01:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfo64-0002k8-Nh for guix-devel@gnu.org; Fri, 02 Sep 2016 09:01:33 -0400 Received: from mail-yb0-f169.google.com ([209.85.213.169]:33630) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfo63-0002jf-He for guix-devel@gnu.org; Fri, 02 Sep 2016 09:01:28 -0400 Received: by mail-yb0-f169.google.com with SMTP id d205so16270192ybh.0 for ; Fri, 02 Sep 2016 06:01:26 -0700 (PDT) In-Reply-To: <87y43awj9n.fsf@we.make.ritual.n0.is> 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: ng0 Cc: guix-devel > I agree, if it is a problem it should be removed. > Okay, is this documented that one can add qemu options after the > file.scm? `guix system vm --help' doesn't show it, I haven't looked at > documentation. It's not a feature of guix system vm but of the qemu script. $(guix system vm) evaluates to the qemu-run script then we are passing the additional qemu flag to the script.