|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH 3/4] rombios interface for HVM S3
On 2/6/08 14:45, "Juergen Keil" <jk@xxxxxxxx> wrote:
> For unknown reasons, HVM S3 resume hangs in the bios when trying to load
> the x_firmware_waking_vector from absolute address 0xEA01C (it hangs for
> access to address 0x10000, but doesn't hang for 0xfffe).
It works on Intel because there we emulate the rombios, and our emulator
does not bother with segment limit checks in real mode. This is actually
more lenient than real hardware, hence an AMD CPU (which is directly
executing the rombios code) will fault on the access because it is at a
segment offset greater than 64kB.
Your patch is good. Please re-submit with a fixed changeset comment and a
signed-off-by line. I'll then check it in.
Thanks,
Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|