From mboxrd@z Thu Jan 1 00:00:00 1970 From: ANNIE LI Subject: problem when checkpoint a running domain Date: Wed, 16 Sep 2009 07:45:47 +0800 Message-ID: <4AB0272B.90601@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org Hi When using "xm save -c" to checkpoint a running domain, the hypercall SHUTDOWN_suspend should return 1, right? However, it return 0 in my winpv driver. And i did not pass start_info as a parameter to the hypercall, is it necessary to write the magic word in start_info and then pass it as a parameter to suspend hypercall to support "xm save -c"? There is also a suspend-cancel key in xenstore, and it's value is 1. What is it for? Need i do some process with this xenstore key? Thanks Annie.