From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH 0/2] KVM: selftests: Enable ucall and dirty_log_test on s390x References: <20190730100112.18205-1-thuth@redhat.com> From: Paolo Bonzini Message-ID: Date: Tue, 30 Jul 2019 13:36:14 +0200 MIME-Version: 1.0 In-Reply-To: <20190730100112.18205-1-thuth@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kselftest-owner@vger.kernel.org List-ID: To: Thomas Huth , kvm@vger.kernel.org, Christian Borntraeger , Janosch Frank Cc: linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, David Hildenbrand , Cornelia Huck , =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= , Shuah Khan , Peter Xu On 30/07/19 12:01, Thomas Huth wrote: > Implement the ucall() interface on s390x to be able to use the > dirty_log_test KVM selftest on s390x, too. > > Thomas Huth (2): > KVM: selftests: Implement ucall() for s390x > KVM: selftests: Enable dirty_log_test on s390x > > tools/testing/selftests/kvm/Makefile | 1 + > tools/testing/selftests/kvm/dirty_log_test.c | 70 +++++++++++++++++-- > .../testing/selftests/kvm/include/kvm_util.h | 2 +- > tools/testing/selftests/kvm/lib/ucall.c | 34 +++++++-- > .../selftests/kvm/s390x/sync_regs_test.c | 6 +- > 5 files changed, 98 insertions(+), 15 deletions(-) > Acked-by: Paolo Bonzini (apart from the small review comment on patch 2). Paolo