From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] kvm: KVM_CAP_IOMMU only available with device assignment Date: Mon, 29 Apr 2013 23:10:02 -0300 Message-ID: <20130430021002.GA14088@amt.cnet> References: <20130429165334.19404.54557.stgit@bling.home> <517EA6F2.706@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Alex Williamson , gleb@redhat.com, kvm@vger.kernel.org, linux-kernel@vger.kernel.org To: Randy Dunlap Return-path: Content-Disposition: inline In-Reply-To: <517EA6F2.706@infradead.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Mon, Apr 29, 2013 at 09:59:30AM -0700, Randy Dunlap wrote: > On 04/29/13 09:54, Alex Williamson wrote: > > Fix build with CONFIG_PCI unset by linking KVM_CAP_IOMMU to > > device assignment config option. It has no purpose otherwise. > > > > Signed-off-by: Alex Williamson > > Reported-by: Randy Dunlap > Acked-by: Randy Dunlap > > Thanks. Applied, thanks.