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 0/3] Continuously move iommu code and cleanup some VT

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH 0/3] Continuously move iommu code and cleanup some VT-d code
From: "Han, Weidong" <weidong.han@xxxxxxxxx>
Date: Thu, 6 Mar 2008 17:03:29 +0800
Cc: "Kay, Allen M" <allen.m.kay@xxxxxxxxx>
Delivery-date: Thu, 06 Mar 2008 01:05:31 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Ach/aPJDF5xB+DVkRF6OLUKE0w/DvA==
Thread-topic: [Xen-devel] [PATCH 0/3] Continuously move iommu code and cleanup some VT-d code
This patch set continuously moves iommu code to arch-generic locations,
and also cleans up some VT-d code.

The three patches are as follows:

Patch 1: move generic iommu header files to xen/include/xen/, move
generic iommu.c and io.c to xen/drivers/passthrough/, move intel-iommu.h
to xen/drivers/passthrough/vtd/, and dereference between xen/iommu.h and
intel-iommu.h.
Patch 2: according to iommu header files movement, change corresponding
header file includes.
Patch 3: clean up vtd code, remove useless header includes, and fix code
style.

Signed-off-by: Weidong Han <weidong.han@xxxxxxxxx>

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH 0/3] Continuously move iommu code and cleanup some VT-d code, Han, Weidong <=