[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-devel] Where's the entry code of backup host in Remus?
On Fri, Feb 17, 2012 at 12:49 AM, Shriram Rajagopalan <rshriram@xxxxxxxxx> wrote:
Look for the entry point into the live migration code, on the receiver host.
Start with tools/python/xen/xend/XendCheckpoint.py Âdef restore(xd, fd, dominfo = None, paused = False, relocating = False) Â --forks off xc_restore and waits for it to complete.
 ------xc_restore calls xc_domain_restore
hope that helps.
cheers shriram
Hi all, I'm reading Remus part of Xen 4.x code and now I can find the entry code of Primary host, which is located in tools/remus directory. But I cannot find the entry code of backup host. Which codes will the backup host execute when the primary code send header of a VM? I can only find some codes are executed in tools/libxc/xc_domain_restore.c, which restores the backup VM as soon as the Primary VM stops. When the backup hostÂsynchronizing the state of primary VM (including machine state, memory state and disk state), which part of code will be execute?
Thanks. -- Regards, Chunqi Li Department of Computer Science School of EECS Peking University Beijing, China
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
I find it, thanks very much.
-- Chunqi Li Department of Computer Science School of EECS Peking University Beijing, China
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|