WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] save/restore solution

To: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] save/restore solution
From: Todd Jones <stjones@xxxxxxxxxxx>
Date: Thu, 20 Jan 2005 13:22:16 -0600
Delivery-date: Thu, 20 Jan 2005 19:25:17 +0000
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0 (X11/20041206)
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>