Ard Biesheuvel
2e2c2a5e72
arm: qemu: override flash accessors to use virtualizable instructions
...
Some instructions in the ARM ISA have multiple output registers, such
as ldrd/ldp (load pair), where two registers are loaded from memory,
but also ldr with indexing, where the memory base register is incremented
as well when the value is loaded to the destination register.
MMIO emulation under KVM is based on using the architecturally defined
syndrome information that is provided when an exception is taken to the
hypervisor. This syndrome information describes whether the instruction
that triggered the exception is a load or a store, what the faulting
address was, and which register was the destination register.
This syndrome information can only describe one destination register, and
when the trapping instruction is one with multiple outputs, KVM throws an
error like
kvm [615929]: Data abort outside memslots with no valid syndrome info
on the host and kills the QEMU process with the following error:
U-Boot 2020.07-rc3-00208-g88bd5b179360-dirty (Jun 06 2020 - 11:59:22 +0200)
DRAM: 1 GiB
Flash: error: kvm run failed Function not implemented
R00=00000001 R01=00000040 R02=7ee0ce20 R03=00000000
R04=7ffd9eec R05=00000004 R06=7ffda3f8 R07=00000055
R08=7ffd9eec R09=7ef0ded0 R10=7ee0ce20 R11=00000000
R12=00000004 R13=7ee0cdf8 R14=00000000 R15=7ff72d08
PSR=200001d3 --C- A svc32
QEMU: Terminated
This means that, in order to run U-Boot in QEMU under KVM, we need to
avoid such instructions when accessing emulated devices. For the flash
in particular, which is a hybrid between a ROM (backed by a read-only
KVM memslot) when in array mode, and an emulated MMIO device (when in
write mode), we need to take care to only use instructions that KVM can
deal with when they trap.
So override the flash read accessors that are used when running on QEMU
under KVM. Note that the the 64-bit wide read and write accessors have
been omitted: they are never used when running under QEMU given that it
does not emulate CFI flash that supports it.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org >
Reviewed-by: Andre Przywara <andre.przywara@arm.com >
2020-07-29 08:43:40 -04:00
..
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:06 -04:00
2020-04-28 15:57:58 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:10 -04:00
2020-03-17 11:59:58 -04:00
2020-04-28 15:57:58 -04:00
2020-04-14 15:44:48 +05:30
2020-04-28 15:57:58 -04:00
2020-07-28 16:18:10 -04:00
2020-04-28 15:57:58 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:10 -04:00
2020-05-08 12:02:56 -04:00
2020-05-08 12:02:56 -04:00
2020-05-08 12:02:56 -04:00
2020-05-08 12:02:56 -04:00
2020-07-28 16:18:06 -04:00
2020-04-02 14:30:00 -07:00
2020-07-28 16:18:06 -04:00
2020-06-26 10:29:04 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-05-08 12:02:56 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-06-04 18:10:02 -04:00
2020-06-04 18:10:02 -04:00
2020-06-26 10:29:04 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:10 -04:00
2020-05-08 12:02:56 -04:00
2020-07-28 16:18:10 -04:00
2020-05-08 12:02:56 -04:00
2020-05-08 12:02:56 -04:00
2020-05-18 21:19:23 -04:00
2020-07-28 16:18:10 -04:00
2019-03-28 10:42:47 +03:00
2019-12-03 23:04:10 -05:00
2019-11-20 18:32:09 -05:00
2020-06-04 18:10:02 -04:00
2019-11-20 18:32:09 -05:00
2019-11-20 18:32:09 -05:00
2019-11-20 18:32:09 -05:00
2020-07-28 16:18:06 -04:00
2020-06-26 10:29:05 -04:00
2020-07-28 16:18:06 -04:00
2020-07-25 14:19:26 +02:00
2019-11-20 18:32:09 -05:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-06-04 18:10:02 -04:00
2019-10-25 17:20:43 +02:00
2020-04-27 20:29:33 +02:00
2020-04-27 20:29:33 +02:00
2019-10-25 17:20:43 +02:00
2020-04-27 20:29:33 +02:00
2020-04-27 20:29:33 +02:00
2020-04-27 20:29:33 +02:00
2020-04-27 20:29:33 +02:00
2019-10-25 17:20:43 +02:00
2020-04-27 20:29:33 +02:00
2019-10-25 17:20:43 +02:00
2020-05-08 12:02:56 -04:00
2019-12-03 23:04:10 -05:00
2020-01-23 07:29:58 -05:00
2019-12-03 23:04:10 -05:00
2019-12-03 23:04:10 -05:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:06 -04:00
2020-06-26 10:29:06 -04:00
2020-06-26 10:29:04 -04:00
2019-04-29 21:41:40 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:10 -04:00
2019-11-20 18:32:09 -05:00
2019-11-20 18:32:09 -05:00
2020-07-17 08:47:29 -04:00
2019-11-20 18:32:09 -05:00
2020-06-26 10:29:04 -04:00
2019-12-15 11:44:30 +08:00
2019-11-20 18:32:09 -05:00
2019-11-20 18:32:09 -05:00
2020-07-28 16:18:06 -04:00
2020-06-04 18:10:02 -04:00
2020-06-04 18:10:02 -04:00
2020-07-17 08:47:29 -04:00
2020-07-28 16:18:10 -04:00
2020-04-28 15:57:58 -04:00
2020-06-04 18:10:02 -04:00
2020-07-28 16:18:06 -04:00
2020-06-22 17:42:59 +02:00
2020-07-28 16:18:06 -04:00
2020-04-02 14:30:00 -07:00
2020-04-02 14:30:00 -07:00
2020-07-28 16:18:06 -04:00
2020-06-22 17:42:04 +02:00
2020-07-28 16:18:06 -04:00
2019-11-20 18:32:09 -05:00
2019-11-20 18:32:09 -05:00
2019-11-20 18:32:09 -05:00
2019-12-03 23:04:10 -05:00
2019-11-20 18:32:09 -05:00
2020-04-28 15:57:58 -04:00
2019-11-20 18:32:09 -05:00
2020-07-10 14:10:43 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:10 -04:00
2019-11-20 18:32:09 -05:00
2019-11-20 18:32:09 -05:00
2020-05-27 07:03:17 +02:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:10 -04:00
2019-11-20 18:32:09 -05:00
2020-05-18 21:19:23 -04:00
2020-06-26 10:29:06 -04:00
2020-06-04 18:10:02 -04:00
2020-06-04 18:10:02 -04:00
2020-06-04 18:10:02 -04:00
2019-11-20 18:32:09 -05:00
2019-11-20 18:32:09 -05:00
2020-01-14 22:15:21 +01:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:10 -04:00
2019-11-20 18:32:09 -05:00
2020-07-28 16:18:06 -04:00
2020-05-14 09:02:12 +02:00
2020-07-28 16:18:06 -04:00
2020-06-04 18:10:02 -04:00
2019-11-20 18:32:09 -05:00
2020-07-28 16:18:10 -04:00
2020-04-28 15:57:58 -04:00
2020-04-28 15:57:58 -04:00
2020-01-23 07:29:58 -05:00
2019-11-20 18:32:09 -05:00
2020-06-04 18:10:02 -04:00
2020-06-04 18:10:02 -04:00
2020-06-04 18:10:02 -04:00
2019-11-20 18:32:09 -05:00
2019-11-20 18:32:09 -05:00
2020-04-28 15:57:58 -04:00
2020-06-04 18:10:02 -04:00
2020-04-28 15:57:58 -04:00
2020-07-28 16:18:06 -04:00
2020-05-08 12:02:56 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-17 08:47:29 -04:00
2019-03-11 15:53:55 +09:00
2020-04-28 15:57:58 -04:00
2020-05-08 12:02:56 -04:00
2020-05-08 12:02:56 -04:00
2020-06-26 10:29:06 -04:00
2019-11-17 17:23:26 +08:00
2019-11-12 11:08:00 -05:00
2019-05-08 17:34:12 +08:00
2020-07-22 20:55:13 +08:00
2020-06-26 10:29:06 -04:00
2020-06-26 10:29:06 -04:00
2020-04-02 15:50:25 +02:00
2020-05-08 12:02:56 -04:00
2019-11-20 18:32:09 -05:00
2019-04-29 21:41:40 -04:00
2019-04-29 21:41:40 -04:00
2019-11-20 18:32:09 -05:00
2020-07-28 16:18:06 -04:00
2020-06-26 10:29:06 -04:00
2020-07-28 16:18:06 -04:00
2019-11-20 18:32:09 -05:00
2020-07-28 16:18:10 -04:00
2020-06-26 10:29:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-06-26 10:29:06 -04:00
2020-01-14 22:15:21 +01:00
2020-06-04 18:10:02 -04:00
2020-04-28 15:57:58 -04:00
2020-06-04 18:10:02 -04:00
2020-07-28 16:18:06 -04:00
2020-06-04 18:10:02 -04:00
2020-07-17 08:47:29 -04:00
2019-11-20 18:32:09 -05:00
2020-07-09 06:50:05 +02:00
2020-06-04 18:10:02 -04:00
2019-11-20 18:32:09 -05:00
2020-06-04 18:10:02 -04:00
2020-07-28 16:18:06 -04:00
2020-06-04 18:10:02 -04:00
2020-06-04 18:10:02 -04:00
2019-11-20 18:32:09 -05:00
2020-06-04 18:10:02 -04:00
2020-06-04 18:10:02 -04:00
2020-05-18 21:19:23 -04:00
2019-11-20 18:32:09 -05:00
2020-05-08 12:02:56 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:10 -04:00
2020-07-17 08:47:29 -04:00
2020-04-18 14:55:00 +02:00
2020-04-18 12:54:43 +02:00
2020-05-08 12:02:56 -04:00
2020-07-25 11:24:02 +02:00
2020-06-04 18:10:02 -04:00
2020-07-28 16:18:10 -04:00
2019-11-20 18:32:09 -05:00
2019-11-20 18:32:09 -05:00
2020-06-29 13:34:43 -04:00
2019-11-20 18:32:09 -05:00
2019-11-20 18:32:09 -05:00
2020-07-28 16:18:06 -04:00
2020-01-23 07:29:58 -05:00
2020-05-08 12:02:56 -04:00
2019-12-23 14:06:47 +05:30
2019-12-23 14:06:47 +05:30
2020-07-28 16:18:06 -04:00
2019-12-23 14:06:47 +05:30
2019-12-23 14:06:47 +05:30
2019-12-23 14:06:47 +05:30
2020-04-28 15:57:58 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-05-08 12:02:56 -04:00
2020-07-09 06:51:20 +02:00
2020-04-28 15:57:58 -04:00
2020-05-08 12:02:56 -04:00
2019-11-20 18:32:09 -05:00
2020-06-26 10:29:06 -04:00
2020-07-17 08:47:29 -04:00
2020-07-27 14:16:28 +05:30
2020-07-27 14:16:28 +05:30
2020-07-27 14:16:28 +05:30
2020-07-27 14:16:28 +05:30
2020-06-04 18:10:02 -04:00
2020-07-27 14:16:28 +05:30
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-06-04 18:10:02 -04:00
2020-07-27 14:16:28 +05:30
2020-07-27 14:16:28 +05:30
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-27 14:16:28 +05:30
2020-05-19 09:22:08 +05:30
2020-05-19 09:22:05 +05:30
2020-05-19 09:22:05 +05:30
2020-07-28 16:18:06 -04:00
2020-06-04 18:10:02 -04:00
2020-07-27 14:16:26 +05:30
2020-07-28 16:18:06 -04:00
2019-11-20 18:32:09 -05:00
2019-11-20 18:32:09 -05:00
2020-05-19 09:22:05 +05:30
2020-05-19 09:22:06 +05:30
2020-06-04 18:10:02 -04:00
2020-07-28 16:18:06 -04:00
2020-03-30 08:06:52 +05:30
2020-03-30 08:06:52 +05:30
2020-07-17 08:47:29 -04:00
2020-05-08 12:02:56 -04:00
2020-05-08 12:02:56 -04:00
2020-06-04 18:10:02 -04:00
2020-06-04 18:10:02 -04:00
2020-06-04 18:10:02 -04:00
2020-05-08 12:02:56 -04:00
2020-06-04 18:10:02 -04:00
2020-05-08 12:02:56 -04:00
2020-05-18 21:19:23 -04:00
2020-05-08 12:02:56 -04:00
2020-05-08 12:02:56 -04:00
2020-07-28 16:18:06 -04:00
2020-05-08 12:02:56 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-06-29 22:36:35 +02:00
2020-06-04 18:10:02 -04:00
2020-06-04 18:10:02 -04:00
2020-07-28 16:18:06 -04:00
2019-11-20 18:32:09 -05:00
2020-05-08 12:02:56 -04:00
2020-05-08 12:02:56 -04:00
2019-11-20 18:32:09 -05:00
2020-01-07 14:50:41 +01:00
2020-01-08 09:27:44 -05:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:06 -04:00
2019-11-20 18:32:09 -05:00
2020-03-26 22:58:46 +08:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-06-26 10:29:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-05-18 21:19:23 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-17 08:47:29 -04:00
2020-07-17 08:47:29 -04:00
2020-07-17 08:47:29 -04:00
2020-07-17 08:47:29 -04:00
2020-03-10 10:59:08 +01:00
2020-03-10 10:59:08 +01:00
2020-07-17 08:47:29 -04:00
2020-07-17 08:47:29 -04:00
2020-07-17 08:47:29 -04:00
2020-07-17 08:47:29 -04:00
2020-07-17 08:47:29 -04:00
2020-07-17 08:47:29 -04:00
2020-07-28 16:18:06 -04:00
2020-05-08 12:02:56 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-05-08 12:02:56 -04:00
2020-06-04 18:10:02 -04:00
2019-11-20 18:32:09 -05:00
2019-11-20 18:32:09 -05:00
2020-07-17 08:47:29 -04:00
2020-07-28 16:18:06 -04:00
2020-07-17 08:47:29 -04:00
2020-06-04 18:10:02 -04:00
2019-11-20 18:32:09 -05:00
2020-07-18 15:47:50 +02:00
2020-07-18 15:47:50 +02:00
2020-07-22 20:21:23 +08:00
2020-05-08 09:16:26 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-05-08 09:16:26 -04:00
2020-05-08 12:02:56 -04:00
2020-07-28 16:18:06 -04:00
2019-11-20 18:32:09 -05:00
2019-11-20 18:32:09 -05:00
2020-07-28 16:18:10 -04:00
2020-06-04 18:10:02 -04:00
2019-11-20 18:32:09 -05:00
2020-05-08 12:02:56 -04:00
2020-07-17 08:47:29 -04:00
2020-07-07 16:09:22 -04:00
2020-07-28 16:18:06 -04:00
2019-11-20 18:32:09 -05:00
2019-11-20 18:32:09 -05:00
2019-11-20 18:32:09 -05:00
2019-11-20 18:32:09 -05:00
2020-04-02 14:30:02 -07:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2019-11-20 18:32:09 -05:00
2020-05-18 21:19:23 -04:00
2020-05-08 12:02:56 -04:00
2020-07-28 16:18:06 -04:00
2020-07-14 11:46:04 +02:00
2020-06-26 10:29:05 -04:00
2020-07-17 08:47:29 -04:00
2020-07-28 16:18:10 -04:00
2020-05-08 12:02:56 -04:00
2020-07-17 08:47:29 -04:00
2020-07-17 08:47:29 -04:00
2020-05-18 21:19:23 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:10 -04:00
2020-07-07 19:45:57 +08:00
2020-07-17 08:47:29 -04:00
2019-11-20 18:32:09 -05:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-06-04 18:10:02 -04:00
2020-06-04 18:10:02 -04:00
2020-04-28 15:57:58 -04:00
2020-06-26 10:29:05 -04:00
2020-07-28 16:18:06 -04:00
2020-01-08 09:27:44 -05:00
2020-06-26 10:29:06 -04:00
2020-06-30 11:13:11 -04:00
2020-04-28 15:57:58 -04:00
2020-07-29 08:43:40 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:10 -04:00
2020-05-15 17:12:41 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-04-28 15:57:58 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2019-08-23 15:27:40 +08:00
2019-08-23 15:27:40 +08:00
2020-07-28 16:18:10 -04:00
2019-08-23 15:27:40 +08:00
2020-07-28 16:18:10 -04:00
2019-12-27 14:26:13 +08:00
2020-07-28 16:18:10 -04:00
2020-06-26 10:29:05 -04:00
2020-07-28 16:18:10 -04:00
2020-06-07 18:57:16 +08:00
2020-03-26 22:58:46 +08:00
2020-04-02 15:50:25 +02:00
2020-05-29 18:00:11 +08:00
2020-06-07 18:57:16 +08:00
2020-05-08 12:02:56 -04:00
2020-04-28 15:57:58 -04:00
2019-08-23 15:27:40 +08:00
2020-07-28 16:18:06 -04:00
2020-05-08 12:02:56 -04:00
2020-07-28 16:18:06 -04:00
2019-11-20 18:32:09 -05:00
2020-04-28 15:57:58 -04:00
2020-06-26 10:29:05 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-04-28 15:57:58 -04:00
2019-11-20 18:32:09 -05:00
2020-07-17 08:47:29 -04:00
2019-10-18 14:51:14 +02:00
2019-10-18 14:54:37 +02:00
2019-11-20 18:32:09 -05:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-06-26 10:29:06 -04:00
2020-06-04 18:10:02 -04:00
2020-07-28 16:18:10 -04:00
2020-01-14 22:15:21 +01:00
2020-01-14 22:15:21 +01:00
2020-07-28 16:18:10 -04:00
2020-04-28 15:57:58 -04:00
2020-07-01 15:01:22 +08:00
2020-07-17 08:47:29 -04:00
2020-02-04 01:19:26 +08:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:10 -04:00
2020-01-07 14:38:34 +01:00
2020-07-28 16:18:06 -04:00
2019-04-25 00:00:49 +02:00
2019-05-10 22:48:11 +02:00
2020-07-28 16:18:10 -04:00
2019-04-25 00:00:49 +02:00
2020-07-28 16:18:06 -04:00
2019-04-25 00:00:49 +02:00
2019-04-25 00:00:49 +02:00
2019-04-25 00:00:49 +02:00
2019-04-25 00:00:49 +02:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:10 -04:00
2019-04-25 00:00:49 +02:00
2019-04-25 00:00:49 +02:00
2019-11-20 18:32:09 -05:00
2020-01-07 14:38:34 +01:00
2020-07-28 16:18:10 -04:00
2020-05-08 12:02:56 -04:00
2019-11-20 18:32:09 -05:00
2020-07-17 08:47:29 -04:00
2020-04-28 15:57:58 -04:00
2020-07-28 16:18:06 -04:00
2020-01-22 17:47:57 -05:00
2020-06-04 18:10:02 -04:00
2020-06-04 18:10:02 -04:00
2020-06-04 18:10:02 -04:00
2020-06-04 18:10:02 -04:00
2020-06-04 18:10:02 -04:00
2020-06-04 18:10:02 -04:00
2020-06-04 18:10:02 -04:00
2020-07-17 08:51:29 -04:00
2020-07-28 16:18:06 -04:00
2020-04-28 15:57:58 -04:00
2020-07-28 16:18:06 -04:00
2020-05-08 12:02:56 -04:00
2020-04-28 15:57:58 -04:00
2019-02-14 14:31:10 +01:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:10 -04:00
2020-06-04 18:10:02 -04:00
2020-07-28 16:18:06 -04:00
2019-11-20 18:32:09 -05:00
2019-11-20 18:32:09 -05:00
2019-04-29 21:41:40 -04:00
2019-04-29 21:41:40 -04:00
2019-04-29 21:41:40 -04:00
2019-04-29 21:41:40 -04:00
2020-04-02 14:30:02 -07:00
2019-08-02 11:19:14 -04:00
2020-07-28 16:18:06 -04:00
2020-06-04 18:10:02 -04:00
2020-07-28 16:18:06 -04:00
2020-04-28 15:57:58 -04:00
2020-05-08 12:02:56 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:10 -04:00
2019-12-03 23:04:10 -05:00
2019-12-03 23:04:10 -05:00
2019-07-09 07:00:21 +02:00
2019-04-29 21:41:40 -04:00
2020-03-26 22:58:46 +08:00
2020-07-17 08:47:29 -04:00
2020-06-04 18:10:02 -04:00
2020-06-04 18:10:02 -04:00
2020-07-25 11:24:02 +02:00
2020-04-28 15:57:58 -04:00
2020-05-18 21:19:23 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:10 -04:00
2019-11-20 18:32:09 -05:00
2019-11-20 18:32:09 -05:00
2020-07-28 16:18:06 -04:00
2019-12-23 14:06:47 +05:30
2020-07-28 16:18:06 -04:00
2019-11-20 18:32:09 -05:00
2019-12-23 14:06:47 +05:30
2020-07-28 16:18:06 -04:00
2020-07-17 08:47:29 -04:00
2020-07-17 08:47:29 -04:00
2020-04-28 15:57:58 -04:00
2020-07-17 08:51:29 -04:00
2020-05-08 12:02:56 -04:00
2020-07-17 08:47:29 -04:00
2020-06-26 10:29:06 -04:00
2020-06-04 18:10:02 -04:00
2019-11-20 18:32:09 -05:00
2019-11-20 18:32:09 -05:00
2020-07-28 16:18:10 -04:00
2020-07-07 18:23:48 -04:00
2020-07-28 16:18:06 -04:00
2019-08-19 12:43:26 +08:00
2020-07-28 16:18:06 -04:00
2020-06-26 10:29:05 -04:00
2020-05-08 12:02:56 -04:00
2020-07-28 16:18:06 -04:00
2020-06-26 10:29:06 -04:00
2020-06-04 18:10:02 -04:00
2020-06-22 17:43:31 +02:00
2020-05-08 12:02:56 -04:00
2020-07-17 08:47:29 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:10 -04:00
2020-07-28 16:18:10 -04:00
2019-11-20 18:32:09 -05:00
2020-07-28 16:18:06 -04:00
2020-06-26 10:29:06 -04:00
2020-05-08 12:02:56 -04:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:06 -04:00
2019-02-14 14:31:10 +01:00
2020-06-04 18:10:02 -04:00
2020-06-24 13:07:57 +02:00
2019-05-18 08:15:34 -04:00
2019-05-18 08:15:34 -04:00
2019-05-18 08:15:34 -04:00
2020-06-24 13:07:58 +02:00
2020-07-28 16:18:06 -04:00
2020-07-28 16:18:10 -04:00
2020-05-18 21:19:23 -04:00
2020-05-08 12:02:56 -04:00
2020-05-18 21:19:23 -04:00
2020-05-18 21:19:23 -04:00
2020-07-17 08:47:29 -04:00
2020-05-08 12:02:56 -04:00
2020-04-28 15:57:58 -04:00
2019-05-04 13:04:12 -04:00
2020-07-17 08:47:29 -04:00
2020-06-04 18:10:02 -04:00
2020-07-28 16:18:10 -04:00