blob: 7c82c41ac6c65c7a58049d09765c5962ffb1271f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
|
bin/virsh
bin/virt-admin
bin/virt-host-validate
bin/virt-pki-query-dn
bin/virt-pki-validate
bin/virt-ssh-helper
%%QEMU%%bin/virt-qemu-run
bin/virt-xml-validate
%%BHYVE%%sbin/virtbhyved
sbin/virtnetworkd
sbin/virtproxyd
%%QEMU%%sbin/virtqemud
sbin/virtsecretd
sbin/virtstoraged
sbin/virtvboxd
%%XEN%%sbin/virtxend
share/man/man1/virsh.1.gz
share/man/man1/virt-admin.1.gz
share/man/man1/virt-host-validate.1.gz
share/man/man1/virt-pki-query-dn.1.gz
share/man/man1/virt-pki-validate.1.gz
%%QEMU%%share/man/man1/virt-qemu-run.1.gz
share/man/man1/virt-xml-validate.1.gz
share/man/man7/virkeycode-atset1.7.gz
share/man/man7/virkeycode-atset2.7.gz
share/man/man7/virkeycode-atset3.7.gz
share/man/man7/virkeycode-linux.7.gz
share/man/man7/virkeycode-osx.7.gz
share/man/man7/virkeycode-qnum.7.gz
share/man/man7/virkeycode-usb.7.gz
share/man/man7/virkeycode-win32.7.gz
share/man/man7/virkeycode-xtkbd.7.gz
share/man/man7/virkeyname-linux.7.gz
share/man/man7/virkeyname-osx.7.gz
share/man/man7/virkeyname-win32.7.gz
share/man/man8/libvirt-guests.8.gz
share/man/man8/libvirtd.8.gz
share/man/man8/virt-ssh-helper.8.gz
share/man/man8/virtlockd.8.gz
share/man/man8/virtlogd.8.gz
share/man/man8/virtnetworkd.8.gz
share/man/man8/virtproxyd.8.gz
share/man/man8/virtsecretd.8.gz
share/man/man8/virtstoraged.8.gz
share/man/man8/virtvboxd.8.gz
%%BHYVE%%share/man/man8/virtbhyved.8.gz
%%QEMU%%share/man/man8/virtqemud.8.gz
%%XEN%%share/man/man8/virtxend.8.gz
@sample %%ETCDIR%%/libvirt-admin.conf.sample
@sample %%ETCDIR%%/libvirt.conf.sample
@sample %%ETCDIR%%/libvirtd.conf.sample
@sample %%ETCDIR%%/network.conf.sample
%%BHYVE%%@sample %%ETCDIR%%/virtbhyved.conf.sample
@sample %%ETCDIR%%/virtlockd.conf.sample
@sample %%ETCDIR%%/virtlogd.conf.sample
@sample %%ETCDIR%%/virtnetworkd.conf.sample
@sample %%ETCDIR%%/virtproxyd.conf.sample
%%QEMU%%@sample %%ETCDIR%%/virtqemud.conf.sample
@sample %%ETCDIR%%/virtsecretd.conf.sample
@sample %%ETCDIR%%/virtstoraged.conf.sample
@sample %%ETCDIR%%/virtvboxd.conf.sample
%%XEN%%@sample %%ETCDIR%%/virtxend.conf.sample
%%EXAMPLESDIR%%/networks/default.xml
%%BHYVE%%@sample %%ETCDIR%%/bhyve.conf.sample
%%QEMU%%@sample %%ETCDIR%%/qemu.conf.sample
%%XEN%%@sample %%ETCDIR%%/libxl.conf.sample
%%QEMU%%%%ETCDIR%%/qemu-lockd.conf
%%XEN%%%%ETCDIR%%/libxl-lockd.conf
%%SASL%%etc/sasl2/libvirt.conf
etc/logrotate.d/libvirtd
etc/logrotate.d/libvirtd.lxc
etc/logrotate.d/libvirtd.qemu
etc/logrotate.d/libvirtd.libxl
include/libvirt/libvirt-admin.h
include/libvirt/libvirt-common.h
include/libvirt/libvirt-domain-checkpoint.h
include/libvirt/libvirt-domain-snapshot.h
include/libvirt/libvirt-domain.h
include/libvirt/libvirt-event.h
include/libvirt/libvirt-host.h
include/libvirt/libvirt-interface.h
include/libvirt/libvirt-lxc.h
include/libvirt/libvirt-network.h
include/libvirt/libvirt-nodedev.h
include/libvirt/libvirt-nwfilter.h
include/libvirt/libvirt-qemu.h
include/libvirt/libvirt-secret.h
include/libvirt/libvirt-storage.h
include/libvirt/libvirt-stream.h
include/libvirt/libvirt.h
include/libvirt/virterror.h
lib/libvirt/lock-driver/lockd.so
lib/libvirt-admin.so
lib/libvirt-admin.so.0
lib/libvirt-admin.so.%%SHLIB_VER%%
lib/libvirt-lxc.so
lib/libvirt-lxc.so.0
lib/libvirt-lxc.so.%%SHLIB_VER%%
lib/libvirt-qemu.so
lib/libvirt-qemu.so.0
lib/libvirt-qemu.so.%%SHLIB_VER%%
lib/libvirt.so
lib/libvirt.so.0
lib/libvirt.so.%%SHLIB_VER%%
lib/sysusers.d/libvirt.conf
%%NSS%%lib/nss_libvirt.so.1
%%NSS%%lib/nss_libvirt_guest.so.1
libdata/pkgconfig/libvirt-admin.pc
libdata/pkgconfig/libvirt-lxc.pc
libdata/pkgconfig/libvirt-qemu.pc
libdata/pkgconfig/libvirt.pc
libexec/libvirt-guests.sh
libexec/libvirt_iohelper
libexec/libvirt_leaseshelper
sbin/libvirtd
sbin/virtlockd
sbin/virtlogd
share/augeas/lenses/libvirt_lockd.aug
share/augeas/lenses/libvirtd.aug
share/augeas/lenses/libvirtd_network.aug
%%BHYVE%%share/augeas/lenses/libvirtd_bhyve.aug
share/augeas/lenses/virtlockd.aug
share/augeas/lenses/virtlogd.aug
%%QEMU%%share/augeas/lenses/libvirtd_qemu.aug
%%QEMU%%share/augeas/lenses/tests/test_libvirt_lockd.aug
share/augeas/lenses/tests/test_libvirtd.aug
share/augeas/lenses/tests/test_libvirtd_network.aug
%%BHYVE%%share/augeas/lenses/tests/test_virtbhyved.aug
share/augeas/lenses/tests/test_virtlockd.aug
share/augeas/lenses/tests/test_virtlogd.aug
share/augeas/lenses/tests/test_virtnetworkd.aug
share/augeas/lenses/tests/test_virtproxyd.aug
%%QEMU%%share/augeas/lenses/tests/test_virtqemud.aug
share/augeas/lenses/tests/test_virtsecretd.aug
share/augeas/lenses/tests/test_virtstoraged.aug
share/augeas/lenses/tests/test_virtvboxd.aug
%%BHYVE%%share/augeas/lenses/virtbhyved.aug
share/augeas/lenses/virtnetworkd.aug
share/augeas/lenses/virtproxyd.aug
%%QEMU%%share/augeas/lenses/virtqemud.aug
share/augeas/lenses/virtsecretd.aug
share/augeas/lenses/virtstoraged.aug
share/augeas/lenses/virtvboxd.aug
%%BHYVE%%share/augeas/lenses/tests/test_libvirtd_bhyve.aug
%%QEMU%%share/augeas/lenses/tests/test_libvirtd_qemu.aug
%%XEN%%share/augeas/lenses/libvirtd_libxl.aug
%%XEN%%share/augeas/lenses/tests/test_libvirtd_libxl.aug
%%XEN%%share/augeas/lenses/tests/test_virtxend.aug
%%XEN%%share/augeas/lenses/virtxend.aug
%%DATADIR%%/api/libvirt-admin-api.xml
%%DATADIR%%/api/libvirt-api.xml
%%DATADIR%%/api/libvirt-lxc-api.xml
%%DATADIR%%/api/libvirt-qemu-api.xml
%%DATADIR%%/cpu_map/arm_Ampere-1.xml
%%DATADIR%%/cpu_map/arm_Ampere-1a.xml
%%DATADIR%%/cpu_map/arm_FT-2000plus.xml
%%DATADIR%%/cpu_map/arm_Falkor.xml
%%DATADIR%%/cpu_map/arm_Kunpeng-920.xml
%%DATADIR%%/cpu_map/arm_Neoverse-N1.xml
%%DATADIR%%/cpu_map/arm_Neoverse-N2.xml
%%DATADIR%%/cpu_map/arm_Neoverse-V1.xml
%%DATADIR%%/cpu_map/arm_Tengyun-S2500.xml
%%DATADIR%%/cpu_map/arm_ThunderX299xx.xml
%%DATADIR%%/cpu_map/arm_a64fx.xml
%%DATADIR%%/cpu_map/arm_cortex-a53.xml
%%DATADIR%%/cpu_map/arm_cortex-a57.xml
%%DATADIR%%/cpu_map/arm_cortex-a72.xml
%%DATADIR%%/cpu_map/arm_features.xml
%%DATADIR%%/cpu_map/arm_vendors.xml
%%DATADIR%%/cpu_map/index.xml
%%DATADIR%%/cpu_map/ppc64_POWER10.xml
%%DATADIR%%/cpu_map/ppc64_POWER6.xml
%%DATADIR%%/cpu_map/ppc64_POWER7.xml
%%DATADIR%%/cpu_map/ppc64_POWER8.xml
%%DATADIR%%/cpu_map/ppc64_POWER9.xml
%%DATADIR%%/cpu_map/ppc64_POWERPC_e5500.xml
%%DATADIR%%/cpu_map/ppc64_POWERPC_e6500.xml
%%DATADIR%%/cpu_map/ppc64_vendors.xml
%%DATADIR%%/cpu_map/x86_486-v1.xml
%%DATADIR%%/cpu_map/x86_486.xml
%%DATADIR%%/cpu_map/x86_Broadwell-IBRS.xml
%%DATADIR%%/cpu_map/x86_Broadwell-noTSX-IBRS.xml
%%DATADIR%%/cpu_map/x86_Broadwell-noTSX.xml
%%DATADIR%%/cpu_map/x86_Broadwell-v1.xml
%%DATADIR%%/cpu_map/x86_Broadwell-v2.xml
%%DATADIR%%/cpu_map/x86_Broadwell-v3.xml
%%DATADIR%%/cpu_map/x86_Broadwell-v4.xml
%%DATADIR%%/cpu_map/x86_Broadwell.xml
%%DATADIR%%/cpu_map/x86_Cascadelake-Server-noTSX.xml
%%DATADIR%%/cpu_map/x86_Cascadelake-Server-v1.xml
%%DATADIR%%/cpu_map/x86_Cascadelake-Server-v2.xml
%%DATADIR%%/cpu_map/x86_Cascadelake-Server-v3.xml
%%DATADIR%%/cpu_map/x86_Cascadelake-Server-v4.xml
%%DATADIR%%/cpu_map/x86_Cascadelake-Server-v5.xml
%%DATADIR%%/cpu_map/x86_Cascadelake-Server.xml
%%DATADIR%%/cpu_map/x86_Conroe-v1.xml
%%DATADIR%%/cpu_map/x86_Conroe.xml
%%DATADIR%%/cpu_map/x86_Cooperlake-v1.xml
%%DATADIR%%/cpu_map/x86_Cooperlake-v2.xml
%%DATADIR%%/cpu_map/x86_Cooperlake.xml
%%DATADIR%%/cpu_map/x86_Denverton-v1.xml
%%DATADIR%%/cpu_map/x86_Denverton-v2.xml
%%DATADIR%%/cpu_map/x86_Denverton-v3.xml
%%DATADIR%%/cpu_map/x86_Denverton.xml
%%DATADIR%%/cpu_map/x86_Dhyana-v1.xml
%%DATADIR%%/cpu_map/x86_Dhyana-v2.xml
%%DATADIR%%/cpu_map/x86_Dhyana.xml
%%DATADIR%%/cpu_map/x86_EPYC-Genoa-v1.xml
%%DATADIR%%/cpu_map/x86_EPYC-Genoa.xml
%%DATADIR%%/cpu_map/x86_EPYC-IBPB.xml
%%DATADIR%%/cpu_map/x86_EPYC-Milan-v1.xml
%%DATADIR%%/cpu_map/x86_EPYC-Milan-v2.xml
%%DATADIR%%/cpu_map/x86_EPYC-Milan.xml
%%DATADIR%%/cpu_map/x86_EPYC-Rome-v1.xml
%%DATADIR%%/cpu_map/x86_EPYC-Rome-v2.xml
%%DATADIR%%/cpu_map/x86_EPYC-Rome-v3.xml
%%DATADIR%%/cpu_map/x86_EPYC-Rome-v4.xml
%%DATADIR%%/cpu_map/x86_EPYC-Rome.xml
%%DATADIR%%/cpu_map/x86_EPYC-v1.xml
%%DATADIR%%/cpu_map/x86_EPYC-v2.xml
%%DATADIR%%/cpu_map/x86_EPYC-v3.xml
%%DATADIR%%/cpu_map/x86_EPYC-v4.xml
%%DATADIR%%/cpu_map/x86_EPYC.xml
%%DATADIR%%/cpu_map/x86_GraniteRapids-v1.xml
%%DATADIR%%/cpu_map/x86_GraniteRapids-v2.xml
%%DATADIR%%/cpu_map/x86_GraniteRapids.xml
%%DATADIR%%/cpu_map/x86_Haswell-IBRS.xml
%%DATADIR%%/cpu_map/x86_Haswell-noTSX-IBRS.xml
%%DATADIR%%/cpu_map/x86_Haswell-noTSX.xml
%%DATADIR%%/cpu_map/x86_Haswell-v1.xml
%%DATADIR%%/cpu_map/x86_Haswell-v2.xml
%%DATADIR%%/cpu_map/x86_Haswell-v3.xml
%%DATADIR%%/cpu_map/x86_Haswell-v4.xml
%%DATADIR%%/cpu_map/x86_Haswell.xml
%%DATADIR%%/cpu_map/x86_Icelake-Client-noTSX.xml
%%DATADIR%%/cpu_map/x86_Icelake-Client.xml
%%DATADIR%%/cpu_map/x86_Icelake-Server-noTSX.xml
%%DATADIR%%/cpu_map/x86_Icelake-Server-v1.xml
%%DATADIR%%/cpu_map/x86_Icelake-Server-v2.xml
%%DATADIR%%/cpu_map/x86_Icelake-Server-v3.xml
%%DATADIR%%/cpu_map/x86_Icelake-Server-v4.xml
%%DATADIR%%/cpu_map/x86_Icelake-Server-v5.xml
%%DATADIR%%/cpu_map/x86_Icelake-Server-v6.xml
%%DATADIR%%/cpu_map/x86_Icelake-Server-v7.xml
%%DATADIR%%/cpu_map/x86_Icelake-Server.xml
%%DATADIR%%/cpu_map/x86_IvyBridge-IBRS.xml
%%DATADIR%%/cpu_map/x86_IvyBridge-v1.xml
%%DATADIR%%/cpu_map/x86_IvyBridge-v2.xml
%%DATADIR%%/cpu_map/x86_IvyBridge.xml
%%DATADIR%%/cpu_map/x86_KnightsMill-v1.xml
%%DATADIR%%/cpu_map/x86_KnightsMill.xml
%%DATADIR%%/cpu_map/x86_Nehalem-IBRS.xml
%%DATADIR%%/cpu_map/x86_Nehalem-v1.xml
%%DATADIR%%/cpu_map/x86_Nehalem-v2.xml
%%DATADIR%%/cpu_map/x86_Nehalem.xml
%%DATADIR%%/cpu_map/x86_Opteron_G1-v1.xml
%%DATADIR%%/cpu_map/x86_Opteron_G1.xml
%%DATADIR%%/cpu_map/x86_Opteron_G2-v1.xml
%%DATADIR%%/cpu_map/x86_Opteron_G2.xml
%%DATADIR%%/cpu_map/x86_Opteron_G3-v1.xml
%%DATADIR%%/cpu_map/x86_Opteron_G3.xml
%%DATADIR%%/cpu_map/x86_Opteron_G4-v1.xml
%%DATADIR%%/cpu_map/x86_Opteron_G4.xml
%%DATADIR%%/cpu_map/x86_Opteron_G5-v1.xml
%%DATADIR%%/cpu_map/x86_Opteron_G5.xml
%%DATADIR%%/cpu_map/x86_Penryn-v1.xml
%%DATADIR%%/cpu_map/x86_Penryn.xml
%%DATADIR%%/cpu_map/x86_SandyBridge-IBRS.xml
%%DATADIR%%/cpu_map/x86_SandyBridge-v1.xml
%%DATADIR%%/cpu_map/x86_SandyBridge-v2.xml
%%DATADIR%%/cpu_map/x86_SandyBridge.xml
%%DATADIR%%/cpu_map/x86_SapphireRapids-v1.xml
%%DATADIR%%/cpu_map/x86_SapphireRapids-v2.xml
%%DATADIR%%/cpu_map/x86_SapphireRapids-v3.xml
%%DATADIR%%/cpu_map/x86_SapphireRapids.xml
%%DATADIR%%/cpu_map/x86_SierraForest-v1.xml
%%DATADIR%%/cpu_map/x86_SierraForest.xml
%%DATADIR%%/cpu_map/x86_Skylake-Client-IBRS.xml
%%DATADIR%%/cpu_map/x86_Skylake-Client-noTSX-IBRS.xml
%%DATADIR%%/cpu_map/x86_Skylake-Client-v1.xml
%%DATADIR%%/cpu_map/x86_Skylake-Client-v2.xml
%%DATADIR%%/cpu_map/x86_Skylake-Client-v3.xml
%%DATADIR%%/cpu_map/x86_Skylake-Client-v4.xml
%%DATADIR%%/cpu_map/x86_Skylake-Client.xml
%%DATADIR%%/cpu_map/x86_Skylake-Server-IBRS.xml
%%DATADIR%%/cpu_map/x86_Skylake-Server-noTSX-IBRS.xml
%%DATADIR%%/cpu_map/x86_Skylake-Server-v1.xml
%%DATADIR%%/cpu_map/x86_Skylake-Server-v2.xml
%%DATADIR%%/cpu_map/x86_Skylake-Server-v3.xml
%%DATADIR%%/cpu_map/x86_Skylake-Server-v4.xml
%%DATADIR%%/cpu_map/x86_Skylake-Server-v5.xml
%%DATADIR%%/cpu_map/x86_Skylake-Server.xml
%%DATADIR%%/cpu_map/x86_Snowridge-v1.xml
%%DATADIR%%/cpu_map/x86_Snowridge-v2.xml
%%DATADIR%%/cpu_map/x86_Snowridge-v3.xml
%%DATADIR%%/cpu_map/x86_Snowridge-v4.xml
%%DATADIR%%/cpu_map/x86_Snowridge.xml
%%DATADIR%%/cpu_map/x86_Westmere-IBRS.xml
%%DATADIR%%/cpu_map/x86_Westmere-v1.xml
%%DATADIR%%/cpu_map/x86_Westmere-v2.xml
%%DATADIR%%/cpu_map/x86_Westmere.xml
%%DATADIR%%/cpu_map/x86_athlon-v1.xml
%%DATADIR%%/cpu_map/x86_athlon.xml
%%DATADIR%%/cpu_map/x86_core2duo-v1.xml
%%DATADIR%%/cpu_map/x86_core2duo.xml
%%DATADIR%%/cpu_map/x86_coreduo-v1.xml
%%DATADIR%%/cpu_map/x86_coreduo.xml
%%DATADIR%%/cpu_map/x86_cpu64-rhel5.xml
%%DATADIR%%/cpu_map/x86_cpu64-rhel6.xml
%%DATADIR%%/cpu_map/x86_features.xml
%%DATADIR%%/cpu_map/x86_kvm32-v1.xml
%%DATADIR%%/cpu_map/x86_kvm32.xml
%%DATADIR%%/cpu_map/x86_kvm64-v1.xml
%%DATADIR%%/cpu_map/x86_kvm64.xml
%%DATADIR%%/cpu_map/x86_n270-v1.xml
%%DATADIR%%/cpu_map/x86_n270.xml
%%DATADIR%%/cpu_map/x86_pentium-v1.xml
%%DATADIR%%/cpu_map/x86_pentium.xml
%%DATADIR%%/cpu_map/x86_pentium2-v1.xml
%%DATADIR%%/cpu_map/x86_pentium2.xml
%%DATADIR%%/cpu_map/x86_pentium3-v1.xml
%%DATADIR%%/cpu_map/x86_pentium3.xml
%%DATADIR%%/cpu_map/x86_pentiumpro.xml
%%DATADIR%%/cpu_map/x86_phenom-v1.xml
%%DATADIR%%/cpu_map/x86_phenom.xml
%%DATADIR%%/cpu_map/x86_qemu32-v1.xml
%%DATADIR%%/cpu_map/x86_qemu32.xml
%%DATADIR%%/cpu_map/x86_qemu64-v1.xml
%%DATADIR%%/cpu_map/x86_qemu64.xml
%%DATADIR%%/cpu_map/x86_vendors.xml
%%DATADIR%%/schemas/basictypes.rng
%%DATADIR%%/schemas/capability.rng
%%DATADIR%%/schemas/cpu.rng
%%DATADIR%%/schemas/cputypes.rng
%%DATADIR%%/schemas/domain.rng
%%DATADIR%%/schemas/domainbackup.rng
%%DATADIR%%/schemas/domaincaps.rng
%%DATADIR%%/schemas/domaincheckpoint.rng
%%DATADIR%%/schemas/domaincommon.rng
%%DATADIR%%/schemas/domainoverrides.rng
%%DATADIR%%/schemas/domainsnapshot.rng
%%DATADIR%%/schemas/inactiveDomain.rng
%%DATADIR%%/schemas/interface.rng
%%DATADIR%%/schemas/network.rng
%%DATADIR%%/schemas/networkcommon.rng
%%DATADIR%%/schemas/networkport.rng
%%DATADIR%%/schemas/nodedev.rng
%%DATADIR%%/schemas/nwfilter.rng
%%DATADIR%%/schemas/nwfilter_params.rng
%%DATADIR%%/schemas/nwfilterbinding.rng
%%DATADIR%%/schemas/privatedata.rng
%%DATADIR%%/schemas/secret.rng
%%DATADIR%%/schemas/storagecommon.rng
%%DATADIR%%/schemas/storagepool.rng
%%DATADIR%%/schemas/storagepoolcaps.rng
%%DATADIR%%/schemas/storagevol.rng
%%DATADIR%%/test-screenshot.png
%%NLS%%share/locale/as/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/bg/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/bn_IN/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/bs/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/ca/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/cs/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/da/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/de/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/el/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/en_GB/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/es/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/fi/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/fr/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/gu/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/hi/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/hr/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/hu/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/id/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/it/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/ja/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/ka/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/kn/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/ko/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/mk/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/ml/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/mr/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/ms/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/nb/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/nl/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/or/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/pa/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/pl/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/pt/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/ro/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/ru/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/si/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/sr/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/sr@latin/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/sv/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/ta/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/te/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/tr/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/uk/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/vi/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/libvirt.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/libvirt.mo
%%BHYVE%%lib/libvirt/connection-driver/libvirt_driver_bhyve.so
%%QEMU%%lib/libvirt/connection-driver/libvirt_driver_qemu.so
lib/libvirt/connection-driver/libvirt_driver_network.so
lib/libvirt/connection-driver/libvirt_driver_secret.so
lib/libvirt/connection-driver/libvirt_driver_storage.so
lib/libvirt/connection-driver/libvirt_driver_vbox.so
%%XEN%%lib/libvirt/connection-driver/libvirt_driver_libxl.so
lib/libvirt/storage-backend/libvirt_storage_backend_fs.so
%%ZFS%%lib/libvirt/storage-backend/libvirt_storage_backend_zfs.so
%%QEMU%%@dir /var/cache/libvirt/qemu
%%QEMU%%@dir /var/lib/libvirt/qemu/channel/target
%%QEMU%%@dir /var/lib/libvirt/qemu/channel
%%QEMU%%@dir /var/lib/libvirt/qemu/checkpoint
%%QEMU%%@dir /var/lib/libvirt/qemu/dump
%%QEMU%%@dir /var/lib/libvirt/qemu/nvram
%%QEMU%%@dir /var/lib/libvirt/qemu/ram
%%QEMU%%@dir /var/lib/libvirt/qemu/save
%%QEMU%%@dir /var/lib/libvirt/qemu/snapshot
%%QEMU%%@dir /var/lib/libvirt/qemu
%%QEMU%%@dir /var/lib/libvirt/swtpm
%%QEMU%%@dir /var/log/swtpm/libvirt/qemu
%%QEMU%%@dir /var/log/swtpm/libvirt
%%QEMU%%@dir /var/log/swtpm
%%QEMU%%@dir /var/run/libvirt/qemu/dbus
%%QEMU%%@dir /var/run/libvirt/qemu/slirp
%%QEMU%%@dir /var/run/libvirt/qemu/swtpm
%%QEMU%%@dir /var/run/libvirt/qemu
%%XEN%%@dir /var/lib/libvirt/libxl/channel/target
%%XEN%%@dir /var/lib/libvirt/libxl/channel
%%XEN%%@dir /var/lib/libvirt/libxl/dump
%%XEN%%@dir /var/lib/libvirt/libxl/save
%%XEN%%@dir /var/lib/libvirt/libxl
%%XEN%%@dir /var/log/libvirt/libxl
%%XEN%%@dir /var/run/libvirt/libxl
%%QEMU%%@dir %%ETCDIR%%/qemu/autostart
%%XEN%%@dir %%ETCDIR%%/libxl/autostart
@dir %%ETCDIR%%/qemu/networks/autostart
@dir %%ETCDIR%%/storage/autostart
@dir %%ETCDIR%%/secrets
@dir /var/cache/libvirt
@dir /var/lib/libvirt/boot
@dir /var/lib/libvirt/dnsmasq
@dir /var/lib/libvirt/filesystems
@dir /var/lib/libvirt/images
@dir /var/lib/libvirt/lockd/files
@dir /var/lib/libvirt/lockd
@dir /var/lib/libvirt/network
@dir /var/lib/libvirt
@dir /var/lib
@dir /var/log/libvirt/lxc
@dir /var/log/libvirt/qemu
@dir /var/log/libvirt/uml
@dir /var/log/libvirt
@dir /var/run/libvirt/common
@dir /var/run/libvirt/lockd
@dir /var/run/libvirt/network
@dir /var/run/libvirt/secrets
@dir /var/run/libvirt/storage
@dir /var/run/libvirt
@dir lib/libvirt/storage-file
|