From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] virt/kvm: change kvm_assign_device() to print return value when iommu_attach_device() fails Date: Wed, 10 Oct 2012 15:45:30 -0300 Message-ID: <20121010184530.GB15661@amt.cnet> References: <1349742971.2674.75.camel@lorien2> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: avi@redhat.com, kvm@vger.kernel.org, LKML , shuahkhan@gmail.com To: Shuah Khan Return-path: Content-Disposition: inline In-Reply-To: <1349742971.2674.75.camel@lorien2> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Mon, Oct 08, 2012 at 06:36:11PM -0600, Shuah Khan wrote: > Change existing kernel error message to include return value from > iommu_attach_device() when it fails. This will help debug device > assignment failures more effectively. > > Signed-off-by: Shuah Khan Applied, thanks.