All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
To: Bechir Bani <bechir.bani@gmail.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Qemu live migration code
Date: Mon, 24 Mar 2014 16:50:02 +0000	[thread overview]
Message-ID: <20140324165001.GG3829@work-vm> (raw)
In-Reply-To: <CACpvL09XH9L7FA6nRxUvmVUsoSLd9ymynJpQDDiqb1rHAjg4fw@mail.gmail.com>

* Bechir Bani (bechir.bani@gmail.com) wrote:
> Hi,
> 
> I want to know the source code of qemu which is responsible for the
> migration of virtual machines, more precisely where the part of the code
> that describes the stages of memory transfer. is that you can help me?

It's split around a few files; memory is mostly in arch_init.c;
It's something like:

   migration.c       Overall management
      savevm.c        
        qemu-file.c    File buffering/bytes on the wire
        vmstate.c      Structured saving of individual devices
        arch_init.c    RAM special code, and a few other things

What are you trying to do/change?

Dave

--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK

  parent reply	other threads:[~2014-03-24 17:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-24 15:29 [Qemu-devel] Qemu live migration code Bechir Bani
2014-03-24 15:33 ` 陈梁
2014-03-24 16:50 ` Dr. David Alan Gilbert [this message]
2014-03-24 17:21   ` Bechir Bani
2014-03-24 17:46     ` Sanidhya Kashyap
2014-03-24 20:40       ` Bechir Bani
2014-03-25 10:03         ` Sanidhya Kashyap
2014-05-12 16:03           ` Bechir Bani
2014-05-13  8:05             ` Dr. David Alan Gilbert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140324165001.GG3829@work-vm \
    --to=dgilbert@redhat.com \
    --cc=bechir.bani@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.