Just wondering if someone would be interested in reviewing the below patch. Thanks for the support. Ata
> From: ata.husain@hotmail.com
> To: libvir-list@redhat.com
> CC: ata.husain@hotmail.com
> Subject: [libvirt] [PATCH] Refactor ESX storage driver and add iSCSI support
> Date: Mon, 20 Aug 2012 11:11:59 -0700
>
> Resent of
> http://www.redhat.com/archives/libvir-list/2012-August/msg01353.html.
>
> Merging recent branch updates to this patch.
>
> Ata E Husain Bohra (1):
> Refactor ESX storage driver and add iSCSI support
>
> src/Makefile.am | 16 +-
> src/esx/esx_driver.c | 4 +-
> src/esx/esx_storage_backend_iscsi.c | 794 +++++++++++++++++++
> src/esx/esx_storage_backend_iscsi.h | 31 +
> src/esx/esx_storage_backend_vmfs.c | 1471 +++++++++++++++++++++++++++++++++++
> src/esx/esx_storage_backend_vmfs.h | 31 +
> src/esx/esx_storage_driver.c | 1303 +++++--------------------------
> src/esx/esx_vi.c | 341 +++++++-
> src/esx/esx_vi.h | 21 +-
> src/esx/esx_vi_generator.input | 308 +++++++-
> src/esx/esx_vi_generator.py | 19 +
> 11 files changed, 3218 insertions(+), 1121 deletions(-)
> create mode 100644 src/esx/esx_storage_backend_iscsi.c
> create mode 100644 src/esx/esx_storage_backend_iscsi.h
> create mode 100644 src/esx/esx_storage_backend_vmfs.c
> create mode 100644 src/esx/esx_storage_backend_vmfs.h
>
> --
> 1.7.9.5
>