qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/14] migration queue
@ 2013-01-15 11:18 Juan Quintela
  2013-01-15 11:18 ` [Qemu-devel] [PATCH 01/14] Unlock ramlist lock also in error case Juan Quintela
                   ` (15 more replies)
  0 siblings, 16 replies; 23+ messages in thread
From: Juan Quintela @ 2013-01-15 11:18 UTC (permalink / raw)
  To: qemu-devel

Hi

This is the intersect of the paolo & me patches for migration thread,
please consided for inclusion.

The following changes since commit cf7c3f0cb5a7129f57fa9e69d410d6a05031988c:

  virtio-9p: fix compilation error. (2013-01-14 18:52:39 -0600)

are available in the git repository at:

  git://repo.or.cz/qemu/quintela.git thread.next

for you to fetch changes up to 869342e49d89763f7590ebc52eaecd9ce9f7baa1:

  Rename buffered_ to migration_ (2013-01-15 12:14:40 +0100)

----------------------------------------------------------------
Juan Quintela (8):
      qemu-file: Only set last_error if it is not already set
      migration: move begining stage to the migration thread
      migration: Add buffered_flush error handling
      migration: move exit condition to migration thread
      migration: unfold rest of migrate_fd_put_ready() into thread
      migration: Only go to the iterate stage if there is anything to send
      migration: remove argument to qemu_savevm_state_cancel
      Rename buffered_ to migration_

Paolo Bonzini (6):
      Unlock ramlist lock also in error case
      Protect migration_bitmap_sync() with the ramlist lock
      use XFER_LIMIT_RATIO consistently
      migration: make function static
      migration: remove double call to migrate_fd_close
      migration: fix off-by-one in buffered_rate_limit

 arch_init.c                   |   6 +-
 include/migration/migration.h |   3 -
 include/sysemu/sysemu.h       |   2 +-
 migration.c                   | 183 ++++++++++++++++++++----------------------
 savevm.c                      |  12 +--
 5 files changed, 98 insertions(+), 108 deletions(-)

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

end of thread, other threads:[~2013-01-17 13:40 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-15 11:18 [Qemu-devel] [PATCH 00/14] migration queue Juan Quintela
2013-01-15 11:18 ` [Qemu-devel] [PATCH 01/14] Unlock ramlist lock also in error case Juan Quintela
2013-01-15 11:18 ` [Qemu-devel] [PATCH 02/14] Protect migration_bitmap_sync() with the ramlist lock Juan Quintela
2013-01-15 11:18 ` [Qemu-devel] [PATCH 03/14] use XFER_LIMIT_RATIO consistently Juan Quintela
2013-01-15 19:45   ` Eric Blake
2013-01-15 11:18 ` [Qemu-devel] [PATCH 04/14] migration: make function static Juan Quintela
2013-01-15 11:18 ` [Qemu-devel] [PATCH 05/14] migration: remove double call to migrate_fd_close Juan Quintela
2013-01-15 11:18 ` [Qemu-devel] [PATCH 06/14] migration: fix off-by-one in buffered_rate_limit Juan Quintela
2013-01-15 11:18 ` [Qemu-devel] [PATCH 07/14] qemu-file: Only set last_error if it is not already set Juan Quintela
2013-01-15 11:18 ` [Qemu-devel] [PATCH 08/14] migration: move begining stage to the migration thread Juan Quintela
2013-01-15 19:47   ` Eric Blake
2013-01-15 11:18 ` [Qemu-devel] [PATCH 09/14] migration: Add buffered_flush error handling Juan Quintela
2013-01-15 11:18 ` [Qemu-devel] [PATCH 10/14] migration: move exit condition to migration thread Juan Quintela
2013-01-15 11:18 ` [Qemu-devel] [PATCH 11/14] migration: unfold rest of migrate_fd_put_ready() into thread Juan Quintela
2013-01-15 11:18 ` [Qemu-devel] [PATCH 12/14] migration: Only go to the iterate stage if there is anything to send Juan Quintela
2013-01-15 11:18 ` [Qemu-devel] [PATCH 13/14] migration: remove argument to qemu_savevm_state_cancel Juan Quintela
2013-01-15 11:18 ` [Qemu-devel] [PATCH 14/14] Rename buffered_ to migration_ Juan Quintela
2013-01-15 15:12   ` Paolo Bonzini
2013-01-15 19:50 ` [Qemu-devel] [PATCH 00/14] migration queue Eric Blake
2013-01-16 18:14 ` Anthony Liguori
2013-01-17 10:50   ` Paolo Bonzini
2013-01-17 12:46     ` Juan Quintela
2013-01-17 13:00       ` Paolo Bonzini

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