libvirt-python 9.3.0__tar.gz → 9.4.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/AUTHORS +1 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/ChangeLog +33 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/PKG-INFO +1 -1
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/build/libvirt_python.egg-info/SOURCES.txt +4 -4
- libvirt-python-9.3.0/ci/containers/fedora-36.Dockerfile → libvirt-python-9.4.0/ci/containers/fedora-38.Dockerfile +1 -1
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/ci/gitlab/builds.yml +17 -17
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/ci/gitlab/containers.yml +6 -6
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/ci/manifest.yml +3 -3
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/libvirt-override.c +12 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/libvirt-python.spec +1 -1
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/setup.py +1 -1
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/.ctags +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/.dir-locals.el +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/.github/workflows/lockdown.yml +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/.gitignore +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/.gitlab-ci.yml +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/.mailmap +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/AUTHORS.in +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/CONTRIBUTING.rst +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/COPYING +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/COPYING.LESSER +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/HACKING +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/MANIFEST +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/MANIFEST.in +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/Makefile +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/README +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/ci/buildenv/centos-stream-8.sh +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/ci/buildenv/centos-stream-9.sh +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/ci/buildenv/debian-10.sh +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/ci/buildenv/debian-sid.sh +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/ci/buildenv/fedora-37.sh +0 -0
- /libvirt-python-9.3.0/ci/buildenv/fedora-36.sh → /libvirt-python-9.4.0/ci/buildenv/fedora-38.sh +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/ci/buildenv/fedora-rawhide.sh +0 -0
- /libvirt-python-9.3.0/ci/buildenv/opensuse-leap-154.sh → /libvirt-python-9.4.0/ci/buildenv/opensuse-leap-15.sh +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/ci/buildenv/opensuse-tumbleweed.sh +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/ci/buildenv/ubuntu-2004.sh +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/ci/buildenv/ubuntu-2204.sh +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/ci/containers/centos-stream-8.Dockerfile +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/ci/containers/centos-stream-9.Dockerfile +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/ci/containers/debian-10.Dockerfile +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/ci/containers/debian-sid.Dockerfile +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/ci/containers/fedora-37.Dockerfile +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/ci/containers/fedora-rawhide.Dockerfile +0 -0
- /libvirt-python-9.3.0/ci/containers/opensuse-leap-154.Dockerfile → /libvirt-python-9.4.0/ci/containers/opensuse-leap-15.Dockerfile +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/ci/containers/opensuse-tumbleweed.Dockerfile +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/ci/containers/ubuntu-2004.Dockerfile +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/ci/containers/ubuntu-2204.Dockerfile +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/ci/gitlab/build-templates.yml +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/ci/gitlab/container-templates.yml +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/ci/gitlab/sanity-checks.yml +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/ci/gitlab.yml +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/examples/README +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/examples/consolecallback.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/examples/dhcpleases.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/examples/dominfo.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/examples/domipaddrs.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/examples/domrestore.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/examples/domsave.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/examples/domstart.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/examples/esxlist.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/examples/event-test.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/examples/guest-vcpus/guest-vcpu-daemon.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/examples/guest-vcpus/guest-vcpu.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/examples/nodestats.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/examples/sparsestream.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/examples/topology.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/generator.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/libvirt-lxc-override-api.xml +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/libvirt-lxc-override.c +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/libvirt-override-api.xml +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/libvirt-override-virConnect.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/libvirt-override-virDomain.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/libvirt-override-virDomainCheckpoint.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/libvirt-override-virDomainSnapshot.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/libvirt-override-virNetwork.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/libvirt-override-virStoragePool.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/libvirt-override-virStream.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/libvirt-override.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/libvirt-python.spec.in +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/libvirt-qemu-override-api.xml +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/libvirt-qemu-override.c +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/libvirt-qemu-override.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/libvirt-utils.c +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/libvirt-utils.h +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/libvirtaio.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/requirements-test.txt +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/setup.cfg +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/tests/eventmock.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/tests/test_aio.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/tests/test_api_coverage.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/tests/test_conn.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/tests/test_domain.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/tests/test_domain_checkpoint.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/tests/test_domain_snapshot.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/tests/test_interface.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/tests/test_network.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/tests/test_nodedev.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/tests/test_storage.py +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/tox.ini +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/typewrappers.c +0 -0
- {libvirt-python-9.3.0 → libvirt-python-9.4.0}/typewrappers.h +0 -0
|
@@ -39,6 +39,7 @@ The individual contributors are
|
|
|
39
39
|
Guannan Ren <gren@redhat.com>
|
|
40
40
|
Gui Jianfeng <guijianfeng@cn.fujitsu.com>
|
|
41
41
|
Guido Günther <agx@sigxcpu.org>
|
|
42
|
+
Han Han <hhan@redhat.com>
|
|
42
43
|
Hu Tao <hutao@cn.fujitsu.com>
|
|
43
44
|
Jason Andryuk <andryuk@aero.org>
|
|
44
45
|
Jim Fehlig <jfehlig@suse.com>
|
|
@@ -1,3 +1,36 @@
|
|
|
1
|
+
2023-05-31 Han Han <hhan@redhat.com>
|
|
2
|
+
|
|
3
|
+
virDomainMigrate3Params: Add missing params
|
|
4
|
+
Add these missing migrate params:
|
|
5
|
+
- VIR_MIGRATE_PARAM_DISKS_URI, since libvirt v6.8.0(49186372db)
|
|
6
|
+
- VIR_MIGRATE_PARAM_TLS_DESTINATION, since libvirt v6.0.0(1b8af37213e)
|
|
7
|
+
- VIR_MIGRATE_PARAM_COMPRESSION_ZLIB_LEVEL and VIR_MIGRATE_PARAM_COMPRESSION_ZSTD_LEVEL,
|
|
8
|
+
since libvirt v9.4.0(150ae3e62b9)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
2023-05-03 Erik Skultety <eskultet@redhat.com>
|
|
13
|
+
|
|
14
|
+
ci: Drop Fedora 36 target
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
2023-05-03 Erik Skultety <eskultet@redhat.com>
|
|
18
|
+
|
|
19
|
+
ci: Add Fedora 38 target
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
2023-05-03 Erik Skultety <eskultet@redhat.com>
|
|
23
|
+
|
|
24
|
+
ci: Replace OpenSUSE Leap 15.4 target with Leap 15 name
|
|
25
|
+
We now refer to the latest Leap 15.X simply as Leap 15 in lcitool.
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
2023-05-02 Jiri Denemark <jdenemar@redhat.com>
|
|
30
|
+
|
|
31
|
+
Post-release version bump to 9.4.0
|
|
32
|
+
|
|
33
|
+
|
|
1
34
|
2023-04-26 Daniel P. Berrangé <berrange@redhat.com>
|
|
2
35
|
|
|
3
36
|
rpm: convert license to SPDX format
|
|
@@ -47,10 +47,10 @@ ci/buildenv/centos-stream-8.sh
|
|
|
47
47
|
ci/buildenv/centos-stream-9.sh
|
|
48
48
|
ci/buildenv/debian-10.sh
|
|
49
49
|
ci/buildenv/debian-sid.sh
|
|
50
|
-
ci/buildenv/fedora-36.sh
|
|
51
50
|
ci/buildenv/fedora-37.sh
|
|
51
|
+
ci/buildenv/fedora-38.sh
|
|
52
52
|
ci/buildenv/fedora-rawhide.sh
|
|
53
|
-
ci/buildenv/opensuse-leap-
|
|
53
|
+
ci/buildenv/opensuse-leap-15.sh
|
|
54
54
|
ci/buildenv/opensuse-tumbleweed.sh
|
|
55
55
|
ci/buildenv/ubuntu-2004.sh
|
|
56
56
|
ci/buildenv/ubuntu-2204.sh
|
|
@@ -58,10 +58,10 @@ ci/containers/centos-stream-8.Dockerfile
|
|
|
58
58
|
ci/containers/centos-stream-9.Dockerfile
|
|
59
59
|
ci/containers/debian-10.Dockerfile
|
|
60
60
|
ci/containers/debian-sid.Dockerfile
|
|
61
|
-
ci/containers/fedora-36.Dockerfile
|
|
62
61
|
ci/containers/fedora-37.Dockerfile
|
|
62
|
+
ci/containers/fedora-38.Dockerfile
|
|
63
63
|
ci/containers/fedora-rawhide.Dockerfile
|
|
64
|
-
ci/containers/opensuse-leap-
|
|
64
|
+
ci/containers/opensuse-leap-15.Dockerfile
|
|
65
65
|
ci/containers/opensuse-tumbleweed.Dockerfile
|
|
66
66
|
ci/containers/ubuntu-2004.Dockerfile
|
|
67
67
|
ci/containers/ubuntu-2204.Dockerfile
|
|
@@ -125,52 +125,52 @@ x86_64-debian-sid-local-env:
|
|
|
125
125
|
PIP_INSTALL: install --break-system-packages
|
|
126
126
|
|
|
127
127
|
|
|
128
|
-
x86_64-fedora-
|
|
128
|
+
x86_64-fedora-37-prebuilt-env:
|
|
129
129
|
extends: .native_build_job_prebuilt_env
|
|
130
130
|
needs:
|
|
131
|
-
- job: x86_64-fedora-
|
|
131
|
+
- job: x86_64-fedora-37-container
|
|
132
132
|
optional: true
|
|
133
133
|
allow_failure: false
|
|
134
134
|
variables:
|
|
135
|
-
NAME: fedora-
|
|
135
|
+
NAME: fedora-37
|
|
136
136
|
artifacts:
|
|
137
137
|
expire_in: 1 hour
|
|
138
138
|
paths:
|
|
139
139
|
- libvirt-python-rpms
|
|
140
140
|
|
|
141
|
-
x86_64-fedora-
|
|
141
|
+
x86_64-fedora-37-local-env:
|
|
142
142
|
extends: .native_build_job_local_env
|
|
143
143
|
needs: []
|
|
144
144
|
allow_failure: false
|
|
145
145
|
variables:
|
|
146
|
-
IMAGE: registry.fedoraproject.org/fedora:
|
|
147
|
-
NAME: fedora-
|
|
146
|
+
IMAGE: registry.fedoraproject.org/fedora:37
|
|
147
|
+
NAME: fedora-37
|
|
148
148
|
artifacts:
|
|
149
149
|
expire_in: 1 hour
|
|
150
150
|
paths:
|
|
151
151
|
- libvirt-python-rpms
|
|
152
152
|
|
|
153
153
|
|
|
154
|
-
x86_64-fedora-
|
|
154
|
+
x86_64-fedora-38-prebuilt-env:
|
|
155
155
|
extends: .native_build_job_prebuilt_env
|
|
156
156
|
needs:
|
|
157
|
-
- job: x86_64-fedora-
|
|
157
|
+
- job: x86_64-fedora-38-container
|
|
158
158
|
optional: true
|
|
159
159
|
allow_failure: false
|
|
160
160
|
variables:
|
|
161
|
-
NAME: fedora-
|
|
161
|
+
NAME: fedora-38
|
|
162
162
|
artifacts:
|
|
163
163
|
expire_in: 1 hour
|
|
164
164
|
paths:
|
|
165
165
|
- libvirt-python-rpms
|
|
166
166
|
|
|
167
|
-
x86_64-fedora-
|
|
167
|
+
x86_64-fedora-38-local-env:
|
|
168
168
|
extends: .native_build_job_local_env
|
|
169
169
|
needs: []
|
|
170
170
|
allow_failure: false
|
|
171
171
|
variables:
|
|
172
|
-
IMAGE: registry.fedoraproject.org/fedora:
|
|
173
|
-
NAME: fedora-
|
|
172
|
+
IMAGE: registry.fedoraproject.org/fedora:38
|
|
173
|
+
NAME: fedora-38
|
|
174
174
|
artifacts:
|
|
175
175
|
expire_in: 1 hour
|
|
176
176
|
paths:
|
|
@@ -195,23 +195,23 @@ x86_64-fedora-rawhide-local-env:
|
|
|
195
195
|
NAME: fedora-rawhide
|
|
196
196
|
|
|
197
197
|
|
|
198
|
-
x86_64-opensuse-leap-
|
|
198
|
+
x86_64-opensuse-leap-15-prebuilt-env:
|
|
199
199
|
extends: .native_build_job_prebuilt_env
|
|
200
200
|
needs:
|
|
201
|
-
- job: x86_64-opensuse-leap-
|
|
201
|
+
- job: x86_64-opensuse-leap-15-container
|
|
202
202
|
optional: true
|
|
203
203
|
allow_failure: false
|
|
204
204
|
variables:
|
|
205
|
-
NAME: opensuse-leap-
|
|
205
|
+
NAME: opensuse-leap-15
|
|
206
206
|
RPM: skip
|
|
207
207
|
|
|
208
|
-
x86_64-opensuse-leap-
|
|
208
|
+
x86_64-opensuse-leap-15-local-env:
|
|
209
209
|
extends: .native_build_job_local_env
|
|
210
210
|
needs: []
|
|
211
211
|
allow_failure: false
|
|
212
212
|
variables:
|
|
213
213
|
IMAGE: registry.opensuse.org/opensuse/leap:15.4
|
|
214
|
-
NAME: opensuse-leap-
|
|
214
|
+
NAME: opensuse-leap-15
|
|
215
215
|
RPM: skip
|
|
216
216
|
|
|
217
217
|
|
|
@@ -35,18 +35,18 @@ x86_64-debian-sid-container:
|
|
|
35
35
|
NAME: debian-sid
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
x86_64-fedora-
|
|
38
|
+
x86_64-fedora-37-container:
|
|
39
39
|
extends: .container_job
|
|
40
40
|
allow_failure: false
|
|
41
41
|
variables:
|
|
42
|
-
NAME: fedora-
|
|
42
|
+
NAME: fedora-37
|
|
43
43
|
|
|
44
44
|
|
|
45
|
-
x86_64-fedora-
|
|
45
|
+
x86_64-fedora-38-container:
|
|
46
46
|
extends: .container_job
|
|
47
47
|
allow_failure: false
|
|
48
48
|
variables:
|
|
49
|
-
NAME: fedora-
|
|
49
|
+
NAME: fedora-38
|
|
50
50
|
|
|
51
51
|
|
|
52
52
|
x86_64-fedora-rawhide-container:
|
|
@@ -56,11 +56,11 @@ x86_64-fedora-rawhide-container:
|
|
|
56
56
|
NAME: fedora-rawhide
|
|
57
57
|
|
|
58
58
|
|
|
59
|
-
x86_64-opensuse-leap-
|
|
59
|
+
x86_64-opensuse-leap-15-container:
|
|
60
60
|
extends: .container_job
|
|
61
61
|
allow_failure: false
|
|
62
62
|
variables:
|
|
63
|
-
NAME: opensuse-leap-
|
|
63
|
+
NAME: opensuse-leap-15
|
|
64
64
|
|
|
65
65
|
|
|
66
66
|
x86_64-opensuse-tumbleweed-container:
|
|
@@ -47,7 +47,7 @@ targets:
|
|
|
47
47
|
variables:
|
|
48
48
|
PIP_INSTALL: install --break-system-packages
|
|
49
49
|
|
|
50
|
-
fedora-
|
|
50
|
+
fedora-37:
|
|
51
51
|
jobs:
|
|
52
52
|
- arch: x86_64
|
|
53
53
|
artifacts:
|
|
@@ -55,7 +55,7 @@ targets:
|
|
|
55
55
|
paths:
|
|
56
56
|
- libvirt-python-rpms
|
|
57
57
|
|
|
58
|
-
fedora-
|
|
58
|
+
fedora-38:
|
|
59
59
|
jobs:
|
|
60
60
|
- arch: x86_64
|
|
61
61
|
artifacts:
|
|
@@ -68,7 +68,7 @@ targets:
|
|
|
68
68
|
- arch: x86_64
|
|
69
69
|
allow-failure: true
|
|
70
70
|
|
|
71
|
-
opensuse-leap-
|
|
71
|
+
opensuse-leap-15:
|
|
72
72
|
jobs:
|
|
73
73
|
- arch: x86_64
|
|
74
74
|
variables:
|
|
@@ -8154,6 +8154,18 @@ static virPyTypedParamsHint virPyDomainMigrate3Params[] = {
|
|
|
8154
8154
|
# ifdef VIR_MIGRATE_PARAM_PARALLEL_CONNECTIONS
|
|
8155
8155
|
{ VIR_MIGRATE_PARAM_PARALLEL_CONNECTIONS, VIR_TYPED_PARAM_INT },
|
|
8156
8156
|
# endif
|
|
8157
|
+
# ifdef VIR_MIGRATE_PARAM_DISKS_URI
|
|
8158
|
+
{ VIR_MIGRATE_PARAM_DISKS_URI, VIR_TYPED_PARAM_STRING },
|
|
8159
|
+
#endif
|
|
8160
|
+
#ifdef VIR_MIGRATE_PARAM_TLS_DESTINATION
|
|
8161
|
+
{ VIR_MIGRATE_PARAM_TLS_DESTINATION, VIR_TYPED_PARAM_STRING },
|
|
8162
|
+
#endif
|
|
8163
|
+
#ifdef VIR_MIGRATE_PARAM_COMPRESSION_ZLIB_LEVEL
|
|
8164
|
+
{ VIR_MIGRATE_PARAM_COMPRESSION_ZLIB_LEVEL, VIR_TYPED_PARAM_INT },
|
|
8165
|
+
#endif
|
|
8166
|
+
#ifdef VIR_MIGRATE_PARAM_COMPRESSION_ZSTD_LEVEL
|
|
8167
|
+
{ VIR_MIGRATE_PARAM_COMPRESSION_ZSTD_LEVEL, VIR_TYPED_PARAM_INT },
|
|
8168
|
+
#endif
|
|
8157
8169
|
};
|
|
8158
8170
|
|
|
8159
8171
|
|
|
@@ -335,7 +335,7 @@ class my_clean(Command):
|
|
|
335
335
|
_c_modules, _py_modules = get_module_lists()
|
|
336
336
|
|
|
337
337
|
setup(name = 'libvirt-python',
|
|
338
|
-
version = '9.
|
|
338
|
+
version = '9.4.0',
|
|
339
339
|
url = 'http://www.libvirt.org',
|
|
340
340
|
maintainer = 'Libvirt Maintainers',
|
|
341
341
|
maintainer_email = 'libvir-list@redhat.com',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/libvirt-python-9.3.0/ci/buildenv/fedora-36.sh → /libvirt-python-9.4.0/ci/buildenv/fedora-38.sh
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|