From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32771) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dfTQw-0002O2-CL for qemu-devel@nongnu.org; Wed, 09 Aug 2017 12:02:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dfTQt-0006zi-62 for qemu-devel@nongnu.org; Wed, 09 Aug 2017 12:02:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25672) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dfTQs-0006zW-W9 for qemu-devel@nongnu.org; Wed, 09 Aug 2017 12:02:07 -0400 Date: Wed, 9 Aug 2017 18:02:00 +0200 From: Cornelia Huck Message-ID: <20170809180200.39546490.cohuck@redhat.com> In-Reply-To: <20170809141001.3b65e53f@bahia.lan> References: <20170809071718.17924-1-cohuck@redhat.com> <20170809102737.18436fb4.cohuck@redhat.com> <20170809114705.39dc0455@bahia.lan> <20170809130608.3ce61bd3.cohuck@redhat.com> <20170809141001.3b65e53f@bahia.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] 9pfs: fix dependencies List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Greg Kurz Cc: Thomas Huth , aneesh.kumar@linux.vnet.ibm.com, borntraeger@de.ibm.com, agraf@suse.de, qemu-devel@nongnu.org, Stefano Stabellini , Paolo Bonzini On Wed, 9 Aug 2017 14:10:01 +0200 Greg Kurz wrote: > On Wed, 9 Aug 2017 13:06:14 +0200 > Cornelia Huck wrote: > > Should the condition be VIRTFS && (VIRTIO || XEN), then? > > That's what I was beginning to think as well :) OK, here's what should work: - fsdev/Makefile.objs needs to check for VIRTFS && (VIRTIO || XEN) - hw/Makefile.objs needs to check for VIRTFS && (VIRTIO || XEN) before building hw/9pfs/ - hw/9pfs/Makefile.objs needs a new VIRTIO check for the virtio device I'm preparing a patch.