diff options
| author | Eric Blake <eblake@redhat.com> | 2019-02-07 16:36:16 -0600 |
|---|---|---|
| committer | Eric Blake <eblake@redhat.com> | 2019-07-29 13:39:39 -0500 |
| commit | 358a8640fa03b6d79645d1794e28a4259bea7ec3 (patch) | |
| tree | d3761aa580c5c875a828658f2c082c5e31bbc3af /HACKING | |
| parent | 5e9d1aa7facb9e5ff77fbdf8509a965364ed3630 (diff) | |
| download | libvirt-python-358a8640fa03b6d79645d1794e28a4259bea7ec3.tar.gz | |
Add virDomainCheckpoint APIs
Copies heavily from existing virDomainSnapshot handling, regarding
what special cases the generator has to be taught and what overrides
need to be written.
Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'HACKING')
| -rw-r--r-- | HACKING | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,8 @@ hand written source files the virConnect class - libvirt-override-virDomain.py - high level overrides in the virDomain class + - libvirt-override-virDomainCheckpoint.py - high level overrides in + the virDomainCheckpoint class - libvirt-override-virDomainSnapshot.py - high level overrides in the virDomainSnapshot class - libvirt-override-virStoragePool.py - high level overrides in |
