Re: [libvirt] [PATCH v2 4/8] cpu: simplify failure cleanup paths

2018-08-24 Thread Jiri Denemark
On Thu, Aug 16, 2018 at 13:10:27 +0100, Daniel P. Berrangé wrote: > Get rid of the separate 'error:' label, so all code paths jump straight > to the 'cleanup:' label. > > Signed-off-by: Daniel P. Berrangé Reviewed-by: Jiri Denemark -- libvir-list mailing list libvir-list@redhat.com

[libvirt] [PATCH v2 4/8] cpu: simplify failure cleanup paths

2018-08-16 Thread Daniel P . Berrangé
Get rid of the separate 'error:' label, so all code paths jump straight to the 'cleanup:' label. Signed-off-by: Daniel P. Berrangé --- src/cpu/cpu_ppc64.c | 38 src/cpu/cpu_x86.c | 71 - 2 files changed, 49 insertions(+), 60