From: Paolo Bonzini <pbonzini@redhat.com>
To: "Christian Borntraeger" <borntraeger@de.ibm.com>,
"Radim Krčmář" <rkrcmar@redhat.com>
Cc: KVM <kvm@vger.kernel.org>, Cornelia Huck <cohuck@redhat.com>,
linux-s390 <linux-s390@vger.kernel.org>,
Janosch Frank <frankja@linux.vnet.ibm.com>,
David Hildenbrand <david@redhat.com>
Subject: Re: [GIT PULL 0/7] KVM: s390: add kselftests
Date: Mon, 1 Jul 2019 16:07:30 +0200 [thread overview]
Message-ID: <b5f74797-1ff7-26fc-4a5a-1fdabef22671@redhat.com> (raw)
In-Reply-To: <20190701125848.276133-1-borntraeger@de.ibm.com>
On 01/07/19 14:58, Christian Borntraeger wrote:
> Paolo, Radim,
>
> kselftest for s390x. There is a small conflict with Linus tree due to
> 61cfcd545e42 ("kvm: tests: Sort tests in the Makefile alphabetically")
> which is part of kvm/master but not kvm/next.
> Other than that this looks good.
Thanks! I'll delay this to after the first merge window pull request to
avoid the conflict.
Paolo
>
> The following changes since commit f2c7c76c5d0a443053e94adb9f0918fa2fb85c3a:
>
> Linux 5.2-rc3 (2019-06-02 13:55:33 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-next-5.3-1
>
> for you to fetch changes up to 8343ba2d4820b1738bbb7cb40ec18ea0a3b0b331:
>
> KVM: selftests: enable pgste option for the linker on s390 (2019-06-04 14:05:38 +0200)
>
> ----------------------------------------------------------------
> KVM: s390: add kselftests
>
> This is the initial implementation for KVM selftests on s390.
>
> ----------------------------------------------------------------
> Christian Borntraeger (1):
> KVM: selftests: enable pgste option for the linker on s390
>
> Thomas Huth (6):
> KVM: selftests: Guard struct kvm_vcpu_events with __KVM_HAVE_VCPU_EVENTS
> KVM: selftests: Introduce a VM_MODE_DEFAULT macro for the default bits
> KVM: selftests: Align memory region addresses to 1M on s390x
> KVM: selftests: Add processor code for s390x
> KVM: selftests: Add the sync_regs test for s390x
> KVM: selftests: Move kvm_create_max_vcpus test to generic code
>
> MAINTAINERS | 2 +
> tools/testing/selftests/kvm/Makefile | 14 +-
> tools/testing/selftests/kvm/include/kvm_util.h | 8 +
> .../selftests/kvm/include/s390x/processor.h | 22 ++
> .../kvm/{x86_64 => }/kvm_create_max_vcpus.c | 3 +-
> .../testing/selftests/kvm/lib/aarch64/processor.c | 2 +-
> tools/testing/selftests/kvm/lib/kvm_util.c | 23 +-
> tools/testing/selftests/kvm/lib/s390x/processor.c | 286 +++++++++++++++++++++
> tools/testing/selftests/kvm/lib/x86_64/processor.c | 2 +-
> tools/testing/selftests/kvm/s390x/sync_regs_test.c | 151 +++++++++++
> 10 files changed, 503 insertions(+), 10 deletions(-)
> create mode 100644 tools/testing/selftests/kvm/include/s390x/processor.h
> rename tools/testing/selftests/kvm/{x86_64 => }/kvm_create_max_vcpus.c (93%)
> create mode 100644 tools/testing/selftests/kvm/lib/s390x/processor.c
> create mode 100644 tools/testing/selftests/kvm/s390x/sync_regs_test.c
>
next prev parent reply other threads:[~2019-07-01 14:07 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-01 12:58 [GIT PULL 0/7] KVM: s390: add kselftests Christian Borntraeger
2019-07-01 12:58 ` [GIT PULL 1/7] KVM: selftests: Guard struct kvm_vcpu_events with __KVM_HAVE_VCPU_EVENTS Christian Borntraeger
2019-07-01 12:58 ` [GIT PULL 2/7] KVM: selftests: Introduce a VM_MODE_DEFAULT macro for the default bits Christian Borntraeger
2019-07-01 12:58 ` [GIT PULL 3/7] KVM: selftests: Align memory region addresses to 1M on s390x Christian Borntraeger
2019-07-01 12:58 ` [GIT PULL 4/7] KVM: selftests: Add processor code for s390x Christian Borntraeger
2019-07-01 12:58 ` [GIT PULL 5/7] KVM: selftests: Add the sync_regs test " Christian Borntraeger
2019-07-01 12:58 ` [GIT PULL 6/7] KVM: selftests: Move kvm_create_max_vcpus test to generic code Christian Borntraeger
2019-07-01 12:58 ` [GIT PULL 7/7] KVM: selftests: enable pgste option for the linker on s390 Christian Borntraeger
2019-07-01 12:59 ` [GIT PULL 0/7] KVM: s390: add kselftests Christian Borntraeger
2019-07-01 14:07 ` Paolo Bonzini [this message]
2019-07-01 15:29 ` Christian Borntraeger
2019-07-01 17:31 ` Paolo Bonzini
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=b5f74797-1ff7-26fc-4a5a-1fdabef22671@redhat.com \
--to=pbonzini@redhat.com \
--cc=borntraeger@de.ibm.com \
--cc=cohuck@redhat.com \
--cc=david@redhat.com \
--cc=frankja@linux.vnet.ibm.com \
--cc=kvm@vger.kernel.org \
--cc=linux-s390@vger.kernel.org \
--cc=rkrcmar@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