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 14:24:43 +0200 Message-ID: References: <20160901155711.7388-1-david@craven.ch> <87vayeim5r.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]:48538) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfnXb-0006xi-2a for guix-devel@gnu.org; Fri, 02 Sep 2016 08:25:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfnXX-0002pa-0v for guix-devel@gnu.org; Fri, 02 Sep 2016 08:25:50 -0400 Received: from mail-yb0-f170.google.com ([209.85.213.170]:35324) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfnXV-0002nu-Pv for guix-devel@gnu.org; Fri, 02 Sep 2016 08:25:46 -0400 Received: by mail-yb0-f170.google.com with SMTP id h3so38628765ybi.2 for ; Fri, 02 Sep 2016 05:25:44 -0700 (PDT) In-Reply-To: <87vayeim5r.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 You can add custom qemu flags by running $(guix system vm *.scm) -net user. As it is now there is no way to remove it, and I've said multiple times that it causes networking difficulties. Adding it isn't a problem. I think that the default qemu flags should be the minimum common denominator, and not include anything that could cause problems in a different setup. Your suggestions for new guix system vm flags are additional code that has to be maintained. I don't think we need them. Besides are you offering to implement them? Because I'm not ;-)