]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vbox: Add support for virConnectListAllDomains()
authorPeter Krempa <pkrempa@redhat.com>
Tue, 5 Jun 2012 12:12:21 +0000 (14:12 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 28 Jun 2012 14:36:18 +0000 (16:36 +0200)
commitf38df54b41544ec0d24ccc1defa2e7f84b3718bd
treee4ab1d5d871adb89c1f18a7ea914f946822953ee
parent8116529409357c82824fb280165ea0ee6f2d6277
vbox: Add support for virConnectListAllDomains()

VirtualBox doesn't use the common virDomainObj implementation so this
patch adds a separate implementation using the VirtualBox API.

This driver implementation supports all currently defined flags. As
VirtualBox does not support transient guests, managed save images and
autostarting we assume all guests are persistent, don't have a managed
save image and are not autostarted. Filtering for existence of those
properities results in empty list.
src/vbox/vbox_tmpl.c