linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] KVM: selftests: Enable ucall and dirty_log_test on s390x
@ 2019-07-31 13:32 Thomas Huth
  2019-07-31 13:32 ` [PATCH v2 1/3] KVM: selftests: Split ucall.c into architecture specific files Thomas Huth
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Thomas Huth @ 2019-07-31 13:32 UTC (permalink / raw)
  To: kvm, Christian Borntraeger, Janosch Frank
  Cc: linux-kselftest, linux-kernel, linux-s390, David Hildenbrand,
	Paolo Bonzini, Peter Xu, Andrew Jones

Implement the ucall() interface on s390x to be able to use the
dirty_log_test KVM selftest on s390x, too.

v2:
 - Split up ucall.c into architecture specific files
 - Removed some #ifdef __s390x__  in the dirty_log patch

Thomas Huth (3):
  KVM: selftests: Split ucall.c into architecture specific files
  KVM: selftests: Implement ucall() for s390x
  KVM: selftests: Enable dirty_log_test on s390x

 tools/testing/selftests/kvm/Makefile          |   9 +-
 tools/testing/selftests/kvm/dirty_log_test.c  |  61 ++++++-
 .../testing/selftests/kvm/include/kvm_util.h  |   8 +-
 .../testing/selftests/kvm/lib/aarch64/ucall.c | 112 +++++++++++++
 tools/testing/selftests/kvm/lib/s390x/ucall.c |  56 +++++++
 tools/testing/selftests/kvm/lib/ucall.c       | 157 ------------------
 .../testing/selftests/kvm/lib/x86_64/ucall.c  |  56 +++++++
 .../selftests/kvm/s390x/sync_regs_test.c      |   6 +-
 8 files changed, 287 insertions(+), 178 deletions(-)
 create mode 100644 tools/testing/selftests/kvm/lib/aarch64/ucall.c
 create mode 100644 tools/testing/selftests/kvm/lib/s390x/ucall.c
 delete mode 100644 tools/testing/selftests/kvm/lib/ucall.c
 create mode 100644 tools/testing/selftests/kvm/lib/x86_64/ucall.c

-- 
2.21.0


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

end of thread, other threads:[~2019-07-31 14:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-31 13:32 [PATCH v2 0/3] KVM: selftests: Enable ucall and dirty_log_test on s390x Thomas Huth
2019-07-31 13:32 ` [PATCH v2 1/3] KVM: selftests: Split ucall.c into architecture specific files Thomas Huth
2019-07-31 14:43   ` Andrew Jones
2019-07-31 13:32 ` [PATCH v2 2/3] KVM: selftests: Implement ucall() for s390x Thomas Huth
2019-07-31 13:32 ` [PATCH v2 3/3] KVM: selftests: Enable dirty_log_test on s390x Thomas Huth
2019-07-31 13:39 ` [PATCH v2 0/3] KVM: selftests: Enable ucall and " Thomas Huth
2019-07-31 14:51 ` Andrew Jones

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).