From: Andrew Jones <drjones@redhat.com>
To: kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu
Cc: pbonzini@redhat.com, Dave.Martin@arm.com, maz@kernel.org
Subject: [PATCH v2 0/3] KVM: selftests: Add get-reg-list regression test
Date: Mon, 2 Nov 2020 20:02:50 +0100 [thread overview]
Message-ID: <20201102190253.50575-1-drjones@redhat.com> (raw)
This test was inspired by recent regression report about get-reg-list
losing a register between an old kernel version and a new one.
v2:
- Added "... up to date with kernel version v5.10-rc2" comment
to the blessed list [Marc]
- Assert when an invalid command line argument is given rather
than ignore it [drew]
Thanks,
drew
Andrew Jones (3):
KVM: selftests: Add aarch64 get-reg-list test
KVM: selftests: Update aarch64 get-reg-list blessed list
KVM: selftests: Add blessed SVE registers to get-reg-list
tools/testing/selftests/kvm/.gitignore | 2 +
tools/testing/selftests/kvm/Makefile | 2 +
.../selftests/kvm/aarch64/get-reg-list-sve.c | 3 +
.../selftests/kvm/aarch64/get-reg-list.c | 843 ++++++++++++++++++
.../testing/selftests/kvm/include/kvm_util.h | 1 +
tools/testing/selftests/kvm/lib/kvm_util.c | 29 +
6 files changed, 880 insertions(+)
create mode 100644 tools/testing/selftests/kvm/aarch64/get-reg-list-sve.c
create mode 100644 tools/testing/selftests/kvm/aarch64/get-reg-list.c
--
2.26.2
_______________________________________________
kvmarm mailing list
kvmarm@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm
next reply other threads:[~2020-11-02 19:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-02 19:02 Andrew Jones [this message]
2020-11-02 19:02 ` [PATCH v2 1/3] KVM: selftests: Add aarch64 get-reg-list test Andrew Jones
2020-11-02 19:02 ` [PATCH v2 2/3] KVM: selftests: Update aarch64 get-reg-list blessed list Andrew Jones
2020-11-02 19:02 ` [PATCH v2 3/3] KVM: selftests: Add blessed SVE registers to get-reg-list Andrew Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201102190253.50575-1-drjones@redhat.com \
--to=drjones@redhat.com \
--cc=Dave.Martin@arm.com \
--cc=kvm@vger.kernel.org \
--cc=kvmarm@lists.cs.columbia.edu \
--cc=maz@kernel.org \
--cc=pbonzini@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox