Re: [PATCH v3 0/3] KVM: selftests: Enable ucall and dirty_log_test on s390x

2019-08-02 Thread Paolo Bonzini
On 02/08/19 15:39, Christian Borntraeger wrote: > On 31.07.19 17:15, Thomas Huth wrote: >> Implement the ucall() interface on s390x to be able to use the >> dirty_log_test KVM selftest on s390x, too. >> >> v3: >> - Fix compilation issue on aarch64 (thanks to Andrew for testing it!) >> - Added Rev

Re: [PATCH v3 0/3] KVM: selftests: Enable ucall and dirty_log_test on s390x

2019-08-02 Thread Christian Borntraeger
On 31.07.19 17:15, Thomas Huth wrote: > Implement the ucall() interface on s390x to be able to use the > dirty_log_test KVM selftest on s390x, too. > > v3: > - Fix compilation issue on aarch64 (thanks to Andrew for testing it!) > - Added Reviewed-bys > > v2: > - Split up ucall.c into architect

[PATCH v3 0/3] KVM: selftests: Enable ucall and dirty_log_test on s390x

2019-07-31 Thread Thomas Huth
Implement the ucall() interface on s390x to be able to use the dirty_log_test KVM selftest on s390x, too. v3: - Fix compilation issue on aarch64 (thanks to Andrew for testing it!) - Added Reviewed-bys v2: - Split up ucall.c into architecture specific files - Removed some #ifdef __s390x__ in