... > @@ -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