From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [Qemu-devel] [PATCH v3 00/16] net: hub-based networking Date: Fri, 25 May 2012 14:59:25 +0200 Message-ID: <4FBF822D.9090707@redhat.com> References: <1337882362-20100-1-git-send-email-zwu.kernel@gmail.com> <20120524175321.31254444@doriath.home> <20120525100753.GD30110@stefanha-thinkpad.localdomain> <20120525095313.116f680f@doriath.home> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Stefan Hajnoczi , Markus Armbruster , Stefan Hajnoczi , kvm@vger.kernel.org, jan.kiszka@siemens.com, qemu-devel@nongnu.org, zwu.kernel@gmail.com, wuzhy@linux.vnet.ibm.com To: Luiz Capitulino Return-path: Received: from mx1.redhat.com ([209.132.183.28]:49225 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751552Ab2EYM7i (ORCPT ); Fri, 25 May 2012 08:59:38 -0400 In-Reply-To: <20120525095313.116f680f@doriath.home> Sender: kvm-owner@vger.kernel.org List-ID: Il 25/05/2012 14:53, Luiz Capitulino ha scritto: >> > I agree it would be nice to drop entirely but I don't feel happy doing >> > that to users who might have QEMU buried in scripts somewhere. One >> > day they upgrade packages and suddenly their stuff doesn't work >> > anymore. > This is very similar to kqemu and I don't think we regret having dropped it. It's not. kqemu was putting maintainance burden, the aim of this patch is exactly to isolate the feature to command-line parsing and a magic net client. If you don't use -net, the new code is absolutely dead, unlike kqemu. Paolo