Re: [PATCH] KVM: selftests: Use TAP interface in the set_memory_region test

From: Thomas Huth
Date: Fri Apr 26 2024 - 07:27:11 EST


On 26/04/2024 12.07, Muhammad Usama Anjum wrote:
On 4/26/24 1:55 PM, Thomas Huth wrote:
Use the kselftest_harness.h interface in this test to get TAP
output, so that it is easier for the user to see what the test
is doing. (Note: We are not using the KVM_ONE_VCPU_TEST_SUITE()
macro here since these tests are creating their VMs with the
vm_create_barebones() function, not with vm_create_with_one_vcpu())
Thank you for the patch. I'm unable to apply the patch on next-20240426.

Ah, I was using the master branch ... it's a context conflict due to https://git.kernel.org/pub/scm/virt/kvm/kvm.git/commit/?id=dfc083a181bac ... I'll send a v2 rebased to the next branch.

Thomas