From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPVxy-0005U0-B4 for qemu-devel@nongnu.org; Fri, 27 Sep 2013 07:12:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPVxp-0005nY-P0 for qemu-devel@nongnu.org; Fri, 27 Sep 2013 07:12:10 -0400 Received: from mail-we0-x22a.google.com ([2a00:1450:400c:c03::22a]:47077) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPVxp-0005nO-Ic for qemu-devel@nongnu.org; Fri, 27 Sep 2013 07:12:01 -0400 Received: by mail-we0-f170.google.com with SMTP id w62so2521140wes.15 for ; Fri, 27 Sep 2013 04:12:00 -0700 (PDT) Date: Fri, 27 Sep 2013 13:11:54 +0200 From: Stefan Hajnoczi Message-ID: <20130927111154.GG9972@stefanha-thinkpad.redhat.com> References: <1380249092-4775-1-git-send-email-akoskovacs@gmx.com> <1380249092-4775-31-git-send-email-akoskovacs@gmx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1380249092-4775-31-git-send-email-akoskovacs@gmx.com> Subject: Re: [Qemu-devel] [v2 30/71] hw/ide/Kconfig: Add Kconfig file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?iso-8859-1?Q?=C1kos_Kov=E1cs?= Cc: qemu-devel@nongnu.org On Fri, Sep 27, 2013 at 04:30:51AM +0200, Ákos Kovács wrote: > diff --git a/hw/net/Kconfig b/hw/net/Kconfig > new file mode 100644 > index 0000000..19ca549 > --- /dev/null > +++ b/hw/net/Kconfig This should be a separate patch. > @@ -0,0 +1,74 @@ > +menu "Network devices" > + config DP8393X > + bool > + > + config XEN_BACKEND > + bool Should all devices have a "depends on $BUS" so they can only be configured if the bus is also configured?