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-ia64-devel] Re: PATCH: move IO type to ppn [v2]

To: tgingold@xxxxxxx
Subject: [Xen-ia64-devel] Re: PATCH: move IO type to ppn [v2]
From: Alex Williamson <alex.williamson@xxxxxx>
Date: Fri, 28 Mar 2008 15:14:58 -0600
Cc: Xen-ia64-devel <xen-ia64-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Fri, 28 Mar 2008 14:15:13 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20080326055914.GA3387@xxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: OSLO R&D
References: <20080326055914.GA3387@xxxxxxxxxxxxxxxxxxxxx>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
   I'm not a fan of adding these ia64 headers directly into common code.
Couldn't we at least put these in xenctrl.h, or maybe include them via
xen.h or arch-ia64.h?  Thanks,

        Alex

On Wed, 2008-03-26 at 06:59 +0100, tgingold@xxxxxxx wrote:
> diff -r a88bb92e5790 -r 485a87e89329 tools/ioemu/hw/xen_machine_fv.c
> --- a/tools/ioemu/hw/xen_machine_fv.c   Mon Mar 24 08:03:37 2008 +0100
> +++ b/tools/ioemu/hw/xen_machine_fv.c   Wed Mar 26 06:57:48 2008 +0100
> @@ -29,6 +29,10 @@
>  #endif
>  #include <xen/hvm/params.h>
>  #include <sys/mman.h>
> +
> +#ifdef __ia64__
> +#include <xen/arch-ia64/hvm/memmap.h>
> +#endif
>  
>  #if defined(MAPCACHE)
>  
> diff -r a88bb92e5790 -r 485a87e89329 tools/ioemu/vl.c
> --- a/tools/ioemu/vl.c  Mon Mar 24 08:03:37 2008 +0100
> +++ b/tools/ioemu/vl.c  Wed Mar 26 06:57:48 2008 +0100
> @@ -107,6 +107,10 @@
>  #include "disas.h"
>  
>  #include "exec-all.h"
> +
> +#if defined(CONFIG_DM) && defined (__ia64__)
> +#include "xen/arch-ia64/hvm/memmap.h"
> +#endif
>  
>  #define DEFAULT_NETWORK_SCRIPT "/etc/xen/qemu-ifup"
>  #ifdef _BSD

-- 
Alex Williamson                             HP Open Source & Linux Org.


_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel

<Prev in Thread] Current Thread [Next in Thread>