]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Use VIR_ERR_OPERATION_INVALID when appropriated
authorMatthias Bolte <matthias.bolte@googlemail.com>
Sat, 15 Jan 2011 15:57:33 +0000 (16:57 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 18 Jan 2011 22:14:37 +0000 (23:14 +0100)
commite065e1ea04e5b6ddf46a05358f30b0ee2079de58
treefb973dfcdc6bd22f61bf85d56487804338f1eb03
parent8c6d61162ff52b2eba7b0059a8168605784f8d1d
Use VIR_ERR_OPERATION_INVALID when appropriated

VIR_ERR_OPERATION_INVALID means that the operation is not valid
for the current state of the involved object.
src/esx/esx_driver.c
src/lxc/lxc_driver.c
src/network/bridge_driver.c
src/opennebula/one_driver.c
src/openvz/openvz_driver.c
src/qemu/qemu_driver.c
src/test/test_driver.c
src/uml/uml_driver.c
src/vmware/vmware_driver.c