[libvirt] [PATCH v4 0/3] ESX: Add routines to interface driver

Matthias Bolte matthias.bolte at googlemail.com
Wed Aug 1 20:08:25 UTC 2012


2012/7/29 Ata E Husain Bohra <ata.husain at hotmail.com>:
> Updated the patch against review comments from Laine and Matthias.
>
> Ata E Husain Bohra (3):
>   ESX: Add routines to interface driver
>   ESX: Add routines to interface driver
>   ESX: Add routines to interface driver
>
>  src/esx/esx_interface_driver.c |  499 +++++++++++++++++++++++++++++++++++++++-
>  src/esx/esx_vi.c               |  126 ++++++++++
>  src/esx/esx_vi.h               |   10 +
>  src/esx/esx_vi_generator.input |  227 ++++++++++++++++++
>  src/esx/esx_vi_generator.py    |   31 ++-
>  src/esx/esx_vi_types.c         |   18 +-
>  6 files changed, 906 insertions(+), 5 deletions(-)

Okay, a first quick review:

You should really merge your two incremental patches into the first
one and propose a single updated patch.

You still have your
ESX_VI__TEMPLATE__PROPERTY__DESERIALIZE_STRING_LIST workaround in
there. The problem is already fixed in git, so please remove this
part.

There are several unchecked strdup calls. All strdup calls need to be
checked for NULL return and report an OOM error is necessary.

All esxVI_* functions already report errors. But on some calls to such
functions (for example esxVI_RemoveVirtualNic and
esxVI_LookupPhysicalNicFromPortGroup) you're reporting an extra error
overwriting the original. probably more detailed error. You should
avoid this.

I still need to review this patch on the conceptual side, I'll
probably have time for this later this week.

-- 
Matthias Bolte
http://photron.blogspot.com




More information about the libvir-list mailing list