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