[PATCH v2 0/4] KVM: selftests: xen_shinfo cleanups and slowpath test

Sean Christopherson posted 4 patches 2 years, 7 months ago
.../selftests/kvm/include/x86_64/processor.h  |   2 +
.../selftests/kvm/lib/x86_64/processor.c      |  37 ++-
.../selftests/kvm/x86_64/xen_shinfo_test.c    | 221 +++++++++---------
3 files changed, 145 insertions(+), 115 deletions(-)
[PATCH v2 0/4] KVM: selftests: xen_shinfo cleanups and slowpath test
Posted by Sean Christopherson 2 years, 7 months ago
David's new testcase to validate the slow path for EVTCHNOP_send, on top
of cleanups to reduce the amount of copy+paste in the test.

Applies on top of `kvm-x86 selftests`.

David Woodhouse (2):
  KVM: selftests: Use enum for test numbers in xen_shinfo_test
  KVM: selftests: Add EVTCHNOP_send slow path test to xen_shinfo_test

Sean Christopherson (2):
  KVM: selftests: Move the guts of kvm_hypercall() to a separate macro
  KVM: selftests: Add helpers to make Xen-style VMCALL/VMMCALL
    hypercalls

 .../selftests/kvm/include/x86_64/processor.h  |   2 +
 .../selftests/kvm/lib/x86_64/processor.c      |  37 ++-
 .../selftests/kvm/x86_64/xen_shinfo_test.c    | 221 +++++++++---------
 3 files changed, 145 insertions(+), 115 deletions(-)


base-commit: 531f33c5a6edf259da4960de694293e458262d14
-- 
2.39.1.519.gcb327c4b5f-goog
Re: [PATCH v2 0/4] KVM: selftests: xen_shinfo cleanups and slowpath test
Posted by Paolo Bonzini 2 years, 6 months ago
Queued, thanks.

Paolo