]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove inappropriate use of VIR_ERR_NO_SUPPORT
authorDaniel P. Berrange <dan@berrange.com>
Thu, 15 Jul 2010 13:27:27 +0000 (14:27 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 21 Jul 2010 10:30:26 +0000 (11:30 +0100)
commit021251bd7d2d6fa628f045daf73ac676331e39a4
tree2763506a1f6d67a1222d06ddbd41bd6633834296
parentcd35e8927f5f99686aba54272ee5777c2781710a
Remove inappropriate use of VIR_ERR_NO_SUPPORT

The VIR_ERR_NO_SUPPORT refers to an API which is not implemented.
There is a separate VIR_ERR_CONFIG_UNSUPPORTED for XML config
options that are not available with the current hypervisor.

* src/qemu/qemu_conf.c, src/qemu/qemu_driver.c: Remove
  many VIR_ERR_NO_SUPPORT replace with VIR_ERR_CONFIG_UNSUPPORTED
src/qemu/qemu_conf.c
src/qemu/qemu_driver.c