Re: [libvirt] [PATCH] esx: Make esxVI_*_Deserialize dynamically dispatched

2010-07-13 Thread Matthias Bolte
2010/7/7 Daniel P. Berrange : > On Tue, Jul 06, 2010 at 08:19:15PM +0200, Matthias Bolte wrote: >> This will be used to deserialize the response from a call >> to esxVI_SearchDatastore_Task (to be added in the next patch) >> properly. >> --- >>  src/esx/esx_vi_generator.py |   45 ++

Re: [libvirt] [PATCH] esx: Make esxVI_*_Deserialize dynamically dispatched

2010-07-07 Thread Daniel P. Berrange
On Tue, Jul 06, 2010 at 08:19:15PM +0200, Matthias Bolte wrote: > This will be used to deserialize the response from a call > to esxVI_SearchDatastore_Task (to be added in the next patch) > properly. > --- > src/esx/esx_vi_generator.py | 45 ++-- > src/esx/esx_vi_types.c

[libvirt] [PATCH] esx: Make esxVI_*_Deserialize dynamically dispatched

2010-07-06 Thread Matthias Bolte
This will be used to deserialize the response from a call to esxVI_SearchDatastore_Task (to be added in the next patch) properly. --- src/esx/esx_vi_generator.py | 45 ++-- src/esx/esx_vi_types.c | 82 ++- 2 files changed, 115 in