Displaying 1 result from an estimated 1 matches for "new_ctxt_format".
2007 May 21
2
new_ctxt_format in xc_linux_restore?
Guess following lines as typo since new context format is used to
support fast suspend with online vcpu context saved in image file:
if ( !new_ctxt_format ) <--- Opposite should be used here???
ctxt.flags |= VGCF_online;
Or do I misunderstand save/restore logic? Also interested why
smp restore works if a true typo above. :-)
Thanks,
Kevin
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
h...