From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH 1/2] [v2] VT-d: Support multiple device assignment for KVM Date: Mon, 1 Dec 2008 15:04:10 +0100 Message-ID: <20081201140410.GB24323@8bytes.org> References: <715D42877B251141A38726ABF5CABF2C018BF04EB8@pdsmsx503.ccr.corp.intel.com> <20081128132737.GS1386@amd.com> <715D42877B251141A38726ABF5CABF2C018BF0542A@pdsmsx503.ccr.corp.intel.com> <20081201115500.GE17719@amd.com> <715D42877B251141A38726ABF5CABF2C018BF0557C@pdsmsx503.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: 'Joerg Roedel' , "Woodhouse, David" , 'Jesse Barnes' , 'Avi Kivity' , "Kay, Allen M" , "Yu, Fenghua" , "'kvm@vger.kernel.org'" , "'iommu@lists.linux-foundation.org'" To: "Han, Weidong" Return-path: Received: from 8bytes.org ([88.198.83.132]:39579 "EHLO 8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751459AbYLAOEM (ORCPT ); Mon, 1 Dec 2008 09:04:12 -0500 Content-Disposition: inline In-Reply-To: <715D42877B251141A38726ABF5CABF2C018BF0557C@pdsmsx503.ccr.corp.intel.com> Sender: kvm-owner@vger.kernel.org List-ID: Ok, I got them to apply. I also did the checkpatch cleanups. To speed things up a bit I would suggest that I rebase my patchset on your patches and send it out in a single series. Any problems with this approach? Joerg On Mon, Dec 01, 2008 at 09:22:42PM +0800, Han, Weidong wrote: > Sorry, this patch has style problem. I will update it and also split it to smaller patches for easy reviewing. > > Regards, > Weidong > > 'Joerg Roedel' wrote: > > Hmm, I get these errors using git-am: > > > > Applying VT-d: Support multiple device assignment for KVM > > .dotest/patch:1344: space before tab in indent. > > clflush_cache_range(addr, size); > > .dotest/patch:1350: space before tab in indent. > > clflush_cache_range(addr, size); > > .dotest/patch:1907: trailing whitespace. > > > > .dotest/patch:1946: trailing whitespace. > > * owned by this domain, clear this iommu in iommu_bmp > > .dotest/patch:2300: trailing whitespace. > > > > error: patch failed: drivers/pci/dmar.c:484 > > error: drivers/pci/dmar.c: patch does not apply > > error: patch failed: drivers/pci/intel-iommu.c:50 > > error: drivers/pci/intel-iommu.c: patch does not apply > > error: patch failed: include/linux/dma_remapping.h:111 > > error: include/linux/dma_remapping.h: patch does not apply > > error: patch failed: include/linux/intel-iommu.h:219 > > error: include/linux/intel-iommu.h: patch does not apply > > Patch failed at 0001. > > > > Joerg > > > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html