[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220610173418.mfwhk5ou5gco6v5x@gator>
Date: Fri, 10 Jun 2022 19:34:18 +0200
From: Andrew Jones <drjones@...hat.com>
To: Sean Christopherson <seanjc@...gle.com>
Cc: Paolo Bonzini <pbonzini@...hat.com>, kvm@...r.kernel.org,
Vitaly Kuznetsov <vkuznets@...hat.com>,
David Matlack <dmatlack@...gle.com>,
Ben Gardon <bgardon@...gle.com>,
Oliver Upton <oupton@...gle.com>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 132/144] KVM: selftests: Purge vm+vcpu_id == vcpu
silliness
...
> @@ -1485,73 +1446,57 @@ void vcpu_run_complete_io(struct kvm_vm *vm, uint32_t vcpuid)
> }
>
> /*
> - * VM VCPU Get Reg List
> - *
> - * Input Args:
> - * vm - Virtual Machine
> - * vcpuid - VCPU ID
> - *
> - * Output Args:
> - * None
> - *
> - * Return:
> - * A pointer to an allocated struct kvm_reg_list
> - *
> * Get the list of guest registers which are supported for
> - * KVM_GET_ONE_REG/KVM_SET_ONE_REG calls
> + * KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls. Returns a kvm_reg_list pointer,
> + * it is the callers responsibility to free the list.
nit: caller's or callers'
Thanks,
drew
Powered by blists - more mailing lists