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

[Xen-devel] Re: Address check restriction

To: Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>
Subject: [Xen-devel] Re: Address check restriction
From: Stefan Berger <stefanb@xxxxxxxxxx>
Date: Thu, 19 Oct 2006 18:00:44 -0400
Cc: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Thu, 19 Oct 2006 15:01:37 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <C15DA2E9.2CEE%Keir.Fraser@xxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx

Keir Fraser <Keir.Fraser@xxxxxxxxxxxx> wrote on 10/19/2006 04:47:21 PM:

> On 19/10/06 8:37 pm, "Stefan Berger" <stefanb@xxxxxxxxxx> wrote:
>
> >     if ( !hvm_apic_support(d) &&
> >          (((gpa >= 0xFEC00000) && (gpa < FED40000)) ||
> >            (gpa >= 0xFED45000)  ))
>
> The test should be removed entirely and handle_mmio() should be extended to
> deal appropriately with accesses to unused addresses, if it doesn't already.


It handles the MMIO addresses correctly - at least from what I can see.
It's probably easier for you to cut those few lines, so I won't send a patch.

   Stefan

>
>  -- Keir
>
>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>