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>
This commit is contained in:
Daniel P. Berrangé
2019-06-26 16:45:03 +01:00
parent 773f923e74
commit 464a41bc0d
5 changed files with 21 additions and 42 deletions

View File

@@ -588,7 +588,7 @@ td.enumvalue {
display: inline;
}
.deprecatedhv {
.removedhv {
color: darkred;
}