qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Amit Shah <amit.shah@redhat.com>
To: qemu list <qemu-devel@nongnu.org>
Cc: chenliang88@huawei.com, Peter Maydell <peter.maydell@linaro.org>,
	cristian.klein@cs.umu.se,
	"Dr. David Alan Gilbert" <dgilbert@redhat.com>,
	arei.gonglei@huawei.com, Paolo Bonzini <pbonzini@redhat.com>,
	yanghy@cn.fujitsu.com
Subject: [Qemu-devel] [PULL] migration patches
Date: Fri, 16 Jan 2015 13:17:57 +0530	[thread overview]
Message-ID: <20150116074757.GC23691@grmbl.mre> (raw)

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	other threads:[~2015-01-16  7:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-16  7:47 Amit Shah [this message]
2015-01-16 11:22 ` [Qemu-devel] [PULL] migration patches Peter Maydell
  -- strict thread matches above, loose matches on Subject: below --
2014-03-07 16:54 Amit Shah
2014-03-06 20:03 Amit Shah
2014-03-07 11:10 ` Juan Quintela
2014-03-08 12:19 ` Peter Maydell
2014-03-08 12:48   ` Juan Quintela
2014-03-10  4:39   ` Amit Shah
2014-03-10  9:31     ` Peter Maydell

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=20150116074757.GC23691@grmbl.mre \
    --to=amit.shah@redhat.com \
    --cc=arei.gonglei@huawei.com \
    --cc=chenliang88@huawei.com \
    --cc=cristian.klein@cs.umu.se \
    --cc=dgilbert@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=yanghy@cn.fujitsu.com \
    /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 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).