|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: Address check restriction
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.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|