]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: delete methods which are no longer supported
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 26 Jun 2019 15:45:03 +0000 (16:45 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 27 Jun 2019 13:41:48 +0000 (14:41 +0100)
commit464a41bc0de427ae65bd3b72781e7bae68d73211
tree186170c7f0390eafe3f6c686e009709de88a3cc5
parent773f923e74c6d2c71a6fa04f1eaa0828ee896e11
qemu: delete methods which are no longer supported

The public API entry points will report VIR_ERR_NO_SUPPORT to the
caller when a driver does not provide an implementation of a particular
method.

When deleting methods, leaving the driver API entry point explicitly
set to NULL with an version range comment, allows the hvsupport.html
page to document when the AP was removed.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
docs/hvsupport.pl
docs/libvirt.css
src/check-aclrules.pl
src/check-driverimpls.pl
src/qemu/qemu_driver.c