]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Use VIR_ERR_DEPRECATED in QemuAttach and DomainXMLFromNative stubs
authorPeter Krempa <pkrempa@redhat.com>
Fri, 21 Jun 2019 06:29:22 +0000 (08:29 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 26 Jun 2019 06:37:01 +0000 (08:37 +0200)
commit6f532d7ffc3f51e6ac6e94edd90e24d41700f1ad
treea3aa3254efa725f595afd75b0503367f31517aa0
parent226094fbc483128c8888f4171c353aed738b8346
qemu: Use VIR_ERR_DEPRECATED in QemuAttach and DomainXMLFromNative stubs

We've deprecated qemuConnectDomainXMLFromNative qemuDomainQemuAttach.
Switch the error code from VIR_ERR_OPERATION_UNSUPPORTED to the new
VIR_ERR_DEPRECATED.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_driver.c