qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/3] migration queue
@ 2013-07-12 21:28 Juan Quintela
  2013-07-15 20:39 ` [Qemu-devel] [APPLIED] Merge remote-tracking branch 'quintela/migration.next' into staging Anthony Liguori
  0 siblings, 1 reply; 9+ messages in thread
From: Juan Quintela @ 2013-07-12 21:28 UTC (permalink / raw)
  To: qemu-devel; +Cc: anthony

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(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [Qemu-devel] [PULL 0/3] migration queue
@ 2013-07-23 17:16 Juan Quintela
  0 siblings, 0 replies; 9+ messages in thread
From: Juan Quintela @ 2013-07-23 17:16 UTC (permalink / raw)
  To: qemu-devel; +Cc: anthony

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(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [Qemu-devel] [PULL 0/3] migration queue
@ 2017-08-02 13:58 Dr. David Alan Gilbert (git)
  2017-08-02 14:50 ` Peter Maydell
  0 siblings, 1 reply; 9+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2017-08-02 13:58 UTC (permalink / raw)
  To: qemu-devel; +Cc: quintela, peterx, marcandre.lureau

From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

The following changes since commit d3d183a638d6a3ead515618a6547b3f80d39fcb9:

  Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2017-08-02 09:49:02 +0100)

are available in the git repository at:

  git://github.com/dagrh/qemu.git tags/pull-migration-20170802a

for you to fetch changes up to 8bd9c4e6c565c566a6cba3470cb2d4ea63994143:

  io: fix qio_channel_socket_accept err handling (2017-08-02 11:27:44 +0100)

----------------------------------------------------------------
Migration pull 2017-08-02

Just minor fixes for 2.10

----------------------------------------------------------------
Marc-André Lureau (1):
      migration: fix small leaks

Peter Xu (2):
      migration: fix comment disorder in RAMState
      io: fix qio_channel_socket_accept err handling

 io/channel-socket.c   |  3 ++-
 migration/migration.c | 10 ++++++++++
 migration/ram.c       |  4 ++--
 3 files changed, 14 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [Qemu-devel] [PULL 0/3] migration queue
@ 2018-10-31 16:57 Dr. David Alan Gilbert (git)
  2018-11-02 10:52 ` Peter Maydell
  0 siblings, 1 reply; 9+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2018-10-31 16:57 UTC (permalink / raw)
  To: qemu-devel, quintela

From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

The following changes since commit a2e002ff7913ce93aa0f7dbedd2123dce5f1a9cd:

  Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-request' into staging (2018-10-30 15:49:55 +0000)

are available in the Git repository at:

  git://github.com/dagrh/qemu.git tags/pull-migration-20181031a

for you to fetch changes up to 3d63da16fbcd05405efd5946000cdb45474a9bad:

  migration: avoid segmentfault when take a snapshot of a VM which being migrated (2018-10-31 09:38:59 +0000)

----------------------------------------------------------------
Minor migration fixes 2018-10-31

----------------------------------------------------------------
Jia Lina (1):
      migration: avoid segmentfault when take a snapshot of a VM which being migrated

Zhang Chen (1):
      qapi: Fix COLOStatus and query-colo-status since version

wangguang (1):
      COLO: Fix Colo doc secondeary should be secondary

 docs/COLO-FT.txt      |  2 +-
 migration/migration.c |  2 +-
 migration/migration.h |  2 ++
 migration/savevm.c    | 19 +++++++++++--------
 qapi/migration.json   |  4 ++--
 5 files changed, 17 insertions(+), 12 deletions(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-11-02 10:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-12 21:28 [Qemu-devel] [PULL 0/3] migration queue Juan Quintela
2013-07-15 20:39 ` [Qemu-devel] [APPLIED] Merge remote-tracking branch 'quintela/migration.next' into staging Anthony Liguori
2013-07-15 20:42   ` Peter Maydell
2013-07-15 20:50     ` Anthony Liguori
  -- strict thread matches above, loose matches on Subject: below --
2013-07-23 17:16 [Qemu-devel] [PULL 0/3] migration queue Juan Quintela
2017-08-02 13:58 Dr. David Alan Gilbert (git)
2017-08-02 14:50 ` Peter Maydell
2018-10-31 16:57 Dr. David Alan Gilbert (git)
2018-11-02 10:52 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).