qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 0/9] migration: small fixes


From: Amit Shah
Subject: [Qemu-devel] [PULL 0/9] migration: small fixes
Date: Fri, 5 Feb 2016 19:26:45 +0530

The following changes since commit d38ea87ac54af64ef611de434d07c12dc0399216:

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

-- 
2.5.0




reply via email to

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