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] minios: add ioremap and cleanups

To: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH 0/3] minios: add ioremap and cleanups
From: Rolf Neugebauer <rolf.neugebauer@xxxxxxxxxxxxx>
Date: Thu, 19 Feb 2009 18:04:39 +0000
Cc: samuel.thibault@xxxxxxxxxxxx
Delivery-date: Thu, 19 Feb 2009 10:05:14 -0800
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
User-agent: Thunderbird 2.0.0.12 (X11/20080226)
Hi

I've added the equivalent of ioremap/iounmap to minios. In the process I've also done some major cleanup of mainly x86/mm.c (comments, coding style, more consistent naming). I also have a sample stubdom which uses ioremap to map the BARs of a PCI device. This is not included in this patch series as it is just sample code.

I've tested it on x86_64. i386 should work too. I've included some empty stubs for ia64 but haven't even "compile tested" due to lack of suitable machines.

The three patches:
1/3: add ioremap to minios
2/3: clean up of events.c. Check hypercall return values etc
3/3: cleanup of mm.c

Rolf

_______________________________________________
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] minios: add ioremap and cleanups, Rolf Neugebauer <=