WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH][VTD] laying the ground work for ats enabling in xen

To: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH][VTD] laying the ground work for ats enabling in xen
From: "Kay, Allen M" <allen.m.kay@xxxxxxxxx>
Date: Thu, 28 May 2009 18:48:38 -0700
Accept-language: en-US
Acceptlanguage: en-US
Delivery-date: Thu, 28 May 2009 18:49:14 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Acnf/4uWHfD8a0NrTVmIXzQIqUV0uQ==
Thread-topic: [PATCH][VTD] laying the ground work for ats enabling in xen
These changes lay the ground work for ATS enabling in Xen.  It will be followed 
by patch which enables PCI MMCFG which is needed for actual enabling of ATS 
functionality.  These patches has been tested on x86-64 and build tested on 
x86-32 and IA-64.

 xen/drivers/passthrough/vtd/ia64/ats.c    : ATS stub file for IA-64 
compilation support
 xen/drivers/passthrough/vtd/x86/ats.c     : ATS support functions for x86
 xen/drivers/passthrough/vtd/dmar.c        : ATS ACPI table support, NHM EP bug 
fix, code cleanup
 xen/drivers/passthrough/vtd/extern.h      : define new global variables and 
functions
 xen/drivers/passthrough/vtd/ia64/Makefile : added ats.c
 xen/drivers/passthrough/vtd/iommu.c       : added flush_dev_iotlb parameter to 
iotlb flushing routines
 xen/drivers/passthrough/vtd/iommu.h       : added flush_dev_iotlb parameter to 
function prototype
 xen/drivers/passthrough/vtd/qinval.c      : added call to 
dev_invalidate_iotlb, cleanups
 xen/drivers/passthrough/vtd/x86/Makefile  : added ats.c
 xen/include/xen/pci_regs.h                : added new PCI capability 
definitions

Signed-off-by: Allen Kay allen.m.kay@xxxxxxxxx

Attachment: ats05287.patch
Description: ats05287.patch

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH][VTD] laying the ground work for ats enabling in xen, Kay, Allen M <=