Daniel P. Berrangé
578ac25c6a
conf: support stateless UEFI firmware
...
Normally when an UEFI firmware is marked as read-only, an associated
NVRAM file will be created. Some builds of UEFI firmware, however, wish
to remain stateless and so will be read-only, but never have any NVRAM
file. To represent this concept a 'stateless' tristate bool attribute
is introduced on the <loader/> element.
There are rather a large number of permutations to consider.
With default firmware selection
* <os/>
=> Historic default, no change
* <os>
<loader stateless='yes'/>
</os>
=> Explicit version of historic default, no change
* <os>
<loader stateless='no'/>
</os>
=> Invalid, bios is always stateless
With manual legacy BIOS selection
* <os>
<loader>/path/to/seabios</loader>
...
</os>
=> Historic default, no change
* <os>
<loader stateless='yes'>/path/to/seabios</loader>
...
</os>
=> Explicit version of historic default, no change
* <os>
<loader stateless='no'>/path/to/seabios</loader>
...
</os>
=> Invalid, bios is always stateless
With manual UEFI selection
* <os>
<loader type='pflash'>/path/to/edk2</loader>
...
</os>
=> Historic default, no change
* <os>
<loader type='pflash' stateless='yes'>/path/to/edk2</loader>
...
</os>
=> Skip auto-filling NVRAM / template
* <os>
<loader type='pflash' stateless='no'>/path/to/edk2</loader>
...
</os>
=> Explicit version of historic default, no change
With automatic firmware selection
* <os firmware='bios'/>
=> Historic default, no change
* <os firmware='bios'>
<loader stateless='yes'/>
</os>
=> Explicit version of historic default, no change
* <os firmware='bios'>
<loader stateless='no'/>
</os>
=> Invalid, bios is always stateless
* <os firmware='uefi'/>
=> Historic default, no change
* <os firmware='uefi'>
<loader stateless='yes'/>
</os>
=> Skip auto-filling NVRAM / template
* <os firmware='uefi'>
<loader stateless='no'/>
</os>
=> Explicit version of historic default, no change
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2022-07-26 15:41:44 +01:00
..
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-07-01 16:15:05 +02:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2022-02-23 18:08:49 +00:00
2022-02-23 18:08:49 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:45 +00:00
2021-03-09 22:58:45 +00:00
2021-03-09 22:58:26 +00:00
2021-03-09 22:58:45 +00:00
2021-03-09 22:58:45 +00:00
2021-03-09 22:58:26 +00:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2021-03-09 22:58:45 +00:00
2021-03-09 22:58:45 +00:00
2021-03-09 22:58:26 +00:00
2021-03-09 22:58:45 +00:00
2021-03-09 22:58:36 +00:00
2021-03-09 22:58:45 +00:00
2021-03-09 22:58:45 +00:00
2021-03-09 22:58:26 +00:00
2021-03-09 22:58:26 +00:00
2021-03-09 22:58:45 +00:00
2021-03-09 22:58:26 +00:00
2021-03-09 22:58:45 +00:00
2021-03-09 22:58:45 +00:00
2021-03-09 22:58:26 +00:00
2021-03-09 22:58:26 +00:00
2021-03-09 22:58:45 +00:00
2021-03-09 22:58:26 +00:00
2021-03-09 22:58:45 +00:00
2021-03-09 22:58:45 +00:00
2021-03-09 22:58:26 +00:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-03-09 22:58:30 +00:00
2022-01-07 09:25:14 +01:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-03-09 22:58:30 +00:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2022-05-10 11:00:16 -05:00
2022-05-10 11:00:16 -05:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2022-05-17 19:30:59 +02:00
2021-05-03 12:14:44 +02:00
2021-03-09 22:58:30 +00:00
2021-05-03 12:14:44 +02:00
2021-03-09 22:58:30 +00:00
2021-05-03 12:14:44 +02:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2022-07-11 12:48:28 +02:00
2022-07-11 12:48:28 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-03-09 22:58:30 +00:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-03-09 22:58:30 +00:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-03-09 22:58:30 +00:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-04-07 18:11:13 +01:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2022-07-13 09:27:06 +02:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2021-09-23 14:48:51 +02:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-04-25 16:34:59 +02:00
2022-01-07 09:25:14 +01:00
2021-05-03 12:14:44 +02:00
2021-03-09 22:58:30 +00:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2022-01-07 09:25:14 +01:00
2021-03-09 22:58:30 +00:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-04-25 16:34:59 +02:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-03-11 15:17:06 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2021-03-09 22:58:30 +00:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2021-09-21 12:22:48 +02:00
2021-03-09 22:58:30 +00:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2021-05-03 12:14:44 +02:00
2021-11-22 12:27:19 +01:00
2022-07-26 15:41:44 +01:00
2022-07-01 15:10:14 +02:00
2022-07-01 15:10:12 +02:00
2022-07-01 15:10:27 +02:00
2022-07-01 15:10:13 +02:00
2022-07-01 15:10:12 +02:00
2022-07-01 15:10:16 +02:00
2022-07-01 15:10:26 +02:00
2022-07-01 15:10:16 +02:00
2022-07-01 15:10:14 +02:00
2022-07-26 15:41:44 +01:00
2022-07-26 15:41:44 +01:00
2022-07-01 15:10:12 +02:00
2022-07-01 15:10:12 +02:00
2022-07-01 15:10:12 +02:00
2022-07-01 15:10:12 +02:00
2022-01-07 09:25:14 +01:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2022-05-19 12:36:09 +02:00
2022-05-19 12:36:28 +02:00
2022-05-19 12:36:35 +02:00
2022-05-19 12:36:09 +02:00
2022-05-19 12:36:09 +02:00
2022-01-07 09:25:14 +01:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2021-03-09 22:58:30 +00:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2022-07-13 15:42:08 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2022-01-07 09:25:14 +01:00
2021-05-03 12:14:44 +02:00
2021-09-23 14:48:51 +02:00
2021-05-03 12:14:44 +02:00
2022-01-07 09:25:13 +01:00
2022-01-07 09:25:14 +01:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2022-07-13 16:00:50 +02:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-05-03 12:14:44 +02:00
2022-02-23 18:08:49 +00:00
2022-01-25 16:54:44 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2021-05-21 14:29:09 +02:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-05-03 12:14:44 +02:00
2021-03-09 22:58:30 +00:00
2021-09-23 14:48:51 +02:00
2021-05-03 12:14:44 +02:00
2021-03-09 22:58:30 +00:00
2022-06-10 13:59:46 +02:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2022-01-07 09:25:14 +01:00
2021-03-09 22:58:30 +00:00
2022-01-04 16:40:10 +01:00
2022-01-04 16:40:10 +01:00
2021-03-09 22:58:30 +00:00
2021-05-03 12:14:44 +02:00
2021-10-25 14:06:15 +02:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2022-05-16 14:29:11 +02:00
2022-05-16 14:29:04 +02:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2021-05-03 12:14:44 +02:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-10-01 11:02:53 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-03-09 22:58:30 +00:00
2021-05-03 12:14:44 +02:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2022-01-07 09:25:14 +01:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-03-09 22:58:30 +00:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2022-01-07 09:25:14 +01:00
2021-05-03 12:14:44 +02:00
2022-01-07 09:25:14 +01:00
2022-03-09 16:23:02 -06:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2022-04-05 15:36:27 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-03-09 22:58:30 +00:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-04-19 11:39:13 +02:00
2021-05-03 12:14:44 +02:00
2021-03-09 22:58:30 +00:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2022-05-23 19:19:16 -03:00
2022-01-07 09:25:14 +01:00
2021-10-25 23:18:40 -04:00
2021-10-25 23:18:40 -04:00
2022-01-07 09:25:13 +01:00
2022-01-07 09:25:13 +01:00
2022-01-07 09:25:13 +01:00
2022-07-01 15:09:50 +02:00
2022-01-07 09:25:13 +01:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:13 +01:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2022-01-07 09:25:14 +01:00
2021-08-04 09:58:16 +02:00
2021-03-09 22:58:30 +00:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2022-01-07 09:25:13 +01:00
2022-01-07 09:25:13 +01:00
2021-03-09 22:58:30 +00:00
2022-01-07 09:25:13 +01:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2022-05-23 19:19:16 -03:00
2022-05-23 19:19:16 -03:00
2022-05-23 19:19:16 -03:00
2022-05-24 14:25:41 -03:00
2022-05-23 19:19:16 -03:00
2022-05-23 19:19:16 -03:00
2022-05-23 19:19:16 -03:00
2022-05-23 19:19:16 -03:00
2022-05-23 19:19:16 -03:00
2022-05-23 19:19:16 -03:00
2022-05-23 19:19:16 -03:00
2022-05-23 19:19:16 -03:00
2022-05-23 19:19:16 -03:00
2022-05-23 19:19:16 -03:00
2022-05-23 19:19:16 -03:00
2022-05-23 19:19:16 -03:00
2022-05-23 19:19:16 -03:00
2022-05-23 19:19:16 -03:00
2022-05-23 19:19:16 -03:00
2022-05-23 19:19:16 -03:00
2022-05-23 19:19:16 -03:00
2022-05-23 19:19:16 -03:00
2022-05-23 19:19:16 -03:00
2022-05-23 19:19:16 -03:00
2022-01-07 09:25:14 +01:00
2022-01-07 09:25:14 +01:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-05-03 12:14:44 +02:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2022-01-07 09:25:13 +01:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2022-07-11 12:48:28 +02:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-06-15 16:58:22 +02:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2022-01-07 09:25:14 +01:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2022-02-03 10:59:03 +00:00
2022-01-07 09:25:14 +01:00
2021-05-03 12:14:44 +02:00
2022-01-14 15:41:57 +01:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2022-05-12 10:20:36 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-03-09 22:58:30 +00:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2022-01-04 09:43:35 +01:00
2022-01-04 10:23:11 +01:00
2022-01-04 10:23:11 +01:00
2022-01-04 10:23:11 +01:00
2022-01-04 10:23:11 +01:00
2022-01-04 10:23:11 +01:00
2022-01-04 10:23:11 +01:00
2022-01-07 09:25:14 +01:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2022-05-12 10:20:36 +02:00
2022-05-12 10:20:36 +02:00
2022-05-12 10:20:36 +02:00
2021-05-03 12:14:44 +02:00
2021-04-21 15:48:01 +02:00
2022-01-07 09:25:14 +01:00
2021-03-09 22:58:30 +00:00
2022-01-07 09:25:14 +01:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-06-11 13:06:58 +02:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2022-07-01 15:10:05 +02:00
2022-04-01 19:30:59 +02:00
2021-05-03 12:14:44 +02:00
2022-01-18 19:13:36 +01:00
2021-03-09 22:58:30 +00:00
2021-05-03 12:14:44 +02:00
2021-05-03 12:14:44 +02:00
2022-01-18 19:13:36 +01:00
2021-05-03 12:14:44 +02:00
2022-01-07 09:25:14 +01:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-12-13 17:01:02 +01:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2021-03-09 22:58:30 +00:00
2022-01-07 09:25:14 +01:00
2022-01-17 09:26:17 +01:00