qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL] migration patches


From: Amit Shah
Subject: [Qemu-devel] [PULL] migration patches
Date: Fri, 16 Jan 2015 13:17:57 +0530

The following changes since commit df58887b20fab8fe8a6dcca4db30cd4e4077d53a:

  Merge remote-tracking branch 
'remotes/mjt/tags/pull-trivial-patches-2015-01-15' into staging (2015-01-15 
10:08:46 +0000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/mig-2.3-1

for you to fetch changes up to ea987c2c21d4326bb58ee28f6888fdcf8fbda067:

  vmstate: type-check sub-arrays (2015-01-16 13:06:17 +0530)

----------------------------------------------------------------
A set of patches collected over the holidays.  Mix of optimizations and
fixes.

----------------------------------------------------------------
ChenLiang (2):
      xbzrle: optimize XBZRLE to decrease the cache misses
      xbzrle: rebuild the cache_is_cached function

Cristian Klein (1):
      Handle bi-directional communication for fd migration

Dr. David Alan Gilbert (2):
      socket shutdown
      migration_cancel: shutdown migration socket

Paolo Bonzini (1):
      vmstate: type-check sub-arrays

Yang Hongyang (2):
      QEMUSizedBuffer: only free qsb that qemu_bufopen allocated
      Tests: QEMUSizedBuffer/QEMUBuffer

 arch_init.c                    |  8 +++++---
 docs/xbzrle.txt                |  8 ++++++++
 include/migration/page_cache.h | 10 +++++++---
 include/migration/qemu-file.h  | 10 ++++++++++
 include/migration/vmstate.h    |  2 +-
 include/qemu/sockets.h         |  7 +++++++
 migration/fd.c                 | 24 +++++++++++++++++++++--
 migration/migration.c          | 12 ++++++++++++
 migration/qemu-file-buf.c      | 10 ++++++----
 migration/qemu-file-unix.c     | 23 ++++++++++++++++++----
 migration/qemu-file.c          | 12 ++++++++++++
 page_cache.c                   | 43 +++++++++++++++++++++++++-----------------
 tests/test-vmstate.c           | 20 ++++++++------------
 13 files changed, 143 insertions(+), 46 deletions(-)


                Amit



reply via email to

[Prev in Thread] Current Thread [Next in Thread]