Re: [libvirt] [PATCH v2 13/15] vbox: Cleanup vboxDumpDisks implementation

2017-11-03 Thread John Ferlan
On 10/24/2017 03:35 PM, Dawid Zamirski wrote: > Primer the code for further changes: > > * move variable declarations to the top of the function > * group together free/release statements > * error check and report VBOX API calls used > --- > src/vbox/vbox_common.c | 188 >

[libvirt] [PATCH v2 13/15] vbox: Cleanup vboxDumpDisks implementation

2017-10-24 Thread Dawid Zamirski
Primer the code for further changes: * move variable declarations to the top of the function * group together free/release statements * error check and report VBOX API calls used --- src/vbox/vbox_common.c | 188 +++-- 1 file changed, 120 insertions(+),