Re: [libvirt] [PATCH 0/5] esx: implement virConnectListAllStoragePools

2019-11-15 Thread Pino Toscano
On Wednesday, 13 November 2019 13:46:06 CET Pino Toscano wrote: > Make the virConnectListAllStoragePools API work for esx storage pools by > implementing the internal connectListAllStoragePools storage API. > > Pino Toscano (5): > esx: split datastoreToStoragePoolPtr helper > esx: split

[libvirt] [PATCH 0/5] esx: implement virConnectListAllStoragePools

2019-11-13 Thread Pino Toscano
Make the virConnectListAllStoragePools API work for esx storage pools by implementing the internal connectListAllStoragePools storage API. Pino Toscano (5): esx: split datastoreToStoragePoolPtr helper esx: split datastorePoolType helper esx: split targetToStoragePool helper esx: implement