[libvirt] [PATCH v2 0/3] qemu_process: use VIR_AUTO*/g_auto* all around

Daniel Henrique Barboza posted 3 patches 4 years, 6 months ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20191015224800.28545-1-danielhb413@gmail.com
src/qemu/qemu_process.c | 444 +++++++++++++++-------------------------
1 file changed, 161 insertions(+), 283 deletions(-)
[libvirt] [PATCH v2 0/3] qemu_process: use VIR_AUTO*/g_auto* all around
Posted by Daniel Henrique Barboza 4 years, 6 months ago
The usual AUTOFREE() and AUTOUNREF() changes that allows
for a bit of cleanup. A new patch was added to convert
most of the VIR_AUTO* macros to GLib g_auto* ones.


v1: https://www.redhat.com/archives/libvir-list/2019-September/msg01465.html 

Daniel Henrique Barboza (3):
  qemu_process: use VIR_AUTOFREE()
  qemu_process: use VIR_AUTOUNREF()
  qemu_process.c: use GLib macros

 src/qemu/qemu_process.c | 444 +++++++++++++++-------------------------
 1 file changed, 161 insertions(+), 283 deletions(-)

-- 
2.21.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v2 0/3] qemu_process: use VIR_AUTO*/g_auto* all around
Posted by Daniel Henrique Barboza 4 years, 6 months ago
Please nevermind this patch series. It is deprecated after
all the changes going in current master. I'll resend it
using GLib macros only and splitting the patch series like
it was suggested by Jano in the qemu_driver cleanup.


Thanks,

DHB

On 10/15/19 7:47 PM, Daniel Henrique Barboza wrote:
> The usual AUTOFREE() and AUTOUNREF() changes that allows
> for a bit of cleanup. A new patch was added to convert
> most of the VIR_AUTO* macros to GLib g_auto* ones.
>
>
> v1: https://www.redhat.com/archives/libvir-list/2019-September/msg01465.html
>
> Daniel Henrique Barboza (3):
>    qemu_process: use VIR_AUTOFREE()
>    qemu_process: use VIR_AUTOUNREF()
>    qemu_process.c: use GLib macros
>
>   src/qemu/qemu_process.c | 444 +++++++++++++++-------------------------
>   1 file changed, 161 insertions(+), 283 deletions(-)
>

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