[libvirt PATCH v2 0/2] Use g_auto* in src/cpu/*.

Tim Wiederhake posted 2 patches 3 years, 7 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20200909063751.10103-1-twiederh@redhat.com
src/cpu/cpu_map.c   | 18 ++++++------------
src/cpu/cpu_ppc64.c | 11 ++---------
2 files changed, 8 insertions(+), 21 deletions(-)
[libvirt PATCH v2 0/2] Use g_auto* in src/cpu/*.
Posted by Tim Wiederhake 3 years, 7 months ago
V1: https://www.redhat.com/archives/libvir-list/2020-September/msg00355.html

Changes since V1:
* Most patches already commited, this is the remainder.
* Incorporated comment from Ján into patch #1.
* Rebased on top of Daniels patches.

With these patches, src/cpu/ becomes `goto` free.

Tim Wiederhake (2):
  cpu_map: Use g_auto* in loadData
  cpu_ppc64: Remove error path in virCPUppc64DriverGetModels

 src/cpu/cpu_map.c   | 18 ++++++------------
 src/cpu/cpu_ppc64.c | 11 ++---------
 2 files changed, 8 insertions(+), 21 deletions(-)

-- 
2.26.2


Re: [libvirt PATCH v2 0/2] Use g_auto* in src/cpu/*.
Posted by Ján Tomko 3 years, 7 months ago
On a Wednesday in 2020, Tim Wiederhake wrote:
>V1: https://www.redhat.com/archives/libvir-list/2020-September/msg00355.html
>
>Changes since V1:
>* Most patches already commited, this is the remainder.
>* Incorporated comment from Ján into patch #1.
>* Rebased on top of Daniels patches.
>
>With these patches, src/cpu/ becomes `goto` free.
>
>Tim Wiederhake (2):
>  cpu_map: Use g_auto* in loadData
>  cpu_ppc64: Remove error path in virCPUppc64DriverGetModels
>
> src/cpu/cpu_map.c   | 18 ++++++------------
> src/cpu/cpu_ppc64.c | 11 ++---------
> 2 files changed, 8 insertions(+), 21 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano