From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark McLoughlin Subject: Re: [PATCH 02/13] move page table handling utility functions Date: Thu, 04 Dec 2008 17:12:39 +0000 Message-ID: <1228410759.3732.137.camel@blaa> References: <715D42877B251141A38726ABF5CABF2C018BF05988@pdsmsx503.ccr.corp.intel.com> Reply-To: Mark McLoughlin Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: "'Avi Kivity'" , "Woodhouse, David" , "'Jesse Barnes'" , "Yu, Fenghua" , "'iommu@lists.linux-foundation.org'" , "'kvm@vger.kernel.org'" To: "Han, Weidong" Return-path: Received: from mx2.redhat.com ([66.187.237.31]:35265 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753156AbYLDROE (ORCPT ); Thu, 4 Dec 2008 12:14:04 -0500 In-Reply-To: <715D42877B251141A38726ABF5CABF2C018BF05988@pdsmsx503.ccr.corp.intel.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, 2008-12-02 at 22:22 +0800, Han, Weidong wrote: > move page table handling utility functions from intel-iommu.c to > dma_remapping.h, because some of them will be used in other .c files. You need to rebase your patches against dwmw2's tree where some cleanup patches of mine moved a bunch of stuff from dma_remapping.h to intel-iommu.c And preferably, this stuff could stay internal to intel-iommu.c. Cheers, Mark.