[libvirt] [PATCH 0/3] remote: misc cleanups to client driver

Daniel P. Berrangé posted 3 patches 4 years, 9 months ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20190705090026.3113-1-berrange@redhat.com
src/remote/remote_driver.c | 61 ++++++++++++++------------------------
1 file changed, 23 insertions(+), 38 deletions(-)
[libvirt] [PATCH 0/3] remote: misc cleanups to client driver
Posted by Daniel P. Berrangé 4 years, 9 months ago
A few bits of cleanup identified during work on the daemon splitting
patches sent now since they are independent.

Daniel P. Berrangé (3):
  remote: stop declaring variables in the middle of a function
  remote: use autofree for many string variables
  remote: conditionally declare tty variable for non-Win32 platforms

 src/remote/remote_driver.c | 61 ++++++++++++++------------------------
 1 file changed, 23 insertions(+), 38 deletions(-)

-- 
2.21.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/3] remote: misc cleanups to client driver
Posted by Fabiano Fidêncio 4 years, 9 months ago
On Fri, Jul 5, 2019 at 11:01 AM Daniel P. Berrangé <berrange@redhat.com> wrote:
>
> A few bits of cleanup identified during work on the daemon splitting
> patches sent now since they are independent.

Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>


>
> Daniel P. Berrangé (3):
>   remote: stop declaring variables in the middle of a function
>   remote: use autofree for many string variables
>   remote: conditionally declare tty variable for non-Win32 platforms
>
>  src/remote/remote_driver.c | 61 ++++++++++++++------------------------
>  1 file changed, 23 insertions(+), 38 deletions(-)
>
> --
> 2.21.0
>
> --
> libvir-list mailing list
> libvir-list@redhat.com
> https://www.redhat.com/mailman/listinfo/libvir-list

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