From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRgsl-00017E-RF for qemu-devel@nongnu.org; Fri, 05 Feb 2016 08:57:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRgsi-0002y8-JT for qemu-devel@nongnu.org; Fri, 05 Feb 2016 08:57:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41056) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRgsi-0002xM-EQ for qemu-devel@nongnu.org; Fri, 05 Feb 2016 08:57:04 -0500 From: Amit Shah Date: Fri, 5 Feb 2016 19:26:45 +0530 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/9] migration: small fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu list , Amit Shah , "Dr. David Alan Gilbert" , Juan Quintela The following changes since commit d38ea87ac54af64ef611de434d07c12dc03992= 16: all: Clean up includes (2016-02-04 17:41:30 +0000) are available in the git repository at: https://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/migrat= ion-for-2.6-2 for you to fetch changes up to 15d61692da651fc79b3fc40050b986c5a73055c0: migration: fix bad string passed to error_report() (2016-02-05 19:09:51= +0530) ---------------------------------------------------------------- Migration pull req. Small fixes, nothing major. ---------------------------------------------------------------- Amit Shah (1): static checker: e1000-82540em got aliased to e1000 Greg Kurz (1): migration: fix bad string passed to error_report() Liang Li (1): migration: remove useless code. zhanghailiang (6): ram: Split host_from_stream_offset() into two helper functions migration: rename 'file' in MigrationState to 'to_dst_file' savevm: Split load vm state function qemu_loadvm_state migration/ram: Fix some helper functions' parameter to use PageSearchStatus qmp-commands.hx: Fix the missing options for migration parameters commands qmp-commands.hx: Document the missing options for migration capability commands include/exec/ram_addr.h | 8 +- include/migration/migration.h | 2 +- migration/exec.c | 4 +- migration/fd.c | 4 +- migration/migration.c | 78 +++++++++--------- migration/postcopy-ram.c | 6 +- migration/ram.c | 73 ++++++++++------- migration/rdma.c | 2 +- migration/savevm.c | 162 ++++++++++++++++++++++----------= ------ migration/tcp.c | 4 +- migration/unix.c | 4 +- qmp-commands.hx | 33 ++++++-- scripts/vmstate-static-checker.py | 1 + 13 files changed, 225 insertions(+), 156 deletions(-) --=20 2.5.0