From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Deegan Subject: Re: improve precopy approach Date: Mon, 30 Jan 2012 09:44:04 +0000 Message-ID: <20120130094404.GA96325@ocelot.phlegethon.org> References: <1327828079.48123.YahooMailClassic@web161503.mail.bf1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1327828079.48123.YahooMailClassic@web161503.mail.bf1.yahoo.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Javanshir Farzin Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi, At 01:07 -0800 on 29 Jan (1327799279), Javanshir Farzin wrote: > Hello > I am the master student in computer science. My thesis subject in the > master is improving the pre-copy approach at virtual machine live > migration. I want to develop this section of XEN. How can I cooperate > at Xen Development Projects? Start with the liks at the bottom of this page: http://www.xen.org/projects/xenhv_devs.html > I want to access some document about > XENapproach in memory transfer during live migration. I survey > xc_domain_save.c file to understand about some XEN functions, but I > want to learn more about this. Please help me to achieve more details > about XEN. Live migration was described in this 2005 paper: http://www.cl.cam.ac.uk/research/srg/netos/papers/2005-nsdi-migration.pdf You should proabably also read the Remus papers: http://nss.cs.ubc.ca/remus/ Cheers, Tim.