From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rolf Neugebauer Subject: [PATCH 0/3] minios: add ioremap and cleanups Date: Thu, 19 Feb 2009 18:04:39 +0000 Message-ID: <499D9F37.9000907@netronome.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Xen-devel Cc: samuel.thibault@ens-lyon.org List-Id: xen-devel@lists.xenproject.org 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