Adolf Belka
1302f0cde8
libvirt: Update version to 8.10.0
...
- Update from version 8.9.0 to 8.10.0
- Update of rootfile
- Changelog
v8.10.0 (2022-12-01)
**New features**
* Tool for validating SEV firmware boot measurement of QEMU VMs
The ``virt-qemu-sev-validate`` program will compare a reported SEV/SEV-ES
domain launch measurement, to a computed launch measurement. This
determines whether the domain has been tampered with during launch.
* Support for SGX EPC (enclave page cache)
Users can add a ``<memory model='sgx-epc'>`` device to lauch a VM with
``Intel Software Guard Extensions``.
* Support migration of vTPM state of QEMU vms on shared storage
Pass ``--migration`` option if appropriate in order for ``swtpm`` to
properly migrate on shared storage.
**Improvements**
* Mark close callback (un-)register API as high priority
High priority APIs use a separate thread pool thus can help in eliminating
problems with stuck VMs. Marking the close callback API as high priority
allows ``virsh`` to properly connect to the daemon in case the normal
priority workers are stuck allowing other high priority API usage.
* Updated x86 CPU features
The following features for the x86 platform were added:
``v-vmsave-vmload``, ``vgif``, ``avx512-vp2intersect``, ``avx512-fp16``,
``serialize``, ``tsx-ldtrk``, ``arch-lbr``, ``xfd``, ``intel-pt-lip``,
``avic``, ``sgx``, ``sgxlc``, ``sgx-exinfo``, ``sgx1``, ``sgx2``,
``sgx-debug``, ``sgx-mode64``, ``sgx-provisionkey``, ``sgx-tokenkey``,
``sgx-kss``, ``bus-lock-detect``, ``pks``, ``amx``.
* Add support for ``hv-avic`` Hyper-V enlightenment
``qemu-6.2`` introduced support for the ``hv-avic`` enlightenment which
allows to use Hyper-V SynIC with hardware APICv/AVIC enabled.
* qemu: Run memory preallocation with numa-pinned threads
Run the thread allocating memory in the proper NUMA node to reduce overhead.
* RPM packaging changes
- add optional dependancy of ``libvirt-daemon`` on ``libvirt-client``
The ``libvirt-guests.`` tool requires the ``virsh`` client to work
properly, but we don't want to require the installation of the daemon
if the tool is not used.
- relax required ``python3-libvirt`` version for ``libvirt-client-qemu``
The ``virt-qemu-qmp-proxy`` tool requires python but doesn't strictly
need the newest version. Remove the strict versioning requirement in
order to prevent cyclic dependency when building.
**Bug fixes**
* Skip initialization of ``cache`` capabilities if host doesn't support them
Hypervisor drivers would fail to initialize on ``aarch64`` hosts with
following error ::
virStateInitialize:657 : Initialisation of cloud-hypervisor state driver failed: no error
which prevented the startup of the daemon.
* Allow incoming connections to guests on routed networks w/firewalld
A change in handling of implicit rules in ``firewalld 1.0.0`` broke
incomming connections to VMs when using ``routed`` network. This is fixed
by adding a new ``libvirt-routed`` zone configured to once again allow
incoming sessions to guests on routed networks.
* Fix infinite loop in nodedev driver
Certain udev entries might be of a size that makes libudev emit EINVAL
which caused a busy loop burning CPU. Fix it by ignoring the return code.
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org >
Reviewed-by: Peter Müller <peter.mueller@ipfire.org >
2022-12-26 08:39:00 +00:00
..
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-15 10:43:54 +00:00
2022-09-15 10:43:54 +00:00
2022-06-09 19:55:07 +00:00
2022-09-15 10:43:54 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-15 10:43:54 +00:00
2022-05-30 19:21:59 +00:00
2022-10-03 09:22:57 +00:00
2022-09-15 10:43:54 +00:00
2022-11-21 10:57:31 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-11-18 19:53:21 +00:00
2022-09-11 08:36:17 +00:00
2022-09-15 10:43:54 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-08-05 09:09:29 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-12-01 18:01:08 +01:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-11-18 14:37:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-06 17:11:47 +00:00
2022-11-18 14:38:27 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-11 08:36:17 +00:00
2022-04-02 14:19:25 +00:00
2022-04-04 16:03:18 +00:00
2022-12-17 17:20:46 +00:00
2022-11-19 19:24:14 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-23 10:36:07 +00:00
2022-09-15 10:43:54 +00:00
2022-11-28 13:04:34 +01:00
2022-07-27 09:49:36 +00:00
2022-11-25 11:55:48 +00:00
2022-09-15 10:43:54 +00:00
2022-09-15 10:43:54 +00:00
2022-04-05 05:54:38 +00:00
2022-11-28 13:04:55 +01:00
2022-11-19 19:26:21 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-10-10 18:39:31 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-15 10:43:54 +00:00
2022-04-02 14:19:25 +00:00
2022-04-23 14:20:06 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-12 09:42:12 +00:00
2022-09-12 09:48:04 +00:00
2022-09-12 09:41:11 +00:00
2022-11-28 13:05:19 +01:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-11-28 13:05:59 +01:00
2022-04-02 14:19:25 +00:00
2022-11-08 11:11:57 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-11-28 13:06:46 +01:00
2022-11-28 13:07:17 +01:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-07-09 09:17:29 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-11-29 13:44:15 +01:00
2022-04-02 14:19:25 +00:00
2022-08-09 10:23:55 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-11-28 13:07:44 +01:00
2022-04-02 14:19:25 +00:00
2022-09-01 21:16:50 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-15 10:43:54 +00:00
2022-05-05 15:31:03 +00:00
2022-04-24 14:07:44 +00:00
2022-09-15 10:43:54 +00:00
2022-05-30 19:11:14 +00:00
2022-04-02 14:19:25 +00:00
2022-09-11 08:36:17 +00:00
2022-04-02 14:19:25 +00:00
2022-11-21 10:58:32 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-06-17 16:39:12 +00:00
2022-11-28 13:08:19 +01:00
2022-04-02 14:19:25 +00:00
2022-10-10 09:32:56 +00:00
2022-04-02 14:19:25 +00:00
2022-09-15 10:43:54 +00:00
2022-04-02 14:19:25 +00:00
2022-08-03 10:57:24 +00:00
2022-08-12 10:43:38 +00:00
2022-04-02 14:19:25 +00:00
2022-07-09 09:08:11 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-18 20:55:51 +00:00
2022-07-09 09:08:22 +00:00
2022-04-09 10:44:10 +00:00
2022-09-15 10:43:54 +00:00
2022-07-09 09:08:44 +00:00
2022-09-11 08:36:17 +00:00
2022-09-15 10:43:54 +00:00
2022-04-02 14:19:25 +00:00
2022-09-01 21:15:18 +00:00
2022-07-09 09:09:10 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-07-11 13:04:01 +00:00
2022-11-28 13:08:35 +01:00
2022-09-15 10:43:54 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-06-29 20:11:34 +00:00
2022-04-02 14:19:25 +00:00
2022-11-18 20:05:39 +00:00
2022-04-02 14:19:25 +00:00
2022-11-10 15:13:54 +00:00
2022-07-07 17:27:14 +02:00
2022-07-09 09:09:21 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-11-28 13:09:08 +01:00
2022-04-24 14:17:14 +00:00
2022-05-30 19:11:45 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-24 19:02:42 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-11 08:35:18 +00:00
2022-09-15 10:43:54 +00:00
2022-04-02 14:19:25 +00:00
2022-07-29 17:04:28 +00:00
2022-04-23 14:24:13 +00:00
2022-07-19 07:49:14 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-15 19:45:26 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-30 08:56:30 +00:00
2022-09-12 06:08:49 +00:00
2022-11-21 11:01:16 +00:00
2022-04-30 08:56:00 +00:00
2022-04-30 08:54:59 +00:00
2022-04-02 14:19:25 +00:00
2022-12-26 08:30:22 +00:00
2022-04-02 14:19:25 +00:00
2022-11-25 11:56:30 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-10 10:20:01 +00:00
2022-04-02 14:19:25 +00:00
2022-12-17 17:20:45 +00:00
2022-11-29 14:38:49 +01:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-29 19:47:23 +00:00
2022-04-02 14:19:25 +00:00
2022-10-24 08:57:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-10 10:18:40 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-11-19 19:24:14 +00:00
2022-05-30 19:19:43 +00:00
2022-05-30 19:18:41 +00:00
2022-04-02 14:19:25 +00:00
2022-04-10 09:49:44 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-11-21 11:01:39 +00:00
2022-08-10 10:44:31 +00:00
2022-11-25 11:57:30 +00:00
2022-12-17 17:20:45 +00:00
2022-10-03 21:58:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-08-10 10:44:31 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-11-28 13:09:53 +01:00
2022-11-28 13:10:59 +01:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-11-28 13:18:12 +01:00
2022-12-26 08:36:06 +00:00
2022-12-26 08:37:43 +00:00
2022-11-21 11:02:10 +00:00
2022-12-26 08:39:00 +00:00
2022-05-30 19:45:10 +00:00
2022-11-21 11:03:00 +00:00
2022-11-08 11:12:38 +00:00
2022-05-30 19:46:16 +00:00
2022-04-02 14:19:25 +00:00
2022-05-30 19:34:08 +00:00
2022-10-17 16:26:19 +00:00
2022-04-02 14:19:25 +00:00
2022-11-19 11:18:51 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-06-06 12:11:34 +00:00
2022-05-30 19:13:56 +00:00
2022-07-27 07:10:18 +00:00
2022-04-02 14:19:25 +00:00
2022-12-17 14:48:00 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-06-13 20:46:58 +00:00
2022-04-02 14:19:25 +00:00
2022-05-30 19:20:19 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-05-01 08:43:05 +00:00
2022-05-01 08:43:14 +00:00
2022-09-12 09:48:21 +00:00
2022-04-23 14:24:09 +00:00
2022-04-29 19:39:42 +00:00
2022-04-02 14:19:25 +00:00
2022-09-15 10:43:54 +00:00
2022-11-18 14:37:25 +00:00
2022-11-29 13:40:13 +01:00
2022-04-02 14:19:25 +00:00
2022-11-29 13:44:49 +01:00
2022-04-02 14:19:25 +00:00
2022-09-15 10:43:54 +00:00
2022-04-02 14:19:25 +00:00
2022-05-02 20:22:22 +00:00
2022-11-29 13:44:49 +01:00
2022-09-01 21:16:50 +00:00
2022-12-26 08:33:28 +00:00
2022-04-29 18:58:17 +00:00
2022-04-29 18:56:58 +00:00
2022-09-15 10:43:54 +00:00
2022-05-10 14:12:53 +00:00
2022-11-23 12:26:01 +00:00
2022-04-29 19:37:10 +00:00
2022-09-30 21:18:38 +00:00
2022-04-29 18:56:17 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-15 10:43:54 +00:00
2022-09-01 21:16:50 +00:00
2022-09-12 09:43:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-15 10:43:54 +00:00
2022-11-25 11:58:45 +00:00
2022-08-03 10:55:43 +00:00
2022-04-02 14:19:25 +00:00
2022-09-15 10:43:54 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-15 10:43:54 +00:00
2022-06-17 10:20:17 +00:00
2022-04-02 14:19:25 +00:00
2022-04-29 21:11:50 +00:00
2022-04-29 21:11:46 +00:00
2022-04-29 19:01:37 +00:00
2022-04-29 18:59:39 +00:00
2022-10-24 08:59:27 +00:00
2022-11-19 19:26:35 +00:00
2022-09-15 10:43:54 +00:00
2022-11-21 11:04:37 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-24 16:29:35 +00:00
2022-08-02 15:10:50 +00:00
2022-04-02 14:19:25 +00:00
2022-11-25 11:52:46 +00:00
2022-04-24 14:07:03 +00:00
2022-04-02 14:19:25 +00:00
2022-04-24 19:13:10 +00:00
2022-09-01 21:16:49 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-01 21:16:49 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-01 21:16:49 +00:00
2022-04-02 14:19:25 +00:00
2022-09-01 21:16:50 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-01 21:16:49 +00:00
2022-09-01 21:16:49 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-01 21:16:49 +00:00
2022-06-17 10:20:17 +00:00
2022-09-01 21:16:49 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-01 21:16:50 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-06-17 10:20:17 +00:00
2022-06-17 10:20:17 +00:00
2022-09-01 21:16:50 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-01 21:16:49 +00:00
2022-04-10 10:05:27 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-06-17 10:20:18 +00:00
2022-09-01 21:16:49 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-06-17 10:20:18 +00:00
2022-06-17 10:20:18 +00:00
2022-06-17 10:20:18 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-01 21:16:49 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-01 21:16:49 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-01 21:16:50 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-01 21:16:50 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-06-17 10:22:31 +00:00
2022-04-02 14:19:25 +00:00
2022-06-17 10:20:18 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-15 10:43:54 +00:00
2022-11-29 13:40:40 +01:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-11-18 14:38:17 +00:00
2022-12-06 10:05:47 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-24 18:59:49 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-11-10 15:13:51 +00:00
2022-11-10 15:13:53 +00:00
2022-08-05 09:09:30 +00:00
2022-08-05 09:09:30 +00:00
2022-11-10 15:13:53 +00:00
2022-11-10 15:13:53 +00:00
2022-11-10 15:13:51 +00:00
2022-11-10 15:13:53 +00:00
2022-11-10 15:13:53 +00:00
2022-11-10 15:13:53 +00:00
2022-11-10 15:13:53 +00:00
2022-11-10 15:13:53 +00:00
2022-11-10 15:13:53 +00:00
2022-11-10 15:13:52 +00:00
2022-11-10 15:13:51 +00:00
2022-04-02 14:19:25 +00:00
2022-11-10 15:13:53 +00:00
2022-11-10 15:13:54 +00:00
2022-11-10 15:13:53 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-11-10 15:13:53 +00:00
2022-11-10 15:13:53 +00:00
2022-08-05 09:09:30 +00:00
2022-06-25 09:11:58 +00:00
2022-11-10 15:13:52 +00:00
2022-04-18 21:15:51 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-11-10 15:13:53 +00:00
2022-11-10 15:13:53 +00:00
2022-04-02 14:19:25 +00:00
2022-11-10 15:13:53 +00:00
2022-11-10 15:13:53 +00:00
2022-11-10 15:13:53 +00:00
2022-11-10 15:13:53 +00:00
2022-11-10 15:13:53 +00:00
2022-11-10 15:13:53 +00:00
2022-11-10 15:13:52 +00:00
2022-11-10 15:13:52 +00:00
2022-04-02 14:19:25 +00:00
2022-11-10 15:13:53 +00:00
2022-08-05 09:09:30 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-18 21:10:09 +00:00
2022-11-10 15:13:54 +00:00
2022-11-10 15:13:54 +00:00
2022-11-10 15:13:54 +00:00
2022-04-02 14:19:25 +00:00
2022-11-25 11:58:58 +00:00
2022-11-25 11:58:58 +00:00
2022-04-02 14:19:25 +00:00
2022-06-17 10:20:17 +00:00
2022-04-02 14:19:25 +00:00
2022-11-21 10:58:32 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-15 10:43:54 +00:00
2022-08-02 06:47:20 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-11-29 13:42:08 +01:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-08-06 06:46:06 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-06-25 11:13:37 +00:00
2022-11-10 15:13:52 +00:00
2022-11-10 15:13:52 +00:00
2022-04-02 14:19:25 +00:00
2022-06-25 11:13:37 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-11-10 15:13:52 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-11-10 15:13:52 +00:00
2022-04-02 14:19:25 +00:00
2022-06-25 11:13:37 +00:00
2022-04-02 14:19:25 +00:00
2022-06-25 11:13:37 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-06-25 11:13:37 +00:00
2022-06-25 11:13:37 +00:00
2022-06-25 11:13:37 +00:00
2022-04-02 14:19:25 +00:00
2022-11-10 15:13:52 +00:00
2022-11-10 15:13:52 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-06-25 11:13:37 +00:00
2022-04-02 14:19:25 +00:00
2022-11-10 15:13:52 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-06-25 11:13:37 +00:00
2022-06-25 11:13:37 +00:00
2022-04-02 14:19:25 +00:00
2022-11-10 15:13:52 +00:00
2022-11-10 15:13:52 +00:00
2022-11-10 15:13:52 +00:00
2022-11-10 15:13:52 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-06-25 11:13:38 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-06-25 11:13:38 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-11-29 13:42:21 +01:00
2022-05-02 20:14:57 +00:00
2022-07-09 14:58:58 +00:00
2022-11-29 13:29:30 +01:00
2022-11-21 11:05:13 +00:00
2022-05-02 05:36:32 +00:00
2022-04-02 14:19:25 +00:00
2022-11-29 13:44:49 +01:00
2022-04-02 14:19:25 +00:00
2022-04-04 20:17:05 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-06-17 16:28:05 +00:00
2022-05-08 12:05:53 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-11-19 19:27:09 +00:00
2022-11-18 13:33:45 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-15 10:43:54 +00:00
2022-04-02 14:19:25 +00:00
2022-07-10 08:20:15 +00:00
2022-04-24 14:18:16 +00:00
2022-04-24 14:18:20 +00:00
2022-09-17 09:15:57 +00:00
2022-11-08 14:38:32 +00:00
2022-09-15 10:43:54 +00:00
2022-11-25 11:59:10 +00:00
2022-11-29 14:32:57 +01:00
2022-09-01 21:16:50 +00:00
2022-11-23 12:25:36 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-11 08:36:17 +00:00
2022-11-29 13:42:35 +01:00
2022-09-11 08:36:17 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-15 10:43:54 +00:00
2022-06-04 08:36:55 +00:00
2022-12-11 11:57:34 +00:00
2022-04-02 14:19:25 +00:00
2022-09-15 10:43:54 +00:00
2022-06-17 16:28:05 +00:00
2022-10-24 08:58:58 +00:00
2022-11-21 11:06:52 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-11 08:50:57 +00:00
2022-10-24 09:03:34 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-11-21 11:05:44 +00:00
2022-09-12 06:04:54 +00:00
2022-09-15 10:43:54 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-09-15 10:43:54 +00:00
2022-07-11 13:04:05 +00:00
2022-04-02 14:19:25 +00:00
2022-11-08 14:39:26 +00:00
2022-04-02 14:19:25 +00:00
2022-09-15 10:43:54 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-10 10:04:27 +00:00
2022-04-18 21:13:09 +00:00
2022-04-02 14:19:25 +00:00
2022-09-17 21:18:31 +00:00
2022-04-02 14:19:25 +00:00
2022-06-25 11:12:01 +00:00
2022-09-15 10:43:54 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-11-21 11:03:36 +00:00
2022-04-02 14:19:25 +00:00
2022-09-15 10:43:54 +00:00
2022-04-02 14:19:25 +00:00
2022-04-02 14:19:25 +00:00
2022-11-08 11:10:59 +00:00
2022-04-02 14:19:25 +00:00