From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45125) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPW8Q-00028s-Nj for qemu-devel@nongnu.org; Fri, 27 Sep 2013 07:23:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPW8K-0000bP-QE for qemu-devel@nongnu.org; Fri, 27 Sep 2013 07:22:58 -0400 Received: from mail-qa0-x229.google.com ([2607:f8b0:400d:c00::229]:56590) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPW8K-0000bL-M7 for qemu-devel@nongnu.org; Fri, 27 Sep 2013 07:22:52 -0400 Received: by mail-qa0-f41.google.com with SMTP id ii20so370980qab.7 for ; Fri, 27 Sep 2013 04:22:52 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <52456A9C.9010106@redhat.com> Date: Fri, 27 Sep 2013 13:23:08 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1380249092-4775-1-git-send-email-akoskovacs@gmx.com> <1380249092-4775-34-git-send-email-akoskovacs@gmx.com> <20130927111319.GH9972@stefanha-thinkpad.redhat.com> In-Reply-To: <20130927111319.GH9972@stefanha-thinkpad.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [v2 33/71] hw/isa/Kconfig: Add Kconfig file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: =?ISO-8859-1?Q?=C1kos_Kov=E1cs?= , qemu-devel@nongnu.org Il 27/09/2013 13:13, Stefan Hajnoczi ha scritto: > On Fri, Sep 27, 2013 at 04:30:54AM +0200, Ákos Kovács wrote: >> Signed-off-by: Ákos Kovács >> --- >> hw/isa/Kconfig | 39 +++++++++++++++++++++++++++++++++++++++ >> 1 file changed, 39 insertions(+) >> create mode 100644 hw/isa/Kconfig >> >> diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig >> new file mode 100644 >> index 0000000..8f4beda >> --- /dev/null >> +++ b/hw/isa/Kconfig >> @@ -0,0 +1,39 @@ >> +#config ISA >> +# bool > > Why is ISA commented out and all "depends on ISA" are also commented > out? > > I've been asking Akos about that for about a month. :) Paolo