From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jones Subject: [PATCH kvm-unit-tests 0/8] arm/arm64: extend psci tests Date: Wed, 7 Feb 2018 20:03:26 +0100 Message-ID: <20180207190334.16516-1-drjones@redhat.com> Cc: pbonzini@redhat.com, rkrcmar@redhat.com To: kvm@vger.kernel.org Return-path: Received: from mx3-rdu2.redhat.com ([66.187.233.73]:45524 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754026AbeBGTDg (ORCPT ); Wed, 7 Feb 2018 14:03:36 -0500 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7EB5340FB62B for ; Wed, 7 Feb 2018 19:03:36 +0000 (UTC) Sender: kvm-owner@vger.kernel.org List-ID: 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