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-users

[Xen-users] Does Xen 3.4 support hibernating?

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Does Xen 3.4 support hibernating?
From: Luke Gong <lukejgong@xxxxxxxxx>
Date: Wed, 3 Jun 2009 12:12:01 -0400
Delivery-date: Wed, 03 Jun 2009 09:12:48 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=7UG17xqVkKq9YdveVe0CBzFuK0/AIXdCn2OP7qXJM+M=; b=wCC2a7nTxE5/0cFeplXINN878PSqZolGTf91x8J/xeFyrJJhZZ7n0zKlPQLxnhbFLe 1cpZ04rA4C/w2+AdtS4PxiGqdpCrL0SpDUuyF3hOjMjquhH8dTdJ3kxwQ8a+L5vasJWm ZwezLsqF5lama34/21EdEL5UmAXV4AOtbCZko=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=t1xRHecodAeEpKJL0KQISxPLjhcTfRhNMYSSWlaLiKGqjbMU8Pm2IrVP6CqUrGIk1c K42tENju3AZDLCEQsq960M8/OjEtRuLa+EOGlcfRTr08Dzta16mDFypse8sLKg5WwKhg Hnbn4ui0n2srvx9oe0K9p8nPgULqDRq9HGYfQ=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hey,

I installed Xen 3.4 enabling Power management options -> ACPI -> Sleep states. But whenever I try to hibernate ( echo "disk" > /sys/power/state ) in dom0, the system halts and I get the messages like following:

***********************************************************************
RDX: 00000000000 RSI: fffffffff805520c0 RDI: 00000000000000
......
Process bash (pid: 6697, threadinfo ffff88000071540000, task ffff880021f437a0)
Stack: ....
Call Trace:
 [<fffffff8024c87b>] swsusp_suspend+0x40/0x8f
 .....
 [<fffffff8020a7b2>] tracesys+0xab/0xb5

Code: 44 0f 20 c0 48 89 ....
RIP [<fffffffff8021699a>] __save_processor_state+0xb9/0xc2
RSP <ffff880007155e60>
****************************************************************

Then the system gets stuck here and I need to turn off the power to boot the system again. According to the roadmap of Xen 3.4, the feature of hibernating seems to be supported. I am wondering if I have missed something or hibernating is not supported in Xen 3.4 yet.

Any comments are appreciated. Thanks.

--
Luke
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Does Xen 3.4 support hibernating?, Luke Gong <=