kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH kvm-unit-tests v2 0/8] x86: introduce and apply on_cpus
@ 2017-06-13  9:21 Andrew Jones
  2017-06-13  9:21 ` [PATCH kvm-unit-tests v2 1/8] arm/arm64: smp: give on_cpus an argument Andrew Jones
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Andrew Jones @ 2017-06-13  9:21 UTC (permalink / raw)
  To: kvm; +Cc: rkrcmar, pbonzini

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-06-14 18:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-13  9:21 [PATCH kvm-unit-tests v2 0/8] x86: introduce and apply on_cpus Andrew Jones
2017-06-13  9:21 ` [PATCH kvm-unit-tests v2 1/8] arm/arm64: smp: give on_cpus an argument Andrew Jones
2017-06-13  9:21 ` [PATCH kvm-unit-tests v2 2/8] x86/unittests.cfg: create hyperv group Andrew Jones
2017-06-13  9:21 ` [PATCH kvm-unit-tests v2 3/8] lib/x86/smp: introduce on_cpus and cpus_active Andrew Jones
2017-06-13  9:21 ` [PATCH kvm-unit-tests v2 4/8] x86/hyperv_clock: apply on_cpus Andrew Jones
2017-06-13  9:21 ` [PATCH kvm-unit-tests v2 5/8] x86/hyperv_stimer: " Andrew Jones
2017-06-13  9:21 ` [PATCH kvm-unit-tests v2 6/8] x86/hyperv_synic: " Andrew Jones
2017-06-13  9:21 ` [PATCH kvm-unit-tests v2 7/8] x86/kvmclock_test: " Andrew Jones
2017-06-13  9:21 ` [PATCH kvm-unit-tests v2 8/8] x86/vmexit: " Andrew Jones
2017-06-14 18:58 ` [PATCH kvm-unit-tests v2 0/8] x86: introduce and " Radim Krčmář

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).