On 10/29/25 2:16 PM, Ira Weiny wrote:
>
>> +
>> +#define vm_tdx_vm_ioctl(vm, cmd, flags, arg)
>> \
>> +({ \
>> + int ret = __vm_tdx_vm_ioctl(vm, cmd, flags, arg); \
>> + \
>> + __TEST_ASSERT_VM_VCPU_IOCTL(!ret, #cmd, ret, vm); \
>> +})
>> +
>> +#define __vm_tdx_vcpu_ioctl(vcpu, cmd, metadata, arg)
>> \
>
> NIT: Why not just call 'metadata', 'flags'?
>
Making this change would make the code easier to read by being consistent
with caller here as well as with kernel terms. If making this change please
consider its callers also, for example the "metadata" local variable of
tdx_init_mem_region() introduced in patch #14. Naming it flags would then also
be consistent with this change as well as how the flag is used in the kernel.
Reinette
- Re: [PATCH v12 08/23] KVM: selftests: Define stru... Reinette Chatre
- Re: [PATCH v12 08/23] KVM: selftests: Define ... Sean Christopherson
- Re: [PATCH v12 08/23] KVM: selftests: Define stru... Reinette Chatre
- [PATCH v12 11/23] KVM: selftests: Set up TDX boot para... Sagi Shahar
- Re: [PATCH v12 11/23] KVM: selftests: Set up TDX ... Binbin Wu
- Re: [PATCH v12 11/23] KVM: selftests: Set up TDX ... Reinette Chatre
- [PATCH v12 09/23] KVM: selftests: Add TDX boot code Sagi Shahar
- [PATCH v12 10/23] KVM: selftests: Set up TDX boot code... Sagi Shahar
- [PATCH v12 12/23] KVM: selftests: Add helper to initia... Sagi Shahar
- Re: [PATCH v12 12/23] KVM: selftests: Add helper ... Ira Weiny
- Re: [PATCH v12 12/23] KVM: selftests: Add hel... Reinette Chatre
- Re: [PATCH v12 12/23] KVM: selftests: Add helper ... Binbin Wu
- Re: [PATCH v12 12/23] KVM: selftests: Add helper ... Reinette Chatre
- [PATCH v12 13/23] KVM: selftests: TDX: Use KVM_TDX_CAP... Sagi Shahar
- [PATCH v12 18/23] KVM: selftests: Set entry point for ... Sagi Shahar
- Re: [PATCH v12 18/23] KVM: selftests: Set entry p... Reinette Chatre
- [PATCH v12 15/23] KVM: selftests: Call TDX init when c... Sagi Shahar
- Re: [PATCH v12 15/23] KVM: selftests: Call TDX in... Ira Weiny
- Re: [PATCH v12 15/23] KVM: selftests: Call TDX in... Reinette Chatre

