|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] save/restore solution
Hi all,
I reported that I was having a problem restoring a saved domain. I have
found a fix that appears to solve my issue.
During restore, time_resume is called which tries to call init_tsc as
timer_tsc_init.init. Both init_tsc and timer_tsc_init are declared
_init or __initdata and are therefore no longer available when the
domain is restored. Removing the __init and __initdata specifiers from
declarations in
linux-2.6.10-xen-sparse/arch/xen/i386/kernel/timers/timer_tsc.c appears
to solve the problem.
Todd
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] save/restore solution,
Todd Jones <=
|
|
|
|
|