qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/9] Migration pull request
@ 2017-10-29 13:09 Juan Quintela
  2017-10-29 13:09 ` [Qemu-devel] [PULL 1/9] migration: Make sure that we pass the right cache size Juan Quintela
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Juan Quintela @ 2017-10-29 13:09 UTC (permalink / raw)
  To: qemu-devel; +Cc: dgilbert, lvivier, peterx

Hi

This includes the patches reviewed form:
- migrate_set_cache_size series (quintela)
- migrate tests (quintela)

Please apply.

Later, Juan.

The following changes since commit a93ece47fd9edbd4558db24300056c9a57d3bcd4:

  Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20171026-tag' into staging (2017-10-27 14:43:02 +0100)

are available in the git repository at:

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

for you to fetch changes up to 56b4a42a2e0ae74cee629abcb82993e79deeb356:

  tests: check that migration parameters are really assigned (2017-10-29 14:06:16 +0100)

----------------------------------------------------------------
migration/next for 20171029

----------------------------------------------------------------
Juan Quintela (9):
      migration: Make sure that we pass the right cache size
      migration: Don't play games with the requested cache size
      migration: No need to return the size of the cache
      migration: Make xbzrle_cache_size a migration parameter
      tests: rename postcopy-test to migration-test
      tests: Refactor setting of parameters/capabilities
      tests: Factorize out migrate_test_start/end
      tests: Don't abuse global_qtest
      tests: check that migration parameters are really assigned

 MAINTAINERS                                 |   1 +
 hmp.c                                       |  14 ++
 migration/migration.c                       |  45 +++--
 migration/migration.h                       |   1 -
 migration/page_cache.c                      |  12 +-
 migration/ram.c                             |  20 +--
 migration/ram.h                             |   2 +-
 qapi/migration.json                         |  26 ++-
 tests/Makefile.include                      |   6 +-
 tests/{postcopy-test.c => migration-test.c} | 259 +++++++++++++++++-----------
 10 files changed, 244 insertions(+), 142 deletions(-)
 rename tests/{postcopy-test.c => migration-test.c} (78%)

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

end of thread, other threads:[~2017-10-30 13:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-29 13:09 [Qemu-devel] [PULL 0/9] Migration pull request Juan Quintela
2017-10-29 13:09 ` [Qemu-devel] [PULL 1/9] migration: Make sure that we pass the right cache size Juan Quintela
2017-10-29 13:09 ` [Qemu-devel] [PULL 2/9] migration: Don't play games with the requested " Juan Quintela
2017-10-29 13:09 ` [Qemu-devel] [PULL 3/9] migration: No need to return the size of the cache Juan Quintela
2017-10-29 13:09 ` [Qemu-devel] [PULL 4/9] migration: Make xbzrle_cache_size a migration parameter Juan Quintela
2017-10-29 13:09 ` [Qemu-devel] [PULL 5/9] tests: rename postcopy-test to migration-test Juan Quintela
2017-10-29 13:09 ` [Qemu-devel] [PULL 6/9] tests: Refactor setting of parameters/capabilities Juan Quintela
2017-10-29 13:09 ` [Qemu-devel] [PULL 7/9] tests: Factorize out migrate_test_start/end Juan Quintela
2017-10-29 13:09 ` [Qemu-devel] [PULL 8/9] tests: Don't abuse global_qtest Juan Quintela
2017-10-29 13:09 ` [Qemu-devel] [PULL 9/9] tests: check that migration parameters are really assigned Juan Quintela
2017-10-30 13:02 ` [Qemu-devel] [PULL 0/9] Migration pull request Peter Maydell

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