Re: [PATCH v3] KVM: selftests: Add a test for the KVM_S390_MEM_OP ioctl

2019-08-29 Thread Christian Borntraeger
thanks applied. On 29.08.19 15:07, Thomas Huth wrote: > Check that we can write and read the guest memory with this s390x > ioctl, and that some error cases are handled correctly. > > Signed-off-by: Thomas Huth > --- > v3: > - Replaced wrong copy-n-pasted report string with a proper one > -

Re: [PATCH v3] KVM: selftests: Add a test for the KVM_S390_MEM_OP ioctl

2019-08-29 Thread Thomas Huth
On 29/08/2019 15.26, Christian Borntraeger wrote: > > > On 29.08.19 15:07, Thomas Huth wrote: >> Check that we can write and read the guest memory with this s390x >> ioctl, and that some error cases are handled correctly. >> >> Signed-off-by: Thomas Huth >> --- >> v3: >> - Replaced wrong copy-

Re: [PATCH v3] KVM: selftests: Add a test for the KVM_S390_MEM_OP ioctl

2019-08-29 Thread Christian Borntraeger
On 29.08.19 15:07, Thomas Huth wrote: > Check that we can write and read the guest memory with this s390x > ioctl, and that some error cases are handled correctly. > > Signed-off-by: Thomas Huth > --- > v3: > - Replaced wrong copy-n-pasted report string with a proper one > - Check for errno

[PATCH v3] KVM: selftests: Add a test for the KVM_S390_MEM_OP ioctl

2019-08-29 Thread Thomas Huth
Check that we can write and read the guest memory with this s390x ioctl, and that some error cases are handled correctly. Signed-off-by: Thomas Huth --- v3: - Replaced wrong copy-n-pasted report string with a proper one - Check for errno after calling the ioctl with size = 0 tools/testing/s