Jiri Denemark
4901314d0d
cpu_map: Remove intel-pt from x86 CPU models
...
As explained in QEMU commit 4c257911dcc7c4189768e9651755c849ce9db4e8
intel-pt features should never be included in the CPU models as it was
not supported by KVM back then and even once it started to be supported,
users have to enable it by passing pt_mode=1 parameter to kvm_intel
module. The Icelake-* CPU models with intel-pt included were added to
QEMU 3.1.0 and removed right in the following 4.0.0 release (and even in
3.1.1 maintenance release).
In libvirt 6.10.0 I introduced 'removed' attribute for features included
in our CPU model definitions which we can use to drop intel-pt from
Icelake-* CPU models. Back then I explained we can safely do so only for
features which could never be enabled, which is not the case of intel-pt.
Theoretically, it could be possible to create an environment in which
QEMU would enable intel-pt without asking for it explicitly: it would
need to use a new enough kernel (not available at the time of QEMU
3.1.0) and pt_mode KVM parameter in combination with QEMU 3.1.0 running
a domain with q35 machine type and all that on a CPU which didn't really
exist at that time.
Migrating such domain to a host with newer SW stack including libvirt
with this patch applied would result in incompatible guest ABI (the
virtual CPU would lose intel-pt). However, QEMU changed its CPU models
unconditionally and thus migration would not work even without this
patch. That said, it is safe to follow QEMU and remove the feature from
Icelake-* CPU models in our cpu_map.
https://bugzilla.redhat.com/show_bug.cgi?id=1853972
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Tim Wiederhake <twiederh@redhat.com>
2021-01-26 15:44:50 +01:00
..
2021-01-08 18:07:00 +01:00
2015-08-11 15:25:28 +02:00
2015-08-11 15:25:28 +02:00
2015-08-11 15:25:28 +02:00
2015-08-11 15:25:28 +02:00
2015-08-11 15:25:28 +02:00
2015-08-11 15:25:28 +02:00
2015-08-11 15:25:28 +02:00
2020-10-07 11:26:37 +02:00
2015-08-21 15:42:38 -07:00
2015-08-21 15:42:38 -07:00
2015-08-21 15:42:38 -07:00
2015-08-11 15:25:28 +02:00
2015-08-21 15:42:38 -07:00
2020-10-07 11:26:37 +02:00
2015-08-11 15:25:28 +02:00
2015-08-11 15:25:28 +02:00
2015-08-11 15:25:28 +02:00
2015-08-11 15:25:28 +02:00
2015-08-11 15:25:28 +02:00
2015-08-11 15:25:28 +02:00
2015-08-11 15:25:28 +02:00
2015-08-11 15:25:28 +02:00
2015-08-11 15:25:28 +02:00
2015-08-11 15:25:28 +02:00
2020-10-07 11:26:37 +02:00
2017-09-21 15:23:39 +02:00
2019-11-25 15:29:19 +01:00
2017-09-21 15:23:39 +02:00
2015-08-21 15:42:38 -07:00
2020-10-07 11:26:37 +02:00
2015-08-21 15:42:38 -07:00
2016-11-15 15:49:16 +01:00
2015-08-21 15:42:38 -07:00
2015-08-21 15:42:38 -07:00
2016-11-15 15:49:16 +01:00
2015-08-21 15:42:38 -07:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-03-27 16:29:27 +02:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-03-27 16:29:27 +02:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-03-27 16:29:27 +02:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2020-06-19 21:59:31 +02:00
2020-06-19 21:59:31 +02:00
2020-06-19 21:59:31 +02:00
2020-06-19 21:59:31 +02:00
2020-06-19 21:59:31 +02:00
2017-03-03 19:57:57 +01:00
2019-03-05 14:47:49 +01:00
2017-02-24 14:10:57 +01:00
2017-03-13 23:49:57 +01:00
2017-02-24 14:10:57 +01:00
2019-03-05 14:47:49 +01:00
2017-02-24 14:10:57 +01:00
2017-03-13 23:49:57 +01:00
2017-02-24 14:10:57 +01:00
2019-03-05 14:47:49 +01:00
2017-02-24 14:10:57 +01:00
2021-01-07 23:23:31 +01:00
2021-01-07 23:20:03 +01:00
2021-01-07 23:23:41 +01:00
2021-01-07 23:23:31 +01:00
2021-01-07 23:23:41 +01:00
2021-01-07 23:20:03 +01:00
2021-01-07 23:20:03 +01:00
2021-01-07 23:20:03 +01:00
2020-05-25 19:20:21 +02:00
2020-06-19 21:59:31 +02:00
2020-05-25 19:20:21 +02:00
2020-05-25 19:20:21 +02:00
2020-06-19 21:59:31 +02:00
2020-05-25 19:20:21 +02:00
2020-05-25 19:20:21 +02:00
2020-05-25 19:20:21 +02:00
2017-03-27 16:29:27 +02:00
2018-01-10 11:07:23 +01:00
2017-03-13 23:49:57 +01:00
2017-02-24 14:10:57 +01:00
2017-03-13 23:49:57 +01:00
2017-03-03 19:57:57 +01:00
2019-03-05 14:47:49 +01:00
2017-02-24 14:10:57 +01:00
2017-03-13 23:49:57 +01:00
2017-02-24 14:10:57 +01:00
2019-03-05 14:47:49 +01:00
2017-02-24 14:10:57 +01:00
2018-04-18 11:39:53 +02:00
2018-04-18 11:39:53 +02:00
2018-04-18 11:39:53 +02:00
2018-04-18 11:39:53 +02:00
2019-03-05 14:47:49 +01:00
2018-04-18 11:39:53 +02:00
2019-03-05 14:47:49 +01:00
2018-04-18 11:39:53 +02:00
2017-03-27 16:29:27 +02:00
2018-01-10 11:07:23 +01:00
2017-03-13 23:49:57 +01:00
2017-02-24 14:10:57 +01:00
2017-03-13 23:49:57 +01:00
2017-03-03 19:57:57 +01:00
2019-03-05 14:47:49 +01:00
2017-02-24 14:10:57 +01:00
2017-03-27 16:29:27 +02:00
2018-01-10 11:07:23 +01:00
2017-03-13 23:49:57 +01:00
2017-02-24 14:10:57 +01:00
2017-03-13 23:49:57 +01:00
2017-10-16 09:23:20 +02:00
2019-03-05 14:47:49 +01:00
2017-02-24 14:10:57 +01:00
2017-03-27 16:29:27 +02:00
2018-01-10 11:07:23 +01:00
2017-03-13 23:49:57 +01:00
2017-03-03 19:57:57 +01:00
2017-03-13 23:49:57 +01:00
2017-03-27 16:29:27 +02:00
2019-03-05 14:47:49 +01:00
2017-02-24 14:10:57 +01:00
2020-06-19 21:59:31 +02:00
2018-01-10 11:07:23 +01:00
2018-09-19 14:05:59 +02:00
2018-09-19 14:05:59 +02:00
2017-03-13 23:49:57 +01:00
2017-03-03 19:57:57 +01:00
2019-03-05 14:47:49 +01:00
2017-02-24 14:10:57 +01:00
2017-10-16 09:23:21 +02:00
2018-01-10 11:07:23 +01:00
2017-03-13 23:49:57 +01:00
2017-02-24 14:10:57 +01:00
2017-10-16 09:23:21 +02:00
2018-01-10 11:07:23 +01:00
2018-01-10 11:07:23 +01:00
2017-10-16 09:23:21 +02:00
2017-10-16 09:23:21 +02:00
2017-10-16 09:23:21 +02:00
2017-10-16 09:23:21 +02:00
2019-03-05 14:47:49 +01:00
2017-10-16 09:23:21 +02:00
2017-10-16 09:23:21 +02:00
2019-03-05 14:47:49 +01:00
2017-10-16 09:23:21 +02:00
2017-03-13 23:49:57 +01:00
2017-02-24 14:10:57 +01:00
2019-03-05 14:47:49 +01:00
2017-02-24 14:10:57 +01:00
2017-03-27 16:29:27 +02:00
2018-01-10 11:07:23 +01:00
2017-03-13 23:49:57 +01:00
2017-02-24 14:10:57 +01:00
2017-03-13 23:49:57 +01:00
2017-03-03 19:57:57 +01:00
2019-03-05 14:47:49 +01:00
2017-02-24 14:10:57 +01:00
2017-03-27 16:29:27 +02:00
2018-01-10 11:07:23 +01:00
2017-03-13 23:49:57 +01:00
2017-02-24 14:10:57 +01:00
2017-03-13 23:49:57 +01:00
2017-03-03 19:57:57 +01:00
2019-03-05 14:47:49 +01:00
2017-02-24 14:10:57 +01:00
2017-03-27 16:29:27 +02:00
2018-01-10 11:07:23 +01:00
2017-03-13 23:49:57 +01:00
2017-03-13 23:49:57 +01:00
2017-03-13 23:49:57 +01:00
2017-03-13 23:49:57 +01:00
2019-03-05 14:47:49 +01:00
2017-03-13 23:49:57 +01:00
2017-03-27 16:29:27 +02:00
2018-01-10 11:07:23 +01:00
2017-03-13 23:49:57 +01:00
2017-02-24 14:10:57 +01:00
2017-03-13 23:49:57 +01:00
2017-03-03 19:57:57 +01:00
2019-03-05 14:47:49 +01:00
2017-02-24 14:10:57 +01:00
2020-06-19 21:59:31 +02:00
2018-01-10 11:07:23 +01:00
2018-09-19 14:05:59 +02:00
2018-09-19 14:05:59 +02:00
2017-07-13 09:53:15 +02:00
2017-07-13 09:53:15 +02:00
2019-03-05 14:47:49 +01:00
2017-07-13 09:53:15 +02:00
2020-06-19 21:59:31 +02:00
2018-01-10 11:07:23 +01:00
2018-09-19 14:05:59 +02:00
2018-09-19 14:05:59 +02:00
2020-06-19 21:59:31 +02:00
2018-01-17 17:07:02 +01:00
2018-12-17 17:27:32 +01:00
2018-12-17 17:27:32 +01:00
2018-01-17 17:07:02 +01:00
2018-01-17 17:07:02 +01:00
2019-03-05 14:47:49 +01:00
2018-01-17 17:07:02 +01:00
2017-03-13 23:49:57 +01:00
2017-03-03 19:57:57 +01:00
2019-03-05 14:47:49 +01:00
2017-02-24 14:10:57 +01:00
2019-03-05 14:38:03 +01:00
2019-06-20 14:02:36 +02:00
2019-03-05 14:38:03 +01:00
2019-03-05 14:38:03 +01:00
2019-06-20 14:02:36 +02:00
2019-03-05 14:38:03 +01:00
2019-03-05 14:47:49 +01:00
2019-03-05 14:38:03 +01:00
2020-06-19 21:59:31 +02:00
2018-01-10 11:07:23 +01:00
2018-09-19 14:05:59 +02:00
2018-09-19 14:05:59 +02:00
2017-11-07 23:40:47 +01:00
2017-11-07 23:40:47 +01:00
2019-03-05 14:47:49 +01:00
2017-11-07 23:40:47 +01:00
2020-03-09 16:17:34 +01:00
2020-05-25 19:20:21 +02:00
2020-05-25 19:20:21 +02:00
2020-05-25 19:20:21 +02:00
2020-05-25 19:20:21 +02:00
2020-03-09 16:17:34 +01:00
2020-03-09 16:17:34 +01:00
2020-03-09 16:17:34 +01:00
2019-03-05 14:38:35 +01:00
2019-03-05 14:38:35 +01:00
2019-03-05 14:38:35 +01:00
2019-03-05 14:38:35 +01:00
2019-03-05 14:38:35 +01:00
2019-03-05 14:38:35 +01:00
2019-03-05 14:47:49 +01:00
2019-03-05 14:38:35 +01:00
2020-10-07 17:25:02 +02:00
2020-10-07 17:25:02 +02:00
2020-10-08 09:58:44 +02:00
2020-10-08 09:58:44 +02:00
2020-10-08 09:58:44 +02:00
2020-10-07 17:25:02 +02:00
2020-10-07 17:25:02 +02:00
2020-10-07 17:25:02 +02:00
2020-06-19 21:59:31 +02:00
2020-06-19 21:59:31 +02:00
2020-11-24 20:13:23 +01:00
2020-11-24 20:13:23 +01:00
2020-06-19 21:59:31 +02:00
2020-06-19 21:59:31 +02:00
2020-11-24 20:13:23 +01:00
2020-11-24 20:13:23 +01:00
2020-11-24 20:13:23 +01:00
2019-01-10 16:39:57 +01:00
2019-03-05 14:47:49 +01:00
2018-01-17 17:07:02 +01:00
2020-11-24 20:13:23 +01:00
2017-09-07 13:53:32 +02:00
2019-03-05 14:47:49 +01:00
2017-09-07 13:53:32 +02:00
2020-06-19 21:59:31 +02:00
2020-06-19 21:59:31 +02:00
2019-03-05 14:47:49 +01:00
2017-02-24 14:10:57 +01:00
2020-06-19 21:59:31 +02:00
2020-06-19 21:59:31 +02:00
2020-11-24 20:13:23 +01:00
2020-11-24 20:13:23 +01:00
2020-11-24 20:13:23 +01:00
2019-12-13 13:05:01 +00:00
2019-12-13 13:05:01 +00:00
2019-12-13 13:05:01 +00:00
2021-01-07 23:22:49 +01:00
2019-11-12 20:14:16 +01:00
2021-01-26 15:44:50 +01:00
2021-01-26 15:44:50 +01:00
2019-11-12 20:14:16 +01:00
2019-11-12 20:14:16 +01:00
2019-11-12 20:14:16 +01:00
2019-11-12 20:14:16 +01:00
2020-11-24 20:13:23 +01:00
2020-11-24 20:13:23 +01:00
2019-03-05 14:47:49 +01:00
2017-02-24 14:10:57 +01:00
2020-06-19 21:59:31 +02:00
2020-06-19 21:59:31 +02:00
2020-11-24 20:13:23 +01:00
2020-11-24 20:13:23 +01:00
2020-11-24 20:13:23 +01:00
2017-03-03 19:57:57 +01:00
2019-03-05 14:47:49 +01:00
2017-02-24 14:10:57 +01:00
2020-06-19 21:59:31 +02:00
2020-06-19 21:59:31 +02:00
2020-06-19 21:59:31 +02:00
2020-06-19 21:59:31 +02:00
2020-06-19 21:59:31 +02:00
2017-03-03 19:57:57 +01:00
2019-03-05 14:47:49 +01:00
2017-02-24 14:10:57 +01:00
2020-06-19 21:59:31 +02:00
2020-06-19 21:59:31 +02:00
2019-03-05 14:47:49 +01:00
2017-02-24 14:10:57 +01:00
2019-03-05 14:47:49 +01:00
2017-02-24 14:10:57 +01:00
2019-03-05 14:47:49 +01:00
2017-02-24 14:10:57 +01:00
2020-06-19 21:59:31 +02:00
2020-06-19 21:59:31 +02:00
2020-11-24 20:13:23 +01:00
2020-06-19 21:59:31 +02:00
2020-11-24 20:13:23 +01:00
2017-03-03 19:57:57 +01:00
2019-03-05 14:47:49 +01:00
2017-02-24 14:10:57 +01:00
2020-06-19 21:59:31 +02:00
2020-06-19 21:59:31 +02:00
2020-11-24 20:13:23 +01:00
2020-11-24 20:13:23 +01:00
2020-11-24 20:13:23 +01:00
2017-09-07 13:53:32 +02:00
2019-03-05 14:47:49 +01:00
2017-09-07 13:53:32 +02:00
2020-06-19 21:59:31 +02:00
2020-06-19 21:59:31 +02:00
2020-10-08 09:58:44 +02:00
2020-10-08 09:58:44 +02:00
2020-10-08 09:58:44 +02:00
2020-10-07 18:42:17 +02:00
2020-05-13 18:30:45 +02:00
2020-05-13 18:30:45 +02:00
2017-03-13 23:49:57 +01:00
2017-02-24 14:10:57 +01:00
2019-03-05 14:47:49 +01:00
2017-02-24 14:10:57 +01:00
2019-05-14 19:33:37 +02:00
2019-05-14 19:33:37 +02:00
2019-05-14 19:33:37 +02:00
2019-05-14 19:33:37 +02:00
2019-05-14 19:33:37 +02:00
2019-05-14 19:33:37 +02:00
2019-05-14 19:33:37 +02:00
2019-05-14 19:33:37 +02:00
2020-06-19 21:59:31 +02:00
2018-01-10 11:07:23 +01:00
2018-09-19 14:05:59 +02:00
2018-09-19 14:05:59 +02:00
2017-11-07 23:40:47 +01:00
2017-11-07 23:40:47 +01:00
2019-03-05 14:47:49 +01:00
2017-11-07 23:40:47 +01:00
2018-12-17 17:27:32 +01:00
2018-01-17 17:07:02 +01:00
2018-12-17 17:27:32 +01:00
2018-12-17 17:27:32 +01:00
2018-01-17 17:07:03 +01:00
2019-01-10 16:39:57 +01:00
2019-03-05 14:47:49 +01:00
2018-01-17 17:07:02 +01:00
2020-06-19 21:59:31 +02:00
2018-01-17 17:07:02 +01:00
2019-03-05 14:47:49 +01:00
2018-12-17 17:27:32 +01:00
2019-03-05 14:47:49 +01:00
2019-01-10 16:39:57 +01:00
2019-03-05 14:47:49 +01:00
2018-01-17 17:07:02 +01:00
2017-11-07 23:40:47 +01:00
2018-01-10 11:07:23 +01:00
2017-11-07 23:40:47 +01:00
2017-11-07 23:40:47 +01:00
2017-11-07 23:40:47 +01:00
2017-11-07 23:40:47 +01:00
2019-03-05 14:47:49 +01:00
2017-11-07 23:40:47 +01:00
2019-03-05 14:38:03 +01:00
2019-03-05 14:38:03 +01:00
2019-03-05 14:47:49 +01:00
2019-03-05 14:38:03 +01:00
2019-03-05 14:47:49 +01:00
2019-03-05 14:38:03 +01:00
2019-03-05 14:47:49 +01:00
2019-03-05 14:38:03 +01:00
2019-03-05 14:38:03 +01:00
2019-03-05 14:38:03 +01:00
2019-03-05 14:38:03 +01:00
2019-03-05 14:38:03 +01:00
2019-03-05 14:38:03 +01:00
2017-11-07 23:40:47 +01:00
2018-01-10 11:07:23 +01:00
2017-11-07 23:40:47 +01:00
2017-11-07 23:40:47 +01:00
2017-11-07 23:40:47 +01:00
2017-11-07 23:40:47 +01:00
2019-03-05 14:47:49 +01:00
2017-11-07 23:40:47 +01:00
2020-06-19 21:59:31 +02:00
2018-01-10 11:07:23 +01:00
2019-03-05 14:47:49 +01:00
2018-09-19 14:05:59 +02:00
2019-03-05 14:47:49 +01:00
2017-11-07 23:40:47 +01:00
2019-03-05 14:47:49 +01:00
2017-11-07 23:40:47 +01:00
2019-03-05 14:38:03 +01:00
2019-03-05 14:47:49 +01:00
2019-03-05 14:38:03 +01:00
2017-03-27 16:29:27 +02:00
2018-01-10 11:07:23 +01:00
2019-03-05 14:47:49 +01:00
2017-02-24 14:10:57 +01:00
2019-03-05 14:47:49 +01:00
2017-03-03 19:57:57 +01:00
2019-03-05 14:47:49 +01:00
2017-02-24 14:10:57 +01:00
2017-10-16 09:23:21 +02:00
2018-01-10 11:07:23 +01:00
2017-10-16 09:23:21 +02:00
2017-10-16 09:23:21 +02:00
2019-03-05 14:47:49 +01:00
2017-10-16 09:23:21 +02:00
2019-03-05 14:47:49 +01:00
2017-10-16 09:23:21 +02:00
2017-11-07 23:40:47 +01:00
2018-01-10 11:07:23 +01:00
2017-11-07 23:40:47 +01:00
2017-11-07 23:40:47 +01:00
2017-11-07 23:40:47 +01:00
2017-11-07 23:40:47 +01:00
2019-03-05 14:47:49 +01:00
2017-11-07 23:40:47 +01:00
2019-03-05 14:38:03 +01:00
2019-03-05 14:38:03 +01:00
2019-03-05 14:38:03 +01:00
2019-03-05 14:38:03 +01:00
2019-03-05 14:38:03 +01:00
2019-03-05 14:38:03 +01:00
2019-03-05 14:47:49 +01:00
2019-03-05 14:38:03 +01:00
2020-06-19 21:59:31 +02:00
2018-01-17 17:07:02 +01:00
2018-12-17 17:27:32 +01:00
2018-12-17 17:27:32 +01:00
2018-01-17 17:07:04 +01:00
2019-01-10 16:39:57 +01:00
2019-03-05 14:47:49 +01:00
2018-01-17 17:07:02 +01:00
2020-04-08 17:52:50 +02:00
2020-04-08 17:52:50 +02:00
2020-04-08 17:52:50 +02:00
2020-04-08 17:52:50 +02:00
2020-04-08 17:52:50 +02:00
2020-04-08 17:52:50 +02:00
2020-04-08 17:52:50 +02:00
2020-04-08 17:52:50 +02:00
2020-06-19 21:59:31 +02:00
2018-01-10 11:07:23 +01:00
2018-09-19 14:05:59 +02:00
2018-09-19 14:05:59 +02:00
2017-09-18 15:10:46 +02:00
2017-09-18 15:10:46 +02:00
2019-03-05 14:47:49 +01:00
2017-09-18 15:10:46 +02:00
2020-06-19 21:59:31 +02:00
2019-06-20 14:02:36 +02:00
2019-06-20 14:02:36 +02:00
2019-06-20 14:02:36 +02:00
2019-06-20 14:02:36 +02:00
2019-04-12 22:53:39 +02:00
2019-04-12 22:53:39 +02:00
2019-04-12 22:53:39 +02:00
2020-04-08 17:52:50 +02:00
2020-05-25 19:20:21 +02:00
2020-04-08 17:52:50 +02:00
2020-04-08 17:52:50 +02:00
2020-05-25 19:20:21 +02:00
2020-04-08 17:52:50 +02:00
2020-04-08 17:52:50 +02:00
2020-04-08 17:52:50 +02:00
2017-03-27 16:29:27 +02:00
2018-01-10 11:07:23 +01:00
2017-03-13 23:49:57 +01:00
2017-02-24 14:10:57 +01:00
2017-03-13 23:49:57 +01:00
2017-03-03 19:57:57 +01:00
2019-03-05 14:47:49 +01:00
2017-02-24 14:10:57 +01:00
2017-03-13 23:49:57 +01:00
2017-02-24 14:10:57 +01:00
2019-03-05 14:47:49 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2020-01-16 15:11:42 +00:00
2020-01-16 15:11:42 +00:00
2020-01-16 15:11:42 +00:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2020-01-16 15:11:42 +00:00
2017-02-24 14:10:57 +01:00
2020-01-16 15:11:42 +00:00
2020-01-16 15:11:42 +00:00
2020-01-16 15:11:42 +00:00
2020-01-16 15:11:42 +00:00
2020-01-16 15:11:42 +00:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00
2017-02-24 14:10:57 +01:00