|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel][PATCH 1] X86: Adapt 32b guest os to 64b hypervisorplatfo
>>> "Liu, Jinsong" <jinsong.liu@xxxxxxxxx> 21.10.08 04:49 >>>
>--- a/xen/include/xlat.lst Tue Oct 07 17:23:04 2008 +0800
>+++ b/xen/include/xlat.lst Tue Oct 14 18:41:53 2008 +0800
>@@ -55,3 +55,7 @@
> ! processor_cx platform.h
> ! processor_flags platform.h
> ! processor_power platform.h
>+! pct_register platform.h
>+! processor_px platform.h
>+! psd_package platform.h
>+! processor_performance platform.h
It would seem to me that only processor_performance needs translation,
the other three just need checking here. That should simplify the actual
code doing the translation, as now you don't really need to translate
what xen_processor_performance.states points to - all you need to do
is translate the handle itself.
Jan
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|