From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: What runtime states to be preserved across save / restore? Date: Mon, 28 Apr 2014 14:10:41 +0100 Message-ID: <20140428131041.GA28126@zion.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: wei.liu2@citrix.com List-Id: xen-devel@lists.xenproject.org Hi all I'm trying to determine what runtime states to be preserved across save / restore. Things that are randomly generated if not set, definitely want to preserve: 1. guest uuid 2. mac address 3. vtpm uuid Things might change when guest is running, and seem to be worthy of preserving: 1. max memory size 2. target memory size 3. CDROM state As for other things, I think using the stored configurations and let the remote end make its own decision is sufficient. Thoughts? Wei.