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

[Xen-devel] xl save -c issues with Windows 7 Ultimate

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] xl save -c issues with Windows 7 Ultimate
From: AP Xen <apxeng@xxxxxxxxx>
Date: Fri, 29 Apr 2011 12:28:50 -0700
Delivery-date: Fri, 29 Apr 2011 12:29:58 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=8sIOpgkT5glC9N5TNzQ8o9bU2DL0pV7fdVrspzC0g9s=; b=WiLTkiTqwaQvl2idvuLUVE4oHnoUNzpaidNINMgjczvbApQ8bSThHQ8ztHEdBEwxfD mG4i5JdEtq+Ccg/+ARuIXRy3zz86H/xkV9/RbYqYmEli7HVV4Zm4hH0pFVIpc9Ph8hBP nmwPCyMw/YB9sl6F3XeoC4WlIuDZXuMh8560Q=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=tQyzDitJOfvloolD5k+frbSM7XQz0eooUZ4+OXcSG/L4drfL9xcy2xbfm/FHjzrZrR 8LEh2AjaU50cslUYySpq+4CzLTkVoNPd4xKf2SJbMRhOYO4LZ4b7W4z1P5FE9TsSLi5N mywSEogdElJ8bhcMOlvs1tC9jJ2Nk24rA8UVw=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
I am trying to do an "xl save -c" on a Windows 7 Ultimate domain that
will leave the domain running at the end of the save operation.

root@ubuntu:/etc/xen# xl -v save -c win7 win7chk win7
Saving to win7chk new xl format (info 0x0/0x0/232)
xc: detail: delta 8875ms, dom0 20%, target 0%, sent 971Mb/s, dirtied
0Mb/s 0 pages
xc: detail: Total pages sent= 263168 (0.25x)
xc: detail: (of which 0 were fixups)
xc: detail: All memory is saved
xc: detail: Save exit rc=0

root@ubuntu:/etc/xen# xl list
Name                                        ID   Mem VCPUs      State   Time(s)
Domain-0                                    0  2914     4     r-----     604.5
win7                                           8  1019     2
---ss-       9.8

At the end of this the domain is frozen. Is this a known issue? Any
pointers as to how to debug this? Where does xl pipe its debug
messages to?

BTW, if I destroy the domain and bring it back up using "xl restore",
it comes up successfully.

Thanks,
AP

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] xl save -c issues with Windows 7 Ultimate, AP Xen <=