]> git.ipfire.org Git - thirdparty/libvirt.git/commit
hyperv: Add implementation for virConnectListAllDomains()
authorPeter Krempa <pkrempa@redhat.com>
Tue, 5 Jun 2012 12:20:58 +0000 (14:20 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 6 Sep 2012 08:04:30 +0000 (10:04 +0200)
commit60d0ecdaa140b34241e0be15a6e1c9a0581acf19
tree5858374929d45c13a19ed5fc2f78682bc937c14a
parentedc67a6f5d9f83b9411edeeac851de27d285a90c
hyperv: Add implementation for virConnectListAllDomains()

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

This driver supports all currently added flags for filtering although
some of those don't make sense with this driver (no support yet) and
thus produce no output when used.
src/hyperv/hyperv_driver.c