Add migration support for ARM and extend the PSCI tests with some checking pre/post migration. Also extend PSCI tests with tests for the functionality (emulating PSCI 1.1) getting merged upstream now. Andrew Jones (8): virtio-mmio: fix queue allocation scripts/arch-run: run_migration improvements powerpc: don't use NMI's to signal end of migration powerpc: Introduce getchar lib: Introduce do_migration arm/arm64: Add support for migration tests arm/arm64: psci: add migration test arm/psci: add smccc 1.1 tests arm/psci.c | 191 +++++++++++++++++++++++++++++++++++++++++------- arm/run | 2 +- arm/unittests.cfg | 7 ++ lib/arm/io.c | 5 ++ lib/libcflat.h | 8 ++ lib/powerpc/asm/hcall.h | 1 + lib/powerpc/hcall.c | 12 +++ lib/virtio-mmio.c | 3 +- powerpc/sprs.c | 38 ++-------- scripts/arch-run.bash | 37 ++++++---- 10 files changed, 231 insertions(+), 73 deletions(-) -- 2.13.6