From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jan Beulich" Subject: save/restore of domU-s different in size from dom0 Date: Wed, 25 Apr 2007 15:13:33 +0100 Message-ID: <462F7E2D.76E4.0078.0@novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline 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 Looking at the present code in xc_domain_save.c, I take it for granted = that saving a 32-bit domU with a 64-bit dom0 (or vice versa) cannot be expected to work, yet (since the vcpu context structure layout is different and = domctl returns a context matching the domain being saved, bi-modal code appears to be necessary here). Am I missing something? Thanks, Jan