qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/15] Migration v2
@ 2016-10-14 15:28 Juan Quintela
  2016-10-14 15:28 ` [Qemu-devel] [PULL 01/15] migration: report an error giving the failed field Juan Quintela
                   ` (15 more replies)
  0 siblings, 16 replies; 18+ messages in thread
From: Juan Quintela @ 2016-10-14 15:28 UTC (permalink / raw)
  To: qemu-devel; +Cc: amit.shah, dgilbert

The following changes since commit 6aa5a3679449cdf0b6fe5a6829b22e642ded57fd:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20161013-1' into staging (2016-10-13 14:27:58 +0100)

are available in the git repository at:

  git://github.com/juanquintela/qemu.git tags/migration/20161014

for you to fetch changes up to 7c2b0f65cc2b6b14ad797549b8bde13aa97f6ba2:

  docs/xbzrle: correction (2016-10-13 17:23:53 +0200)

----------------------------------------------------------------
migration/next for 20161014

Hi

Rebased and it should fix the SIZE_MAX issues on mac os

This get:
- documentation fix: Cao
- improve max-bandwidth and downtime-limit (Ashijeet)
- move migration commands to "boxed" (Eric)
- rdma fixes (David)
- postcopy fixes (David)
- better errors (David)

Please apply

Thanks, Juan


----------------------------------------------------------------
Ashijeet Acharya (2):
      migrate: Fix bounds check for migration parameters in migration.c
      migrate: move max-bandwidth and downtime-limit to migrate_set_parameter

Cao jin (1):
      docs/xbzrle: correction

Dr. David Alan Gilbert (9):
      migration: report an error giving the failed field
      migration: Report values for comparisons
      migration/rdma: Pass qemu_file errors across link
      migration: Make failed migration load set file error
      migration/rdma: Don't flag an error when we've been told about one
      Postcopy vs xbzrle: Don't send xbzrle pages once in postcopy [for 2.8]
      RAMBlocks: Store page size
      migration/postcopy: Explicitly disallow huge pages
      migration: Fix seg with missing port

Eric Blake (3):
      migrate: Fix cpu-throttle-increment regression in HMP
      migrate: Share common MigrationParameters struct
      migrate: Use boxed qapi for migrate-set-parameters

 docs/qmp-commands.txt         |  13 +++-
 docs/xbzrle.txt               |   4 +-
 exec.c                        |  19 +++--
 hmp.c                         |  77 ++++++++++++++-------
 include/exec/cpu-common.h     |   1 +
 include/exec/ram_addr.h       |   1 +
 include/migration/migration.h |   1 -
 migration/migration.c         | 157 +++++++++++++++++++++++-------------------
 migration/postcopy-ram.c      |  24 +++++++
 migration/ram.c               |   4 +-
 migration/rdma.c              |   9 ++-
 migration/savevm.c            |  19 +++--
 migration/socket.c            |  16 +++--
 migration/vmstate.c           |  10 +++
 qapi-schema.json              | 110 +++++++++++++----------------
 15 files changed, 282 insertions(+), 183 deletions(-)

