From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH] kvm: iommu: Add cond_resched to legacy device assignment code Date: Wed, 17 Dec 2014 11:35:00 +0100 Message-ID: <20141217103500.GA9373@suse.de> References: <1418744846-12868-1-git-send-email-joro@8bytes.org> <5490DEB1.30305@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Joerg Roedel , Gleb Natapov , Paolo Bonzini , kvm@vger.kernel.org, linux-kernel@vger.kernel.org To: "Chen, Tiejun" Return-path: Content-Disposition: inline In-Reply-To: <5490DEB1.30305@intel.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Wed, Dec 17, 2014 at 09:38:57AM +0800, Chen, Tiejun wrote: > On 2014/12/16 23:47, Joerg Roedel wrote: > >diff --git a/virt/kvm/iommu.c b/virt/kvm/iommu.c > >index c1e6ae9..ac427e8 100644 > >--- a/virt/kvm/iommu.c > >+++ b/virt/kvm/iommu.c > > This file is already gone after one latest commit c274e03af705, > "kvm: x86: move assigned-dev.c and iommu.c to arch/x86/" is > introduced, so you need to pull your tree firstly :) Hmm, I based the patch on kvm/master, where the file is still present. What is the branch to base kvm patches on these days? Joerg