libvirt/src/opennebula
Daniel P. Berrange cabc2cc98f Implmentation of new APIs to checking state/persistence of objects
This implements the virConnectIsSecure, virConnectIsEncrypted,
virDomainIsPersistent, virDomainIsActive, virNetworkIsActive,
virNetworkIsPersistent, virStoragePoolIsActive,
virStoragePoolIsPersistent, virInterfaceIsActive APIs in
(nearly) all drivers. Exceptions are:

 phyp: missing domainIsActive/Persistent
 esx: missing domainIsPersistent
 opennebula: missing domainIsActive/Persistent

* src/remote/remote_protocol.x: Define remote wire ABI for newly
  added APIs.
* daemon/remote_dispatch*.h: Re-generated from remote_protocol.x
* src/esx/esx_driver.c, src/lxc/lxc_driver.c, src/network/bridge_driver.c,
  src/opennebula/one_driver.c, src/openvz/openvz_conf.c,
  src/openvz/openvz_driver.c, src/phyp/phyp_driver.c,
  src/remote/remote_driver.c, src/storage/storage_driver.c,
  src/test/test_driver.c, src/uml/uml_driver.c, src/vbox/vbox_tmpl.c,
  src/xen/xen_driver.c, src/xen/xen_driver.h, src/xen/xen_inotify.c,
  src/xen/xen_inotify.h: Implement all the new APIs where possible
2009-11-10 17:00:27 +00:00
..
one_client.c Introduce virStrncpy. 2009-09-22 20:10:00 +02:00
one_client.h remove all trailing blank lines 2009-07-16 15:06:42 +02:00
one_conf.c remove all trailing blank lines 2009-07-16 15:06:42 +02:00
one_conf.h remove all trailing blank lines 2009-07-16 15:06:42 +02:00
one_driver.c Implmentation of new APIs to checking state/persistence of objects 2009-11-10 17:00:27 +00:00
one_driver.h Finish the integration of OpenNebula driver 2009-06-24 17:32:56 +00:00