From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jones Subject: [PATCH kvm-unit-tests 0/6] arm/arm64: some cleanups Date: Thu, 25 May 2017 12:28:43 +0200 Message-ID: <20170525102849.22754-1-drjones@redhat.com> Cc: pbonzini@redhat.com, rkrcmar@redhat.com To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:60640 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S968295AbdEYK3B (ORCPT ); Thu, 25 May 2017 06:29:01 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 20FB8804FB for ; Thu, 25 May 2017 10:29:01 +0000 (UTC) Sender: kvm-owner@vger.kernel.org List-ID: Andrew Jones (6): lib/arm/gic: gic_version cleanup lib/arm/psci: make psci less ugly lib/arm/smp: introduce smp_run arm/arm64: selftest: apply smp_run arm/arm64: spinlock-test: apply smp_run arm/arm64: gic: apply smp_run arm/cstart.S | 3 ++- arm/cstart64.S | 3 ++- arm/gic.c | 18 +++++++++--------- arm/selftest.c | 19 +------------------ arm/spinlock-test.c | 20 +------------------- lib/arm/asm/psci.h | 6 ++---- lib/arm/asm/smp.h | 2 ++ lib/arm/gic.c | 27 ++++++++++++--------------- lib/arm/psci.c | 10 +++++++--- lib/arm/smp.c | 26 ++++++++++++++++++++++++++ lib/arm64/asm/psci.h | 16 +--------------- 11 files changed, 65 insertions(+), 85 deletions(-) -- 2.9.4