summaryrefslogtreecommitdiff
path: root/generator.py
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@redhat.com>2021-09-21 14:08:46 -0500
committerJonathon Jongsma <jjongsma@redhat.com>2021-09-21 16:11:07 -0500
commit066af64107ac340a6c508636e80ec7b415f512d8 (patch)
tree33f051d1f60c7d9726ddb95216c9951d22f7d81c /generator.py
parente78e2bae31739180b6e469e49a282722f0aa2a08 (diff)
downloadlibvirt-python-066af64107ac340a6c508636e80ec7b415f512d8.tar.gz
Add new autostart API for node devices
Provide a manual override for the virNodeDeviceGetAutostart() API modeled on what's done for the network and storage APIs. Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Diffstat (limited to 'generator.py')
-rwxr-xr-xgenerator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/generator.py b/generator.py
index ceaad46..c7466a8 100755
--- a/generator.py
+++ b/generator.py
@@ -480,6 +480,7 @@ skip_impl = {
'virDomainAuthorizedSSHKeysGet',
'virDomainAuthorizedSSHKeysSet',
'virDomainGetMessages',
+ 'virNodeDeviceGetAutostart',
}
lxc_skip_impl = {