Re: [libvirt] [PATCH v5] ESX: Add routines to interface driver

2012-08-07 Thread Matthias Bolte
2012/8/7 Laine Stump : > On 08/06/2012 03:18 PM, Ata Bohra wrote: >> But re-thinking the whole design in light of the explanation provided by >> you, libvirt interfaces are actually mapping physical interfaces to virtual >> network. Further, hostVirtualSwitch behaves like switch which defines ports

Re: [libvirt] [PATCH v5] ESX: Add routines to interface driver

2012-08-07 Thread Matthias Bolte
ibvirt terminology the most. Though my design is not > accpeted, but it was an amazing learning experience. Thanks for everyones > input that came along the way. > > Regards, > Ata > > >> Date: Sun, 5 Aug 2012 22:45:26 +0200 >> Subject: Re: [libvirt] [PATCH v5] ESX:

Re: [libvirt] [PATCH v5] ESX: Add routines to interface driver

2012-08-06 Thread Laine Stump
On 08/06/2012 03:18 PM, Ata Bohra wrote: > But re-thinking the whole design in light of the explanation provided > by you, libvirt interfaces are actually mapping physical interfaces to > virtual network. Further, hostVirtualSwitch behaves like switch which > defines ports where we can plug VM virt

Re: [libvirt] [PATCH v5] ESX: Add routines to interface driver

2012-08-06 Thread Ata Bohra
ibvirt] [PATCH v5] ESX: Add routines to interface driver > From: matthias.bo...@googlemail.com > To: ata.hus...@hotmail.com > CC: libvir-list@redhat.com > > 2012/8/5 Matthias Bolte : > > 2012/8/2 Ata E Husain Bohra : > >> Add following routines to esx_interface

Re: [libvirt] [PATCH v5] ESX: Add routines to interface driver

2012-08-06 Thread Ata Bohra
Thanks Matthias for the explanation, I was working on the project which required libvirt to control/set networking on a given ESX host. I may need > Date: Sun, 5 Aug 2012 22:45:26 +0200 > Subject: Re: [libvirt] [PATCH v5] ESX: Add routines to interface driver > From: ma

Re: [libvirt] [PATCH v5] ESX: Add routines to interface driver

2012-08-05 Thread Matthias Bolte
2012/8/5 Matthias Bolte : > 2012/8/2 Ata E Husain Bohra : >> Add following routines to esx_interface_driver: >> esxNumOfInterfaces, >> esxNumOfDefinedInterfaces, >> esxListInterfaces, >> esxListDefinedInterfaces, >> esxInterfaceLookupByMACString, >> esxInterfaceGetXMLDesc, >

Re: [libvirt] [PATCH v5] ESX: Add routines to interface driver

2012-08-05 Thread Matthias Bolte
2012/8/2 Ata E Husain Bohra : > Add following routines to esx_interface_driver: > esxNumOfInterfaces, > esxNumOfDefinedInterfaces, > esxListInterfaces, > esxListDefinedInterfaces, > esxInterfaceLookupByMACString, > esxInterfaceGetXMLDesc, > esxInterfaceUndefine, > es

[libvirt] [PATCH v5] ESX: Add routines to interface driver

2012-08-01 Thread Ata E Husain Bohra
Add following routines to esx_interface_driver: esxNumOfInterfaces, esxNumOfDefinedInterfaces, esxListInterfaces, esxListDefinedInterfaces, esxInterfaceLookupByMACString, esxInterfaceGetXMLDesc, esxInterfaceUndefine, esxInterfaceCreate, esxInterfaceDestroy Signe

[libvirt] [PATCH v5] ESX: Add routines to interface driver

2012-08-01 Thread Ata E Husain Bohra
Major changes includes: a. Check for Memory allocation from strdup calls. b. Removed ESX_VI__TEMPLATE__PROPERTY__DESERIALIZE_STRING_LIST workaround c. Remove overwriting of error messages where it's not required. Ata E Husain Bohra (1): ESX: Add routines to interface driver src/esx/esx_interfa