[libvirt] [PATCH v2 0/2] Minor fixes for virTypedParams(De)Serialize

Marc Hartmayer posted 2 patches 5 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20180717120233.24071-1-mhartmay@linux.ibm.com
Test syntax-check passed
src/util/virtypedparam.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
[libvirt] [PATCH v2 0/2] Minor fixes for virTypedParams(De)Serialize
Posted by Marc Hartmayer 5 years, 9 months ago
Changelog:
 + v1->v2:
   - Removed the the allocation change in virTypedParams(De)Serialize
     (John's comment)

Marc Hartmayer (2):
  virTypedParamsSerialize: set remote_params_len at the end
  virTypedParamsDeserialize: set nparams to 0 in case of an error

 src/util/virtypedparam.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

-- 
2.13.4

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v2 0/2] Minor fixes for virTypedParams(De)Serialize
Posted by John Ferlan 5 years, 9 months ago

On 07/17/2018 08:02 AM, Marc Hartmayer wrote:
> Changelog:
>  + v1->v2:
>    - Removed the the allocation change in virTypedParams(De)Serialize
>      (John's comment)
> 
> Marc Hartmayer (2):
>   virTypedParamsSerialize: set remote_params_len at the end
>   virTypedParamsDeserialize: set nparams to 0 in case of an error
> 
>  src/util/virtypedparam.c | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
> 

Reviewed-by: John Ferlan <jferlan@redhat.com>
(series)

John

(and pushed)

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list