mbox

[PULL,0/3] migration queue

Message ID 1374599775-14667-1-git-send-email-quintela@redhat.com
State New
Headers show

Pull-request

git://github.com/juanquintela/qemu.git migration.next

Message

Juan Quintela July 23, 2013, 5:16 p.m. UTC
Hi Anthony

please,  pull.

This has Vinod changes for auto-converge.

I merged by hand the problems, and tested that it works and compiles
for everything.

Thanks,  Juan.

PD: there were a prototype missing and the event name on trace-events,
fixed both.

The following changes since commit 25ca6a1f5a3ee0a1ae670590877ed14f05e28fba:

  Merge remote-tracking branch 'agraf/ppc-for-upstream' into staging (2013-07-12 07:58:31 -0500)

are available in the git repository at:


  git://github.com/juanquintela/qemu.git migration.next

for you to fetch changes up to 7ca1dfad952d8a8655b32e78623edcc38a51b14a:

  Force auto-convegence of live migration (2013-07-12 20:35:08 +0200)

----------------------------------------------------------------
Chegu Vinod (3):
      Introduce async_run_on_cpu()
      Add 'auto-converge' migration capability
      Force auto-convegence of live migration

 arch_init.c                   | 81 +++++++++++++++++++++++++++++++++++++++++++
 cpus.c                        | 29 ++++++++++++++++
 include/migration/migration.h |  2 ++
 include/qemu-common.h         |  1 +
 include/qom/cpu.h             | 10 ++++++
 migration.c                   |  9 +++++
 qapi-schema.json              |  2 +-
 trace-events                  |  1 +
 8 files changed, 134 insertions(+), 1 deletion(-)