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/2] Share VT-d code between x86 and IA64

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH 0/2] Share VT-d code between x86 and IA64
From: "Han, Weidong" <weidong.han@xxxxxxxxx>
Date: Wed, 9 Apr 2008 10:54:54 +0800
Cc: "Kay, Allen M" <allen.m.kay@xxxxxxxxx>
Delivery-date: Tue, 08 Apr 2008 23:35:11 -0700
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: AciZ7RaFVH5Vag3gS1SdQ/IkASpzzQ==
Thread-topic: [Xen-devel] [PATCH 0/2] Share VT-d code between x86 and IA64
iommu code has been moved to arch-generic locations. This patch set
modifies VT-d code for sharing between x86 and IA64. Arch-dependent
functions are declared in common header files, and need to be
implemented respectively for different architectures. In addition,
allocate VT-d page table pgd, root_entry, iremap and qinval from domheap
rather than xenheap. 

The patches are as follows:

Patch 1: declare arch-dependent functions in vtd.h, and implement them
for x86 arch. 
Patch 2: allocate VT-d page table pgd, root_entry, iremap and qinval
from domheap rather than xenheap, and get rid of structure page_info in
iommu.c.

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/2] Share VT-d code between x86 and IA64, Han, Weidong <=