|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] [PATCH][HVM] Reserve MMIO a0000-c0000 in ACPI dsdt
Actually, I think it matters.
This DSDT section is directly drawn from one native box. Without it, 64bit
vista cannot boot successfully, and 64bit Windows 2003 reports resource
conflict due to this region.
I don't know why only 64bit Windows complains, but add the region in dsdt would
solve the problem. Per my experience, Windows has higher restrictions on ACPI
tables than Linux.
Thanks,
Qing
>-----Original Message-----
>From: Keir Fraser [mailto:Keir.Fraser@xxxxxxxxxxxx]
>Sent: 2006年11月16日 16:08
>To: He, Qing; xen-devel@xxxxxxxxxxxxxxxxxxx
>Subject: Re: [Xen-devel] [PATCH][HVM] Reserve MMIO a0000-c0000 in ACPI dsdt
>
>On 16/11/06 7:53 am, "He, Qing" <qing.he@xxxxxxxxx> wrote:
>
>> This patch reserves MMIO 0xa0000 to 0xc0000 in ACPI dsdt, it avoids
>> possible vga driver loading problem in HVM Windows guest.
>> Also fixes a Makefile bug in hvmloader directory.
>
>Is this *actually* a problem? I didn't think BIOS tables had to report
>0xA0000-0xBFFFF as special. Certainly e820 and EFI reporting mechanisms
>should ignore it as the hole is a well-defined part of the PC memory layout.
>Also OSes don't treat or probe for standard vga as a pci device.
>
> -- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|