From: Todd Jones <stjones@cs.wisc.edu>
To: xen-devel@lists.sourceforge.net
Subject: save/restore solution
Date: Thu, 20 Jan 2005 13:22:16 -0600 [thread overview]
Message-ID: <41F004E8.3020108@cs.wisc.edu> (raw)
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
next reply other threads:[~2005-01-20 19:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-20 19:22 Todd Jones [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-01-20 22:10 save/restore solution Ian Pratt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=41F004E8.3020108@cs.wisc.edu \
--to=stjones@cs.wisc.edu \
--cc=xen-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.