^ permalink raw reply	[flat|nested] 18+ messages in thread
* [Qemu-devel] [PULL 00/15] Migration
@ 2016-10-05 13:44 Juan Quintela
  2016-10-05 13:45 ` [Qemu-devel] [PULL 14/15] migrate: move max-bandwidth and downtime-limit to migrate_set_parameter Juan Quintela
  0 siblings, 1 reply; 18+ messages in thread
From: Juan Quintela @ 2016-10-05 13:44 UTC (permalink / raw)
  To: qemu-devel; +Cc: amit.shah, dgilbert, Juan Quintela

From: Juan Quintela <quintela@trasno.org>

The following changes since commit bbc4c3f4f3c624e2de64fdcb79f4dd8c1a508e9d:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2016-10-04 14:25:08 +0100)

are available in the git repository at:

  git://github.com/juanquintela/qemu.git tags/migration/20161005-1

for you to fetch changes up to c62da143b6792cc32dbd5db15b936d7f58cc36ee:

  docs/xbzrle: correction (2016-10-05 14:28:41 +0200)

----------------------------------------------------------------
migration/next for 20161005

Hi

This get:
- documentation fix: Cao
- improve max-bandwidth and downtime-limit (Ashijeet)
- move migration commands to "boxed" (Eric)
- rdma fixes (David)
- postcopy fixes (David)
- better errors (David)

Please apply

Thanks, Juan
----------------------------------------------------------------
Ashijeet Acharya (2):
      migrate: Fix bounds check for migration parameters in migration.c
      migrate: move max-bandwidth and downtime-limit to migrate_set_parameter

Cao jin (1):
      docs/xbzrle: correction

Dr. David Alan Gilbert (9):
      migration: report an error giving the failed field
      migration: Report values for comparisons
      migration/rdma: Pass qemu_file errors across link
      migration: Make failed migration load set file error
      migration/rdma: Don't flag an error when we've been told about one
      Postcopy vs xbzrle: Don't send xbzrle pages once in postcopy [for 2.8]
      RAMBlocks: Store page size
      migration/postcopy: Explicitly disallow huge pages
      migration: Fix seg with missing port

Eric Blake (3):
      migrate: Fix cpu-throttle-increment regression in HMP
      migrate: Share common MigrationParameters struct
      migrate: Use boxed qapi for migrate-set-parameters

 docs/qmp-commands.txt         |  13 +++-
 docs/xbzrle.txt               |   4 +-
 exec.c                        |  19 +++--
 hmp.c                         |  77 ++++++++++++++-------
 include/exec/cpu-common.h     |   1 +
 include/exec/ram_addr.h       |   1 +
 include/migration/migration.h |   1 -
 migration/migration.c         | 157 +++++++++++++++++++++++-------------------
 migration/postcopy-ram.c      |  24 +++++++
 migration/ram.c               |   4 +-
 migration/rdma.c              |   9 ++-
 migration/savevm.c            |  19 +++--
 migration/socket.c            |  16 +++--
 migration/vmstate.c           |  10 +++
 qapi-schema.json              | 109 +++++++++++++----------------
 15 files changed, 282 insertions(+), 182 deletions(-)

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

end of thread, other threads:[~2016-10-17 10:56 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-14 15:28 [Qemu-devel] [PULL 00/15] Migration v2 Juan Quintela
2016-10-14 15:28 ` [Qemu-devel] [PULL 01/15] migration: report an error giving the failed field Juan Quintela
2016-10-14 15:28 ` [Qemu-devel] [PULL 02/15] migration: Report values for comparisons Juan Quintela
2016-10-14 15:28 ` [Qemu-devel] [PULL 03/15] migration/rdma: Pass qemu_file errors across link Juan Quintela
2016-10-14 15:28 ` [Qemu-devel] [PULL 04/15] migration: Make failed migration load set file error Juan Quintela
2016-10-14 15:28 ` [Qemu-devel] [PULL 05/15] migration/rdma: Don't flag an error when we've been told about one Juan Quintela
2016-10-14 15:28 ` [Qemu-devel] [PULL 06/15] migrate: Fix cpu-throttle-increment regression in HMP Juan Quintela
2016-10-14 15:28 ` [Qemu-devel] [PULL 07/15] migrate: Share common MigrationParameters struct Juan Quintela
2016-10-14 15:28 ` [Qemu-devel] [PULL 08/15] migrate: Use boxed qapi for migrate-set-parameters Juan Quintela
2016-10-14 15:28 ` [Qemu-devel] [PULL 09/15] migrate: Fix bounds check for migration parameters in migration.c Juan Quintela
2016-10-14 15:28 ` [Qemu-devel] [PULL 10/15] Postcopy vs xbzrle: Don't send xbzrle pages once in postcopy [for 2.8] Juan Quintela
2016-10-14 15:28 ` [Qemu-devel] [PULL 11/15] RAMBlocks: Store page size Juan Quintela
2016-10-14 15:28 ` [Qemu-devel] [PULL 12/15] migration/postcopy: Explicitly disallow huge pages Juan Quintela
2016-10-14 15:28 ` [Qemu-devel] [PULL 13/15] migration: Fix seg with missing port Juan Quintela
2016-10-14 15:28 ` [Qemu-devel] [PULL 14/15] migrate: move max-bandwidth and downtime-limit to migrate_set_parameter Juan Quintela
2016-10-14 15:28 ` [Qemu-devel] [PULL 15/15] docs/xbzrle: correction Juan Quintela
2016-10-17 10:56 ` [Qemu-devel] [PULL 00/15] Migration v2 Peter Maydell
  -- strict thread matches above, loose matches on Subject: below --
2016-10-05 13:44 [Qemu-devel] [PULL 00/15] Migration Juan Quintela
2016-10-05 13:45 ` [Qemu-devel] [PULL 14/15] migrate: move max-bandwidth and downtime-limit to migrate_set_parameter Juan Quintela

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).