]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Implementations of virDomainIsUpdated for drivers except qemu
authorOsier Yang <jyang@redhat.com>
Wed, 24 Nov 2010 07:43:15 +0000 (15:43 +0800)
committerEric Blake <eblake@redhat.com>
Wed, 24 Nov 2010 18:22:30 +0000 (11:22 -0700)
commitf3605b33a1289302f62c148fa0d96d17772f970c
treed283333932819790059900a6598619c35598b63e
parentc1fb91661842c41b5679d58a1d8de5b0bea0d318
Implementations of virDomainIsUpdated for drivers except qemu

Except LXC and UML driver, implementations of all other drivers
simply return 0, because these drivers doesn't have config both
in memory and on disk, no need to track if the domain of these
drivers updated or not.

Rename "xenUnifiedDomainisPersistent" to "xenUnifiedDomainIsPersistent"

* esx/esx_driver.c
* lxc/lxc_driver.c
* opennebula/one_driver.c
* openvz/openvz_driver.c
* phyp/phyp_driver.c
* test/test_driver.c
* uml/uml_driver.c
* vbox/vbox_tmpl.c
* xen/xen_driver.c
* xenapi/xenapi_driver.c
src/esx/esx_driver.c
src/lxc/lxc_driver.c
src/opennebula/one_driver.c
src/openvz/openvz_driver.c
src/phyp/phyp_driver.c
src/test/test_driver.c
src/uml/uml_driver.c
src/vbox/vbox_tmpl.c
src/xen/xen_driver.c
src/xenapi/xenapi_driver.c