From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDuCz-000830-67 for qemu-devel@nongnu.org; Mon, 26 Aug 2013 06:39:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VDuCt-0002S3-CJ for qemu-devel@nongnu.org; Mon, 26 Aug 2013 06:39:41 -0400 Received: from mail-qe0-x236.google.com ([2607:f8b0:400d:c02::236]:42290) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VDuCt-0002Rr-8R for qemu-devel@nongnu.org; Mon, 26 Aug 2013 06:39:35 -0400 Received: by mail-qe0-f54.google.com with SMTP id i11so1626347qej.41 for ; Mon, 26 Aug 2013 03:39:34 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <521B3061.2040003@redhat.com> Date: Mon, 26 Aug 2013 12:39:29 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1377471536-12423-1-git-send-email-akoskovacs@gmx.com> <1377471536-12423-18-git-send-email-akoskovacs@gmx.com> In-Reply-To: <1377471536-12423-18-git-send-email-akoskovacs@gmx.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 17/47] hw/9pfs/Kconfig: Add 9pfs Kconfig List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?w4Frb3MgS292w6Fjcw==?= Cc: qemu-devel@nongnu.org Il 26/08/2013 00:58, Ákos Kovács ha scritto: > Signed-off-by: Ákos Kovács > --- > hw/9pfs/Kconfig | 2 ++ > 1 file changed, 2 insertions(+) > create mode 100644 hw/9pfs/Kconfig > > diff --git a/hw/9pfs/Kconfig b/hw/9pfs/Kconfig > new file mode 100644 > index 0000000..f16ffed > --- /dev/null > +++ b/hw/9pfs/Kconfig > @@ -0,0 +1,2 @@ > +config OPEN_BY_HANDLE > + bool > This is defined by config-host.mak, so it is not needed here. However, you may want a CONFIG_VIRTIO_9P, controlling compilation of virtio-9p-device.o. Paolo