Re: [RFC PATCH v5 13/29] KVM: selftests: TDX: Add TDX IO writes test

2024-02-29 Thread Binbin Wu
On 12/13/2023 4:46 AM, Sagi Shahar wrote: The test verifies IO writes of various sizes from the guest to the host. Signed-off-by: Sagi Shahar Signed-off-by: Ackerley Tng Signed-off-by: Ryan Afranji --- .../selftests/kvm/include/x86_64/tdx/tdcall.h | 3 + .../selftests/kvm/x86_64/tdx_vm

[RFC PATCH v5 13/29] KVM: selftests: TDX: Add TDX IO writes test

2023-12-12 Thread Sagi Shahar
The test verifies IO writes of various sizes from the guest to the host. Signed-off-by: Sagi Shahar Signed-off-by: Ackerley Tng Signed-off-by: Ryan Afranji --- .../selftests/kvm/include/x86_64/tdx/tdcall.h | 3 + .../selftests/kvm/x86_64/tdx_vm_tests.c | 91 +++ 2 files