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: enable ioports_deny_access for dom0.

To: Tristan Gingold <Tristan.Gingold@xxxxxxxx>
Subject: [Xen-ia64-devel] Re: PATCH: enable ioports_deny_access for dom0.
From: Alex Williamson <alex.williamson@xxxxxx>
Date: Tue, 8 Aug 2006 06:50:33 -0600
Cc: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 08 Aug 2006 05:50:46 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <200608081010.22975.Tristan.Gingold@xxxxxxxx>
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>
References: <200608081010.22975.Tristan.Gingold@xxxxxxxx>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.9i
On Tue, Aug 08, 2006 at 10:10:22AM +0200, Tristan Gingold wrote:
> Hi,
> 
> this patch enables ioports_deny_access for dom0.  It is now called if Xen use 
> serial port.
> 
> diff -r 2c06898a1e84 -r 96c7ebb42561 xen/drivers/char/ns16550.c
> --- a/xen/drivers/char/ns16550.c      Mon Aug 07 09:08:45 2006 +0200
> +++ b/xen/drivers/char/ns16550.c      Tue Aug 08 08:16:11 2006 +0200
> @@ -249,16 +249,12 @@ static void ns16550_init_postirq(struct 
>      }
>  }
>  
> -#ifdef CONFIG_X86

   With powerpc now in tree, we're probably safer changing this to
#if defined(CONFIG_X86) || defined(CONFIG_IA64)  rather than
removing it altogether.  Thanks,

        Alex

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