Re: [libvirt] [PATCH REPOST] esx: Add read-only storage volume access

2010-08-26 Thread Matthias Bolte
2010/8/23 Daniel P. Berrange : > On Mon, Aug 23, 2010 at 12:25:19AM +0200, Matthias Bolte wrote: >> This allows to list existing volumes and to retrieve information >> about them. >> --- >>  src/esx/esx_driver.c           |  112 +-- >>  src/esx/esx_storage_driver.c   |  433 >>

Re: [libvirt] [PATCH REPOST] esx: Add read-only storage volume access

2010-08-23 Thread Daniel P. Berrange
On Mon, Aug 23, 2010 at 12:25:19AM +0200, Matthias Bolte wrote: > This allows to list existing volumes and to retrieve information > about them. > --- > src/esx/esx_driver.c | 112 +-- > src/esx/esx_storage_driver.c | 433 > +++- > src/esx

[libvirt] [PATCH REPOST] esx: Add read-only storage volume access

2010-08-22 Thread Matthias Bolte
This allows to list existing volumes and to retrieve information about them. --- src/esx/esx_driver.c | 112 +-- src/esx/esx_storage_driver.c | 433 +++- src/esx/esx_vi.c | 279 ++ src/esx/esx_vi.h