From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Knight Subject: A question about "suspend-record frame number" Date: Sun, 22 Feb 2009 00:42:46 +0800 Message-ID: <49A02F06.3070801@pku.edu.cn> Mime-Version: 1.0 Content-Type: text/plain; charset=GB2312 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@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Dear friends: in xc_domain_save.c, there is a suspend-record frame number which is stored in the first vcpu's edx register. What the major use of this "suspend-record frame number". Why this frame number is store there? I want to replace the suspend_and_state with xc_domain_shutdown because the former one is much slower. But after I replaced the funcion, that frame number was lost. What if I ignore the error and omit the corresponding code in xc_domain_restore.c?? Thanks.