OSDN Git Service

migration: Revert postcopy-blocktime commit set
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 22 Jan 2018 13:20:14 +0000 (13:20 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 23 Jan 2018 10:08:05 +0000 (10:08 +0000)
commitee86981bda9ecd40c8daf81b7307b1d2aff68174
treee4a3a109a9c40705cdc42035aa8db9c64a9e005c
parentee264eb32c14f076c964fc34ee66f6f95cce2080
migration: Revert postcopy-blocktime commit set

This reverts commits
ca6011c migration: add postcopy total blocktime into query-migrate
5f32dc8 migration: add blocktime calculation into migration-test
2f7dae9 migration: postcopy_blocktime documentation
3be98be migration: calculate vCPU blocktime on dst side
01a87f0 migration: add postcopy blocktime ctx into MigrationIncomingState
31bf06a migration: introduce postcopy-blocktime capability

as they don't build on ppc32 due to trying to do atomic accesses
on types that are larger than the host pointer type.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
docs/devel/migration.rst
hmp.c
migration/migration.c
migration/migration.h
migration/postcopy-ram.c
migration/trace-events
qapi/migration.json
tests/migration-test.c