From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60532) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1mbE-0007Gi-M6 for qemu-devel@nongnu.org; Thu, 08 Sep 2011 17:57:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R1mbD-0002Sv-F8 for qemu-devel@nongnu.org; Thu, 08 Sep 2011 17:57:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45672) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R1mbD-0002Sj-5m for qemu-devel@nongnu.org; Thu, 08 Sep 2011 17:57:31 -0400 From: Alex Williamson Date: Thu, 08 Sep 2011 14:52:33 -0700 In-Reply-To: <4E687433.9020204@redhat.com> References: <20110901194915.2391.97400.stgit@s20.home> <20110901195050.2391.12028.stgit@s20.home> <20110907185505.GF7074@dumpdata.com> <4E687433.9020204@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Message-ID: <1315518861.2662.9.camel@x201.home> Mime-Version: 1.0 Subject: Re: [Qemu-devel] [RFC PATCH 4/5] VFIO: Add PCI device support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: aafabbri@cisco.com, aik@au1.ibm.com, kvm@vger.kernel.org, pmac@au1.ibm.com, qemu-devel@nongnu.org, joerg.roedel@amd.com, Konrad Rzeszutek Wilk , agraf@suse.de, dwg@au1.ibm.com, chrisw@sous-sol.org, B08248@freescale.com, iommu@lists.linux-foundation.org, linux-pci@vger.kernel.org, B07421@freescale.com, benve@cisco.com On Thu, 2011-09-08 at 10:52 +0300, Avi Kivity wrote: > On 09/07/2011 09:55 PM, Konrad Rzeszutek Wilk wrote: > > > If you don't know what to do here, say N. > > > + > > > +menuconfig VFIO_PCI > > > + bool "VFIO support for PCI devices" > > > + depends on VFIO&& PCI > > > + default y if X86 > > > > Hahah.. And Linus is going to tear your behind for that. > > > > Default should be 'n' > > It depends on VFIO, which presumably defaults to n. Yes, exactly.