mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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:
@@ -588,7 +588,7 @@ td.enumvalue {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.deprecatedhv {
|
||||
.removedhv {
|
||||
color: darkred;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user