mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-12-21 04:24:33 +03:00
Revert "Enable virDomainBlockPull in the python API."
This reverts commit d74b86f5d6.
Conflicts:
python/generator.py
This commit is contained in:
@@ -184,6 +184,8 @@ def enum(type, name, value):
|
||||
functions_failed = []
|
||||
functions_skipped = [
|
||||
"virConnectListDomains",
|
||||
'virDomainBlockPull',
|
||||
'virDomainGetBlockPullInfo',
|
||||
]
|
||||
|
||||
skipped_modules = {
|
||||
@@ -200,6 +202,7 @@ skipped_types = {
|
||||
'virStreamEventCallback': "No function types in python",
|
||||
'virEventHandleCallback': "No function types in python",
|
||||
'virEventTimeoutCallback': "No function types in python",
|
||||
'virDomainBlockPullInfoPtr': "Not implemented yet",
|
||||
}
|
||||
|
||||
#######################################################################
|
||||
@@ -366,8 +369,6 @@ skip_impl = (
|
||||
'virDomainSendKey',
|
||||
'virNodeGetCPUStats',
|
||||
'virNodeGetMemoryStats',
|
||||
'virDomainBlockPull',
|
||||
'virDomainGetBlockPullInfo',
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user