From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Dunlap Subject: Re: [PATCH 01/11] Add ioread/iowrite functions to mini-os Date: Fri, 28 Sep 2012 16:39:32 +0100 Message-ID: <5065C4B4.4020100@eu.citrix.com> References: <1348765802-11314-1-git-send-email-matthew.fioravante@jhuapl.edu> <5065ACB7.3040902@jhuapl.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5065ACB7.3040902@jhuapl.edu> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Matthew Fioravante Cc: "samuel.thibault@ens-lyon.org" , Ian Campbell , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On 28/09/12 14:57, Matthew Fioravante wrote: > On 09/28/2012 06:16 AM, George Dunlap wrote: >> On Thu, Sep 27, 2012 at 6:09 PM, Matthew Fioravante >> wrote: >>> This patch adds iowritexx() and ioreadxx() functions for interacting >>> with hardware memory to mini-os. The functions are available in a header >>> iorw.h >>> >>> Signed-off-by: Matthew Fioravante >>> Acked-by: Samuel Thibault >>> >>> diff --git a/extras/mini-os/arch/ia64/iorw.c b/extras/mini-os/arch/ia64/iorw.c >> Is there any reason to have the ia64 stuff? ia64 isn't supported in >> Xen anymore, AFAIK. > Maybe not. But until ia64 support is removed from mini-os the function > bodies should exist so stuff will compile. Ah, right. :-) Then: Reviewed-by: George Dunlap