From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jones Subject: [PATCH kvm-unit-tests v2 0/8] x86: introduce and apply on_cpus Date: Tue, 13 Jun 2017 11:21:49 +0200 Message-ID: <20170613092157.32049-1-drjones@redhat.com> Cc: rkrcmar@redhat.com, pbonzini@redhat.com To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:56284 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752293AbdFMJWA (ORCPT ); Tue, 13 Jun 2017 05:22:00 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 12D44C04D2AD for ; Tue, 13 Jun 2017 09:22:00 +0000 (UTC) Sender: kvm-owner@vger.kernel.org List-ID: v2: give on_cpus() an argument [Radim], and add a patch to fixup ARM, so it has the same API Andrew Jones (8): arm/arm64: smp: give on_cpus an argument x86/unittests.cfg: create hyperv group lib/x86/smp: introduce on_cpus and cpus_active x86/hyperv_clock: apply on_cpus x86/hyperv_stimer: apply on_cpus x86/hyperv_synic: apply on_cpus x86/kvmclock_test: apply on_cpus x86/vmexit: apply on_cpus arm/gic.c | 4 ++-- arm/selftest.c | 4 ++-- arm/spinlock-test.c | 4 ++-- lib/arm/asm/smp.h | 2 +- lib/arm/smp.c | 9 ++++----- lib/x86/smp.c | 21 +++++++++++++++++++++ lib/x86/smp.h | 2 ++ x86/hyperv_clock.c | 27 ++++++--------------------- x86/hyperv_stimer.c | 41 ++++++++--------------------------------- x86/hyperv_synic.c | 36 ++++++++---------------------------- x86/kvmclock_test.c | 33 +++++++++++---------------------- x86/unittests.cfg | 3 +++ x86/vmexit.c | 12 ++---------- 13 files changed, 72 insertions(+), 126 deletions(-) -- 2.9.4