|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] RE: [PATCH 3/12] Provide basic Xen PM infrastructure
>From: Keir Fraser [mailto:keir@xxxxxxxxxxxxx]
>Sent: 2007年6月5日 17:49
>
>
>A few comments are included below, but I should also add that I suspect
>the
>sleep/wakeup code is broken by the fact that x86/64 Xen is relocated in
>physical memory. The sleep/wakeup code should be potentially added to
>the
>trampoline at 0x90000?
>
How is the relocation address decided for x86-64 Xen? Since trampoline
code still uses 0x90000 as the case before relocation change, I guess
wakeup code can still work since it's hard coded to 0x7000 by far. As
long as 0-1M is still special owned by dom_io (not participate into heap
allocation), I guess that wakeup code should still work.
Thanks,
Kevin
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|