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: Alex Williamson <alex.williamson@xxxxxx>
Subject: [Xen-ia64-devel] Re: PATCH: enable ioports_deny_access for dom0.
From: Tristan Gingold <Tristan.Gingold@xxxxxxxx>
Date: Tue, 8 Aug 2006 15:20:55 +0200
Cc: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 08 Aug 2006 06:16:27 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20060808125033.GB18152@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> <20060808125033.GB18152@xxxxxxxx>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.5
Le Mardi 08 Août 2006 14:50, Alex Williamson a écrit :
> 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,
Furthermore this code doesn't work with mmio.
So it shouldn't be reenabled.

Tristan.

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

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