Michal Privoznik
677c90cc1d
qemu: Do not Use canonical path for system memory
...
In commit 88957116c9d3cb4705380c3702c9d4315fb500bb I've adapted
libvirt to QEMU's deprecation of -mem-path and -mem-prealloc and
switched to memory-backend-* even for system memory. My claim was
that that's what QEMU does under the hood anyway. And indeed it
was: see QEMU commit 900c0ba373aada4c13d47d95330aa72ec4067ba5 and
look at function create_default_memdev().
However, then commit d96c4d5f193e0e45beec80a6277728b32875bddb was
merged into QEMU. While it was fixing a bug, it also changed the
create_default_memdev() function in which it started turning off
use of canonical path (by setting
"x-use-canonical-path-for-ramblock-id" attribute to false). This
wasn't documented until QEMU commit
8db0b20415c129cf5e577a593a4a0372d90b7cc9. The path affects
migration - the same path has to be used on the source and on the
destination. Therefore, if there is old guest started with '-m X'
it has "pc.ram" block which doesn't use canonical path and thus
when migrating to newer QEMU which uses memory-backend-* we have
to turn off the canonical path explicitly. Otherwise,
"/objects/pc.ram" path would be expected by QEMU which doesn't
match the source.
Ideally, we would need to set it only for some machine types
(4.0 and older) because newer machine types already do what we
are doing. However, we treat machine types as opaque strings and
therefore we don't want to parse nor inspect their versions. But
then again, newer machine types already do what we are doing in
this commit, so when old machine types are deprecated and removed
we can remove our hack and forget it ever happened.
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1912201
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
2021-02-11 08:43:14 +01:00
..
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-12-11 15:04:23 +01:00
2020-12-11 15:04:23 +01:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-12-11 15:04:23 +01:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-12-11 15:04:23 +01:00
2020-12-11 15:04:23 +01:00
2020-12-11 15:04:23 +01:00
2020-05-12 06:54:59 +02:00
2020-10-01 12:06:22 +02:00
2020-05-12 06:54:59 +02:00
2020-05-12 06:54:59 +02:00
2020-10-01 12:06:22 +02:00
2020-05-12 06:54:59 +02:00
2020-05-12 06:54:59 +02:00
2020-10-01 12:06:22 +02:00
2020-05-12 06:54:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2021-02-03 10:18:04 +01:00
2021-02-03 10:18:04 +01:00
2020-12-11 15:04:23 +01:00
2020-02-14 12:09:17 +01:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-09-23 22:47:59 +02:00
2021-02-10 11:44:48 +00:00
2020-09-23 22:47:59 +02:00
2020-11-24 20:13:23 +01:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2021-01-26 15:44:50 +01:00
2021-01-26 15:44:50 +01:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-04-07 15:26:17 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-11-11 13:08:45 +01:00
2020-11-11 13:08:45 +01:00
2020-10-01 12:06:22 +02:00
2020-06-16 10:32:32 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-12-11 15:04:23 +01:00
2020-12-11 15:04:26 +01:00
2020-12-17 12:10:40 +01:00
2020-11-16 18:26:46 +01:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-04-24 09:17:06 +02:00
2020-10-01 12:06:22 +02:00
2020-05-12 06:55:00 +02:00
2020-12-11 15:04:23 +01:00
2020-05-12 06:55:00 +02:00
2020-09-23 22:47:59 +02:00
2020-03-16 15:51:44 +01:00
2020-10-01 12:06:22 +02:00
2021-02-09 11:30:19 +01:00
2021-02-09 11:30:19 +01:00
2021-02-09 11:30:19 +01:00
2021-02-09 11:30:19 +01:00
2021-02-09 11:30:19 +01:00
2020-10-01 12:06:22 +02:00
2020-05-12 06:55:00 +02:00
2020-10-01 12:06:22 +02:00
2021-02-09 11:30:19 +01:00
2021-02-09 11:30:19 +01:00
2021-02-09 11:30:19 +01:00
2021-02-09 11:30:19 +01:00
2020-10-01 12:06:22 +02:00
2020-11-02 14:14:51 +01:00
2020-11-02 14:14:51 +01:00
2020-11-02 14:14:51 +01:00
2020-11-02 14:14:51 +01:00
2020-10-01 12:06:22 +02:00
2020-05-12 06:54:59 +02:00
2020-10-01 12:06:22 +02:00
2020-05-12 06:54:59 +02:00
2020-09-23 22:47:59 +02:00
2020-05-12 06:54:59 +02:00
2020-10-01 12:06:22 +02:00
2020-04-01 15:45:48 +02:00
2020-12-17 12:10:40 +01:00
2020-04-01 15:45:47 +02:00
2020-10-01 12:06:22 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2021-01-08 15:27:44 +01:00
2021-01-08 15:27:00 +01:00
2021-01-14 18:28:47 +01:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-03-30 16:30:34 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-03-16 15:51:44 +01:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2021-01-08 15:11:15 +01:00
2021-01-08 15:11:15 +01:00
2020-09-23 22:47:59 +02:00
2020-03-16 15:51:44 +01:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-09-23 22:47:59 +02:00
2021-01-08 09:18:21 +01:00
2021-01-08 09:18:21 +01:00
2021-01-08 09:18:21 +01:00
2021-01-08 09:18:21 +01:00
2020-07-31 10:27:50 +02:00
2020-10-01 12:06:22 +02:00
2020-07-31 10:27:50 +02:00
2020-07-31 10:27:50 +02:00
2020-07-31 10:27:51 +02:00
2020-07-31 10:27:50 +02:00
2020-07-07 12:58:19 +02:00
2020-07-07 12:58:19 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-09-23 22:47:59 +02:00
2020-10-15 09:55:37 -03:00
2020-10-01 12:06:22 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-05-13 09:30:20 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-12-08 15:13:20 +01:00
2020-12-08 15:13:20 +01:00
2020-10-01 09:55:02 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 09:55:02 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2021-02-11 08:43:14 +01:00
2021-02-08 10:49:59 +01:00
2020-10-01 12:06:22 +02:00
2020-05-26 15:56:11 +02:00
2020-03-16 15:51:44 +01:00
2020-03-16 15:51:44 +01:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-04-07 15:26:17 +02:00
2020-04-07 15:26:17 +02:00
2020-04-07 15:26:17 +02:00
2020-04-07 15:26:17 +02:00
2020-10-22 09:03:28 +02:00
2020-12-12 16:10:36 +01:00
2020-10-01 12:06:22 +02:00
2020-12-17 12:10:40 +01:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-06-23 13:57:13 +02:00
2020-06-23 13:57:13 +02:00
2020-10-01 12:06:22 +02:00
2020-06-23 13:57:13 +02:00
2020-09-23 22:47:59 +02:00
2020-09-16 09:08:56 +02:00
2020-09-16 09:08:56 +02:00
2020-10-01 12:06:22 +02:00
2020-09-16 09:08:56 +02:00
2020-09-23 22:47:59 +02:00
2020-12-17 12:10:40 +01:00
2020-12-17 12:10:40 +01:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-06-26 18:53:51 +02:00
2020-09-23 22:47:59 +02:00
2020-06-26 18:53:51 +02:00
2020-06-26 18:53:51 +02:00
2020-06-26 18:53:51 +02:00
2020-06-26 18:53:51 +02:00
2020-06-26 18:53:51 +02:00
2020-09-23 22:47:59 +02:00
2020-06-26 18:53:51 +02:00
2020-09-23 22:47:59 +02:00
2020-06-26 18:53:51 +02:00
2020-09-23 22:47:59 +02:00
2020-06-26 18:53:51 +02:00
2020-09-23 22:47:59 +02:00
2020-06-26 18:53:51 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:01:31 +02:00
2020-09-23 22:47:59 +02:00
2021-02-11 08:43:14 +01:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:01:31 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:01:31 +02:00
2020-10-01 12:01:31 +02:00
2020-10-08 12:55:10 +02:00
2020-10-01 12:01:31 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-06-23 15:51:49 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-12-11 15:04:23 +01:00
2020-09-23 22:47:59 +02:00
2020-12-17 12:10:40 +01:00
2020-10-01 12:06:22 +02:00
2020-11-17 14:40:54 +01:00
2020-11-17 14:40:54 +01:00
2020-11-17 14:40:54 +01:00
2020-10-01 12:06:22 +02:00
2020-10-19 11:03:39 +02:00
2020-10-19 11:03:39 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2021-02-09 11:30:19 +01:00
2020-09-23 22:47:59 +02:00
2021-02-09 11:30:19 +01:00
2021-02-09 11:30:19 +01:00
2020-03-16 15:51:44 +01:00
2020-03-16 15:51:44 +01:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-10-08 12:55:10 +02:00
2020-10-08 12:55:10 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:01:31 +02:00
2020-10-01 12:01:31 +02:00
2020-09-23 22:47:59 +02:00
2020-10-08 12:55:10 +02:00
2020-10-08 12:55:10 +02:00
2020-10-08 12:55:10 +02:00
2021-01-05 13:19:22 +01:00
2020-12-04 15:38:14 -03:00
2020-12-04 15:38:14 -03:00
2020-12-04 15:56:48 +01:00
2020-12-04 15:56:48 +01:00
2020-10-08 12:55:10 +02:00
2020-10-08 12:55:10 +02:00
2020-12-04 15:38:47 -03:00
2020-12-04 15:38:47 -03:00
2020-12-04 15:56:48 +01:00
2020-12-04 15:56:48 +01:00
2021-01-18 11:53:49 +01:00
2021-01-18 11:53:33 +01:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-09-23 22:47:59 +02:00
2020-02-20 23:09:27 -05:00
2020-05-20 09:41:57 +02:00
2020-10-20 14:48:02 -04:00
2020-10-20 14:48:02 -04:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:48:26 +02:00
2020-09-23 22:48:26 +02:00
2020-09-23 22:47:59 +02:00
2020-10-08 12:55:10 +02:00
2020-07-08 12:05:24 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-07-08 12:05:24 +02:00
2020-07-08 12:05:24 +02:00
2020-09-23 22:47:59 +02:00
2020-06-18 12:31:54 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:01:31 +02:00
2020-10-01 12:06:22 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-12-09 09:51:52 -03:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-04-12 22:32:30 -04:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-12-11 15:04:26 +01:00
2020-12-11 15:04:26 +01:00
2020-12-11 15:04:26 +01:00
2020-12-11 15:04:26 +01:00
2020-12-11 15:04:26 +01:00
2020-12-11 15:04:26 +01:00
2020-12-11 15:04:26 +01:00
2020-12-11 15:04:26 +01:00
2020-09-23 22:47:59 +02:00
2020-06-23 17:27:50 +02:00
2020-09-23 22:47:59 +02:00
2020-06-23 17:27:50 +02:00
2020-12-11 15:04:26 +01:00
2020-06-23 17:27:50 +02:00
2020-12-11 15:04:26 +01:00
2020-06-23 17:27:50 +02:00
2020-09-23 22:47:59 +02:00
2020-12-09 09:51:52 -03:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-04-27 14:43:13 +02:00
2020-04-27 14:43:13 +02:00
2020-09-23 22:47:59 +02:00
2020-10-15 10:54:33 -03:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-09-23 22:47:59 +02:00
2020-05-12 06:55:00 +02:00
2020-05-12 06:55:00 +02:00
2020-12-17 12:10:40 +01:00
2020-02-07 09:19:02 +01:00
2020-12-17 12:10:40 +01:00
2020-12-17 12:10:40 +01:00
2020-02-07 09:19:02 +01:00
2020-12-17 12:10:40 +01:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-12-17 12:10:40 +01:00
2020-12-17 12:10:40 +01:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-08-03 10:57:47 +02:00
2020-08-03 10:57:47 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-09-23 22:47:59 +02:00
2020-06-10 14:00:38 +02:00
2020-06-10 14:00:38 +02:00
2020-09-23 22:47:59 +02:00
2020-11-23 12:43:23 +00:00
2020-11-20 12:09:51 +00:00
2020-12-11 15:04:26 +01:00
2020-02-05 19:57:10 +01:00
2020-10-01 12:06:22 +02:00
2021-01-06 11:44:12 +01:00
2021-01-06 11:44:12 +01:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:01:31 +02:00
2020-09-23 22:47:59 +02:00
2020-10-08 12:55:10 +02:00
2020-03-04 12:08:50 +01:00
2021-01-29 14:34:15 +01:00
2021-01-29 14:34:14 +01:00
2020-09-23 22:47:59 +02:00
2020-05-13 12:35:03 +02:00
2020-10-08 12:55:10 +02:00
2020-10-08 12:55:10 +02:00
2020-10-01 12:06:22 +02:00
2020-12-17 12:10:40 +01:00
2021-01-29 12:25:49 +01:00
2021-01-29 12:25:49 +01:00
2020-12-17 12:10:40 +01:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-11-16 18:26:46 +01:00
2020-12-09 09:51:51 -03:00
2020-12-09 09:51:51 -03:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-09-23 22:47:59 +02:00
2020-06-25 19:47:41 -04:00
2020-10-01 12:06:22 +02:00
2020-11-04 18:25:56 +01:00
2020-11-04 18:25:55 +01:00
2020-10-01 12:06:22 +02:00
2020-04-06 13:55:27 +02:00
2020-05-12 06:55:00 +02:00
2020-05-12 06:55:00 +02:00
2020-10-01 12:06:22 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-04-27 17:26:13 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-04-27 17:26:13 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-04-27 17:26:13 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-04-27 17:26:13 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-04-27 17:26:13 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-04-27 17:26:13 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-04-27 17:26:13 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-04-27 17:26:13 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-04-27 17:26:13 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-04-27 17:26:13 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-04-27 17:26:13 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-04-27 17:26:13 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-04-27 17:26:13 +02:00
2020-10-15 10:57:11 +02:00
2020-10-13 17:02:48 +02:00
2020-10-15 10:57:11 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-04-27 17:26:13 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-04-27 17:26:13 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-04-27 17:26:13 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-04-27 17:26:13 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-04-27 17:26:13 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-04-27 17:26:13 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-04-27 17:26:13 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-04-27 17:26:13 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-04-27 17:26:13 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-04-27 17:26:13 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-04-27 17:26:13 +02:00
2020-10-01 12:06:22 +02:00
2020-04-27 17:25:59 +02:00
2020-10-01 12:06:22 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-09-23 22:47:59 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00
2020-10-01 12:06:22 +02:00