All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/9] migration: small fixes
@ 2016-02-05 13:56 Amit Shah
  2016-02-05 13:56 ` [Qemu-devel] [PULL 1/9] ram: Split host_from_stream_offset() into two helper functions Amit Shah
                   ` (9 more replies)
  0 siblings, 10 replies; 19+ messages in thread
From: Amit Shah @ 2016-02-05 13:56 UTC (permalink / raw)
  To: Peter Maydell; +Cc: qemu list, Amit Shah, Dr. David Alan Gilbert, Juan Quintela

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

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

end of thread, other threads:[~2016-04-07  7:25 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-05 13:56 [Qemu-devel] [PULL 0/9] migration: small fixes Amit Shah
2016-02-05 13:56 ` [Qemu-devel] [PULL 1/9] ram: Split host_from_stream_offset() into two helper functions Amit Shah
2016-02-05 13:56 ` [Qemu-devel] [PULL 2/9] migration: rename 'file' in MigrationState to 'to_dst_file' Amit Shah
2016-02-05 13:56 ` [Qemu-devel] [PULL 3/9] savevm: Split load vm state function qemu_loadvm_state Amit Shah
2016-02-05 13:56 ` [Qemu-devel] [PULL 4/9] migration/ram: Fix some helper functions' parameter to use PageSearchStatus Amit Shah
2016-02-05 13:56 ` [Qemu-devel] [PULL 5/9] qmp-commands.hx: Fix the missing options for migration parameters commands Amit Shah
2016-02-05 13:56 ` [Qemu-devel] [PULL 6/9] qmp-commands.hx: Document the missing options for migration capability commands Amit Shah
2016-02-05 13:56 ` [Qemu-devel] [PULL 7/9] migration: remove useless code Amit Shah
2016-02-05 13:56 ` [Qemu-devel] [PULL 8/9] static checker: e1000-82540em got aliased to e1000 Amit Shah
2016-02-11 13:04   ` Paolo Bonzini
2016-02-22 12:39     ` Amit Shah
2016-02-23  7:02       ` Jason Wang
2016-02-23  7:41         ` Amit Shah
2016-04-05 13:32           ` Dr. David Alan Gilbert
2016-04-06  1:48             ` Jason Wang
2016-04-06 13:52               ` Amit Shah
2016-04-07  7:25                 ` Jason Wang
2016-02-05 13:56 ` [Qemu-devel] [PULL 9/9] migration: fix bad string passed to error_report() Amit Shah
2016-02-05 15:06 ` [Qemu-devel] [PULL 0/9] migration: small fixes Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.