]> git.ipfire.org Git - thirdparty/libvirt.git/commit
esx: Add implementation for virConnectListAllDomains()
authorPeter Krempa <pkrempa@redhat.com>
Tue, 5 Jun 2012 12:24:40 +0000 (14:24 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 6 Sep 2012 09:06:10 +0000 (11:06 +0200)
commit9e0ba44faf79af55fe502c9b72c7fc5998c46a9d
treefc0ac506b9a30962070eacc7bf1902420273ed61
parent60d0ecdaa140b34241e0be15a6e1c9a0581acf19
esx: Add implementation for virConnectListAllDomains()

ESX doesn't use the common virDomainObj implementation so this patch
adds a separate implementation.

This driver supports all currently defined filtering flags, but as with
other drivers some combinations yield a empty result list.
src/esx/esx_driver.c