From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Wang Subject: [PATCH 0 of 6] amd iommu: add ats device support Date: Fri, 21 Oct 2011 14:55:19 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi, this patch set enables ats devices on amd systems with following changes: 1) Move vendor independent ATS functions into public directories. 2) Add new ATS helper functions. 3) Add amd specific enablement. Thanks, Wei