[libvirt PATCH 0/5] use g_auto for virCommand (Episode II.V: Goodbye, Galaxy!)

Ján Tomko posted 5 patches 2 years, 4 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1639421880.git.jtomko@redhat.com
docs/internals/command.html.in | 12 +++--------
src/util/virdnsmasq.c          | 37 +++++++++++++++-------------------
src/util/viriscsi.c            | 34 +++++++++++++++----------------
src/util/virnodesuspend.c      | 16 +++------------
4 files changed, 39 insertions(+), 60 deletions(-)
[libvirt PATCH 0/5] use g_auto for virCommand (Episode II.V: Goodbye, Galaxy!)
Posted by Ján Tomko 2 years, 4 months ago
Fear not, the end is near.

Ján Tomko (5):
  docs: use g_auto in virCommand example
  util: dnsmasq: refactor CapsRefresh
  util: iscsi: use two vars in CreateIfaceIQN
  util: refactor virNodeSuspendSetNodeWakeup
  util: use g_auto in virNodeSuspendHelper

 docs/internals/command.html.in | 12 +++--------
 src/util/virdnsmasq.c          | 37 +++++++++++++++-------------------
 src/util/viriscsi.c            | 34 +++++++++++++++----------------
 src/util/virnodesuspend.c      | 16 +++------------
 4 files changed, 39 insertions(+), 60 deletions(-)

-- 
2.31.1

Re: [libvirt PATCH 0/5] use g_auto for virCommand (Episode II.V: Goodbye, Galaxy!)
Posted by Michal Prívozník 2 years, 4 months ago
On 12/13/21 19:58, Ján Tomko wrote:
> Fear not, the end is near.
> 
> Ján Tomko (5):
>   docs: use g_auto in virCommand example
>   util: dnsmasq: refactor CapsRefresh
>   util: iscsi: use two vars in CreateIfaceIQN
>   util: refactor virNodeSuspendSetNodeWakeup
>   util: use g_auto in virNodeSuspendHelper
> 
>  docs/internals/command.html.in | 12 +++--------
>  src/util/virdnsmasq.c          | 37 +++++++++++++++-------------------
>  src/util/viriscsi.c            | 34 +++++++++++++++----------------
>  src/util/virnodesuspend.c      | 16 +++------------
>  4 files changed, 39 insertions(+), 60 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal