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

2019-08-29 Thread Christian Borntraeger
On 29.08.19 12:20, 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 > --- > This test uses the ucall() interface, so this patch needs to be applied > on top of my "I

[PATCH] 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 --- This test uses the ucall() interface, so this patch needs to be applied on top of my "Implement ucall() for s390x" patch (which is not merged