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-ia64-devel

[Xen-devel] [PATCH] 3.1-testing ia64 patches

To: Keir Fraser <keir.fraser@xxxxxxxxxx>
Subject: [Xen-devel] [PATCH] 3.1-testing ia64 patches
From: Alex Williamson <alex.williamson@xxxxxx>
Date: Wed, 02 Apr 2008 21:18:20 -0600
Cc: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>, xen-ia64-devel <xen-ia64-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Wed, 02 Apr 2008 20:18:50 -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>
Organization: HP OSLO R&D
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi Keir,

   The two patches attached are necessary for ia64 in the 3.1-testing
tree.  We make use of the x86 pci-dma-xen.c in this code based, but our
pfn_to_mfn() doesn't provide the true machine frame.  Instead we need
pfn_to_mfn_for_dma().  On current upstream, we've created our own files
for this and we've made the corresponding update in
ia64/linux-2.6.18-xen.hg.  For this backport, the easiest approach seems
to be to redefine pfn_to_mfn() for ia64 in this file.  The other patch
simply backports the addition of the paddr_t typedef.  Thanks,

        Alex


Attachment: ia64_check_pages_physically_contiguous.patch
Description: Text Data

Attachment: paddr.patch
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] 3.1-testing ia64 patches, Alex Williamson <=