From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH 2/2] [v2] KVM: Change to use new APIs for KVM VT-d Date: Thu, 27 Nov 2008 16:14:12 +0100 Message-ID: <20081127151412.GB30524@8bytes.org> References: <715D42877B251141A38726ABF5CABF2C018BF04EB9@pdsmsx503.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "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]:44615 "EHLO 8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750947AbYK0PON (ORCPT ); Thu, 27 Nov 2008 10:14:13 -0500 Content-Disposition: inline In-Reply-To: <715D42877B251141A38726ABF5CABF2C018BF04EB9@pdsmsx503.ccr.corp.intel.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Nov 27, 2008 at 09:49:13PM +0800, Han, Weidong wrote: > This patch changes to use new APIs for KVM VT-d, and add device deassignment for hotplug. Somehow we always step on each others feed :-) I just wrote a patch series to factor the VT-d API into a generic one which I can plug into for AMD IOMMU device passthrough support. This patchset will conflict with this one. I think the best is I post this patchset and then we can agree on how to proceed. Joerg