]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: s/VIR_ERR_NO_SUPPORT/VIR_ERR_OPERATION_UNSUPPORTED
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 20 Mar 2013 15:57:08 +0000 (16:57 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 21 Mar 2013 08:26:15 +0000 (09:26 +0100)
commitcb86e9d39b63dcb901cd2d2e10a489fa640008ae
tree0b6494f765f335f2b14ee34276646c6614faf28c
parente053561e381541be0f35a1b753f2fe0ecc800737
qemu: s/VIR_ERR_NO_SUPPORT/VIR_ERR_OPERATION_UNSUPPORTED

The VIR_ERR_NO_SUPPORT error code is reserved for cases where an
API is not implemented in a driver. It definitely should not be
used when an API execution fails due to unsupported operation.
src/qemu/qemu_driver.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor_text.c
src/qemu/qemu_process.c