From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jones Subject: [PATCH kvm-unit-tests 0/3] arm/arm64: introduce on_cpu[_async] Date: Thu, 1 Jun 2017 15:49:59 +0200 Message-ID: <20170601135002.26704-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]:55964 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751076AbdFANuG (ORCPT ); Thu, 1 Jun 2017 09:50:06 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 068468047A for ; Thu, 1 Jun 2017 13:50:06 +0000 (UTC) Sender: kvm-owner@vger.kernel.org List-ID: and smp_run becomes on_cpus, which can be run more than once. Andrew Jones (3): arm/arm64: smp: rename secondary_halt to do_idle arm/arm64: smp: introduce on_cpu and on_cpu_async arm/arm64: rename smp_run to on_cpus arm/cstart.S | 2 +- arm/cstart64.S | 2 +- arm/gic.c | 2 +- arm/selftest.c | 2 +- arm/spinlock-test.c | 2 +- lib/arm/asm/smp.h | 16 ++++++++-- lib/arm/smp.c | 87 +++++++++++++++++++++++++++++++++++++++++++---------- 7 files changed, 90 insertions(+), 23 deletions(-) -- 2.9.4