John Ferlan
cc2d49f9be
qemu: Fix qemu startup check for QEMU_CAPS_OBJECT_IOTHREAD
...
https://bugzilla.redhat.com/show_bug.cgi?id=1249981
When qemuDomainPinIOThread was added in commit id 'fb562614', a check
for the IOThread capability was not needed since a check for iothreadpids
covered the condition where the support for IOThreads was not present.
The iothreadpids array was only created if qemuProcessDetectIOThreadPIDs
was able to query the monitor for IOThreads. It would only do that if
the QEMU_CAPS_OBJECT_IOTHREAD capability was set.
However, when iothreadids were added in commit id '8d4614a5' and the
check for iothreadpids was replaced by a search through the iothreadids[]
array for the matching iothread_id that left open the possibility that
an iothreadids[] array was defined, but the entries essentially pointed
to elements with only the 'iothread_id' defined leaving the 'thread_id'
value of 0 and eventually the cpumap entry of NULL.
This was because, the original IOThreads commit id '72edaae7' only
checked if IOThreads were defined and if the emulator had the IOThreads
capability, then IOThread objects were added at startup. The "capability
failure" check was only done when a disk was assigned to an IOThread in
qemuCheckIOThreads. This was because the initial implementation had no way
to dynamically add IOThreads, but it was possible to dynamically add a
disk to the domain. So the decision was if the domain supported it, then
add the IOThread objects. Then if a disk with an IOThread defined was
added, it could check the capability and fail to add if not there. This
just meant the 'iothreads' value was essentially ignored.
Eventually commit id 'a27ed6e7' allowed for the dynamic addition and
deletion of IOThread objects. So it was no longer necessary to generate
IOThread objects to dynamically attach a disk to. However, the startup
and disk check code was not modified to reflect this.
This patch will move the capability failure check to when IOThread
objects are being added to the command line. Thus a domain that has
IOThreads defined will not be started if the emulator doesn't support
the capability. This means when qemuCheckIOThreads is called to add
a disk, it's no longer necessary to check the capability. Instead the
code can use the IOThreadFind call to indicate that the IOThread
doesn't exist.
Finally because it could be possible to have a domain running with the
iothreadids[] defined prior to this change if libvirtd is restarted each
having mostly empty elements, qemuProcessDetectIOThreadPIDs will check
if there are niothreadids when the QEMU_CAPS_OBJECT_IOTHREAD capability
check fails and remove the elements and array if it exists.
With these changes in place, it turns out the cputune-numatune test
was failing because the right bit wasn't set in the test. So used the
opportunity to fix that and create a test that would expect to fail
with some sort of iothreads defined and used, but not having the
correct capability.
2015-10-16 06:55:45 -04:00
..
2015-03-09 07:52:34 +01:00
2015-03-09 07:52:34 +01:00
2015-04-24 10:27:01 -04:00
2015-04-24 10:27:01 -04:00
2015-05-05 09:45:52 +02:00
2015-10-06 15:10:36 +02:00
2015-10-02 16:14:26 +02:00
2015-10-06 15:10:36 +02:00
2015-06-08 17:51:06 -04:00
2015-06-08 17:51:06 -04:00
2015-10-06 10:27:10 -04:00
2015-10-06 10:27:10 -04:00
2014-10-03 11:30:29 -04:00
2014-10-03 11:30:29 -04:00
2015-02-10 13:05:22 +01:00
2014-10-03 11:30:29 -04:00
2015-10-06 10:27:10 -04:00
2015-10-06 10:27:10 -04:00
2013-09-02 16:53:40 -04:00
2013-09-02 16:53:40 -04:00
2013-09-02 16:53:39 -04:00
2013-09-02 16:53:39 -04:00
2015-02-10 13:05:22 +01:00
2013-09-02 16:53:40 -04:00
2015-02-10 13:05:22 +01:00
2013-11-20 14:31:17 -05:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2013-07-16 08:44:52 -04:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2015-03-09 07:52:34 +01:00
2014-09-10 09:38:07 +02:00
2014-09-10 09:38:07 +02:00
2013-09-02 16:53:39 -04:00
2012-10-22 23:16:11 +08:00
2014-11-14 12:03:52 -05:00
2014-11-14 12:03:52 -05:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2013-09-02 16:53:39 -04:00
2014-01-20 10:52:44 +08:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2012-10-16 12:25:32 +02:00
2015-07-08 15:35:35 +02:00
2015-07-08 15:35:35 +02:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2014-08-25 14:10:54 +02:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2014-08-25 14:10:54 +02:00
2014-08-25 14:11:41 +02:00
2014-08-25 14:10:54 +02:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2013-12-03 12:58:50 +02:00
2013-12-03 12:58:50 +02:00
2015-07-08 15:35:35 +02:00
2015-07-08 15:35:35 +02:00
2014-06-26 16:56:09 +02:00
2013-04-25 13:05:10 +02:00
2012-10-30 08:54:32 +01:00
2012-03-15 12:24:56 +08:00
2012-10-30 08:54:32 +01:00
2012-03-15 12:24:56 +08:00
2015-04-02 15:00:13 +02:00
2012-03-15 12:24:56 +08:00
2015-04-02 15:00:13 +02:00
2015-04-02 15:00:13 +02:00
2015-04-02 15:00:13 +02:00
2015-04-02 15:00:13 +02:00
2015-06-30 10:31:29 +02:00
2015-06-30 10:31:29 +02:00
2014-11-21 11:00:11 +01:00
2014-11-21 11:00:11 +01:00
2015-08-24 11:53:17 +02:00
2015-07-01 09:47:32 +02:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2014-05-19 08:47:03 +02:00
2014-02-10 11:09:14 +01:00
2014-02-10 11:09:14 +01:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-10-08 17:41:51 -04:00
2013-10-08 17:41:51 -04:00
2014-02-06 15:15:10 +01:00
2014-02-06 08:22:22 +01:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2014-02-10 11:30:10 +01:00
2014-02-10 11:30:10 +01:00
2014-06-23 16:34:53 +03:00
2013-04-29 15:52:02 +02:00
2014-02-06 08:22:22 +01:00
2012-05-08 16:57:37 -06:00
2015-06-04 10:04:44 +02:00
2014-11-24 22:05:55 +01:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2013-01-08 11:37:52 +01:00
2013-09-02 16:53:39 -04:00
2013-03-13 18:21:50 -06:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2013-09-02 16:53:39 -04:00
2013-03-13 18:21:50 -06:00
2013-09-02 16:53:39 -04:00
2012-03-15 12:24:56 +08:00
2013-07-18 10:08:04 -06:00
2014-11-24 22:05:55 +01:00
2015-04-13 09:27:26 +02:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2014-10-03 11:30:29 -04:00
2014-10-03 11:30:29 -04:00
2014-10-03 11:30:29 -04:00
2014-10-03 11:30:29 -04:00
2014-10-03 11:30:29 -04:00
2014-10-03 11:30:29 -04:00
2014-10-03 11:30:29 -04:00
2014-10-03 11:30:29 -04:00
2015-03-26 09:19:59 +01:00
2015-03-26 09:19:59 +01:00
2015-03-26 09:19:59 +01:00
2015-03-26 09:19:59 +01:00
2015-03-26 09:19:59 +01:00
2015-03-26 09:19:59 +01:00
2015-03-26 09:19:59 +01:00
2015-03-26 09:19:59 +01:00
2013-09-02 16:53:39 -04:00
2015-02-25 09:26:04 +01:00
2013-09-02 16:53:39 -04:00
2012-09-27 10:24:52 +01:00
2015-01-19 10:11:15 +01:00
2012-09-27 10:24:52 +01:00
2015-04-30 15:34:57 +02:00
2015-04-30 15:34:57 +02:00
2013-09-02 16:53:39 -04:00
2012-09-27 10:24:52 +01:00
2015-01-13 08:51:01 +01:00
2015-01-13 08:51:01 +01:00
2013-09-02 16:53:39 -04:00
2012-09-27 10:24:52 +01:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2014-10-03 11:30:29 -04:00
2014-10-03 11:30:29 -04:00
2014-10-03 11:30:29 -04:00
2014-10-03 11:30:29 -04:00
2014-10-03 11:30:29 -04:00
2013-09-02 16:53:39 -04:00
2014-11-10 14:55:45 +01:00
2013-09-02 16:53:39 -04:00
2014-11-10 14:55:45 +01:00
2014-11-10 14:55:45 +01:00
2014-07-16 20:15:46 +02:00
2014-11-10 14:55:45 +01:00
2015-09-08 10:40:20 +02:00
2014-11-10 14:55:45 +01:00
2015-03-16 14:32:20 +01:00
2015-03-16 14:32:20 +01:00
2012-09-27 10:24:52 +01:00
2014-10-03 11:30:29 -04:00
2014-10-03 11:30:29 -04:00
2013-09-02 16:53:39 -04:00
2012-09-27 10:24:52 +01:00
2013-09-02 16:53:39 -04:00
2012-09-27 10:24:52 +01:00
2013-09-02 16:53:39 -04:00
2012-09-27 10:24:52 +01:00
2014-09-15 18:59:40 -06:00
2015-04-27 12:36:35 -04:00
2015-06-25 23:25:30 +02:00
2015-02-11 17:30:06 +01:00
2015-10-16 06:55:45 -04:00
2015-01-30 13:51:22 +01:00
2015-02-11 17:30:06 +01:00
2014-03-26 10:10:02 +01:00
2014-03-26 10:10:02 +01:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2015-05-08 11:11:32 -04:00
2015-05-08 11:11:32 -04:00
2015-05-08 11:11:32 -04:00
2015-05-08 11:11:32 -04:00
2014-07-30 06:32:38 -06:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2014-04-24 16:07:56 +02:00
2015-05-15 15:40:43 -04:00
2015-05-15 15:40:43 -04:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2013-08-27 14:50:24 +02:00
2013-09-17 14:45:02 +01:00
2013-09-17 14:45:02 +01:00
2013-09-02 16:53:39 -04:00
2013-08-27 14:50:24 +02:00
2013-09-17 14:45:02 +01:00
2013-09-17 14:45:02 +01:00
2013-09-17 14:45:02 +01:00
2013-09-17 14:45:02 +01:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2013-05-16 23:07:51 +08:00
2015-04-20 10:04:06 +02:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2014-04-16 10:49:07 +02:00
2014-04-16 10:49:07 +02:00
2013-09-02 16:53:39 -04:00
2014-04-16 10:49:07 +02:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2014-07-03 17:39:14 -04:00
2014-07-03 17:39:14 -04:00
2013-09-02 16:53:39 -04:00
2013-03-22 12:10:23 +08:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2014-07-03 17:39:14 -04:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-05-14 20:09:48 +01:00
2014-11-21 14:37:03 +01:00
2014-11-21 14:37:03 +01:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2015-08-04 10:17:07 +02:00
2015-08-04 10:17:07 +02:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2012-08-21 15:35:48 -06:00
2015-05-15 15:40:43 -04:00
2015-05-15 15:40:43 -04:00
2013-09-02 16:53:39 -04:00
2012-09-18 15:00:01 +08:00
2013-09-02 16:53:39 -04:00
2012-10-22 23:16:11 +08:00
2015-03-26 16:57:26 -06:00
2015-03-26 16:57:26 -06:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2014-06-06 11:48:09 -06:00
2014-09-05 13:13:50 -06:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2015-07-09 08:30:02 -04:00
2015-05-15 15:36:28 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2013-09-02 16:53:39 -04:00
2015-03-02 22:38:36 -05:00
2012-12-07 16:53:27 +08:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2013-09-02 16:53:39 -04:00
2013-04-17 23:05:56 +08:00
2015-03-02 22:38:36 -05:00
2013-09-02 16:53:39 -04:00
2015-03-02 22:38:36 -05:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2015-03-09 13:34:37 +01:00
2015-03-09 13:34:37 +01:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2015-05-15 15:40:43 -04:00
2015-05-15 15:40:43 -04:00
2015-05-15 15:40:43 -04:00
2015-05-15 15:40:43 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2013-09-02 14:45:38 +02:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2015-04-30 15:34:57 +02:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2013-03-13 18:21:50 -06:00
2013-09-02 16:53:39 -04:00
2013-03-13 18:21:50 -06:00
2013-09-02 16:53:39 -04:00
2012-07-11 11:19:05 +02:00
2013-09-02 16:53:39 -04:00
2013-03-14 15:53:20 -06:00
2014-07-02 09:43:17 +02:00
2014-07-02 09:43:17 +02:00
2015-08-10 15:05:34 +02:00
2015-08-10 15:05:34 +02:00
2014-07-02 09:43:17 +02:00
2014-07-02 09:43:17 +02:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2012-10-30 08:54:32 +01:00
2013-04-25 13:05:10 +02:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2014-09-19 09:08:23 +02:00
2014-09-19 09:08:23 +02:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2015-07-15 14:37:30 +02:00
2015-07-15 14:37:30 +02:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2014-11-24 22:05:55 +01:00
2014-11-24 22:05:55 +01:00
2012-10-30 08:54:32 +01:00
2014-11-24 22:05:55 +01:00
2012-10-30 08:54:32 +01:00
2014-11-24 22:05:55 +01:00
2014-01-21 11:35:41 +01:00
2014-01-21 11:35:41 +01:00
2013-07-18 10:08:04 -06:00
2014-11-24 22:05:55 +01:00
2014-11-24 22:05:56 +01:00
2014-11-24 22:20:13 +01:00
2013-06-25 17:00:56 +02:00
2013-01-22 10:40:45 -07:00
2014-11-24 22:20:13 +01:00
2014-11-24 22:05:56 +01:00
2014-11-24 22:05:55 +01:00
2014-10-03 11:30:29 -04:00
2014-11-24 22:05:55 +01:00
2013-07-18 10:08:04 -06:00
2012-05-08 09:22:45 -06:00
2014-11-24 22:05:56 +01:00
2014-11-24 22:20:13 +01:00
2015-04-23 12:59:52 +01:00
2015-04-23 12:59:52 +01:00
2014-06-26 14:32:34 +01:00
2014-11-24 22:05:55 +01:00
2012-10-30 08:54:32 +01:00
2014-11-24 22:05:55 +01:00
2014-06-26 14:32:34 +01:00
2014-11-24 22:05:55 +01:00
2013-09-02 16:53:39 -04:00
2014-11-24 22:05:55 +01:00
2012-10-30 08:54:32 +01:00
2014-11-24 22:05:55 +01:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-06-01 10:00:23 +08:00
2013-09-02 16:53:39 -04:00
2013-05-13 19:08:32 +08:00
2015-06-22 16:15:49 -04:00
2014-08-07 15:07:56 -04:00
2014-08-07 15:07:56 -04:00
2014-08-07 15:07:56 -04:00
2014-08-07 15:07:56 -04:00
2013-09-02 16:53:39 -04:00
2013-05-13 18:50:16 +08:00
2014-09-19 07:47:46 -04:00
2013-09-02 16:53:39 -04:00
2013-05-13 19:02:40 +08:00
2013-05-17 00:46:44 +08:00
2013-05-16 23:41:25 +08:00
2014-08-07 15:07:56 -04:00
2014-08-07 15:07:56 -04:00
2014-08-07 15:07:56 -04:00
2014-08-07 15:07:56 -04:00
2013-09-02 16:53:39 -04:00
2013-05-13 18:50:16 +08:00
2013-09-02 16:53:39 -04:00
2012-11-21 18:43:15 +01:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2014-05-06 14:34:56 +03:00
2014-05-06 14:34:56 +03:00
2013-09-02 16:53:39 -04:00
2013-04-25 21:28:10 -04:00
2013-09-02 16:53:39 -04:00
2014-09-05 08:35:34 +02:00
2014-09-26 16:03:14 +02:00
2015-10-02 16:14:26 +02:00
2015-06-29 13:28:20 +02:00
2015-01-31 08:53:22 +01:00
2014-11-10 14:55:45 +01:00
2015-01-31 08:53:22 +01:00
2014-11-10 14:55:45 +01:00
2014-11-10 14:55:45 +01:00
2014-09-17 18:33:33 +02:00
2014-09-17 18:33:33 +02:00
2015-10-02 16:14:26 +02:00
2014-12-15 13:36:47 +01:00
2015-01-31 08:53:22 +01:00
2014-11-10 14:55:45 +01:00
2015-01-31 08:53:22 +01:00
2014-11-10 14:55:45 +01:00
2014-07-29 12:14:52 +01:00
2013-04-25 13:05:10 +02:00
2013-09-02 16:53:39 -04:00
2013-07-04 18:39:56 +02:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2015-03-03 09:43:13 +01:00
2015-06-29 13:28:20 +02:00
2014-11-06 15:13:55 +01:00
2014-11-06 15:13:55 +01:00
2014-08-28 16:27:54 -04:00
2014-08-28 16:27:54 -04:00
2015-04-27 12:36:35 -04:00
2015-04-27 12:36:35 -04:00
2015-04-27 12:36:35 -04:00
2015-04-27 12:36:35 -04:00
2015-10-16 06:55:45 -04:00
2014-08-28 16:27:53 -04:00
2014-08-28 16:27:53 -04:00
2014-08-26 10:41:24 +02:00
2014-08-26 10:41:24 +02:00
2014-08-26 10:41:24 +02:00
2014-08-26 10:41:24 +02:00
2013-11-05 16:04:06 +01:00
2013-11-05 16:04:06 +01:00
2013-11-05 16:04:06 +01:00
2013-11-05 16:04:06 +01:00
2013-09-02 16:53:39 -04:00
2013-04-23 21:19:35 +02:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2012-10-08 20:13:55 +02:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2015-05-18 09:54:16 +02:00
2015-05-18 09:54:16 +02:00
2015-05-18 09:54:16 +02:00
2015-05-18 09:54:16 +02:00
2015-05-18 09:54:16 +02:00
2015-05-18 09:54:16 +02:00
2015-05-18 09:54:16 +02:00
2015-05-18 09:54:16 +02:00
2015-05-18 09:54:16 +02:00
2015-05-18 09:54:16 +02:00
2015-05-18 09:54:16 +02:00
2015-05-18 09:54:16 +02:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2015-05-18 09:54:16 +02:00
2015-05-18 09:54:16 +02:00
2015-05-18 09:54:16 +02:00
2015-05-18 09:54:16 +02:00
2015-05-18 09:54:16 +02:00
2015-05-18 09:54:16 +02:00
2015-05-18 09:54:16 +02:00
2015-05-18 09:54:16 +02:00
2015-05-18 09:54:16 +02:00
2015-05-18 09:54:16 +02:00
2015-05-18 09:54:16 +02:00
2015-05-18 09:54:16 +02:00
2015-05-18 09:54:16 +02:00
2015-05-18 09:54:16 +02:00
2015-05-18 09:54:16 +02:00
2015-05-18 09:54:16 +02:00
2015-05-18 09:54:16 +02:00
2015-05-18 09:54:16 +02:00
2013-09-02 16:53:39 -04:00
2013-04-12 10:56:03 +01:00
2015-05-04 13:19:38 +02:00
2015-05-04 13:19:38 +02:00
2015-05-04 13:19:38 +02:00
2015-06-26 09:23:06 +02:00
2015-06-26 09:23:06 +02:00
2015-06-26 09:23:06 +02:00
2015-09-23 13:54:54 +02:00
2015-03-23 14:25:14 +01:00
2015-03-23 14:25:14 +01:00
2015-03-23 14:25:14 +01:00
2013-12-10 09:11:26 +01:00
2013-12-10 09:11:26 +01:00
2013-09-02 16:53:39 -04:00
2015-03-06 11:52:24 +01:00
2015-10-06 13:36:12 +02:00
2013-09-02 16:53:39 -04:00
2012-03-15 12:24:56 +08:00
2015-09-22 16:09:28 +02:00
2015-09-22 16:09:28 +02:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2014-05-07 10:27:50 +02:00
2014-05-07 10:27:50 +02:00
2015-03-16 14:32:20 +01:00
2015-02-23 14:50:15 -05:00
2012-07-11 11:19:05 +02:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2013-05-16 23:21:58 +02:00
2013-09-02 16:53:39 -04:00
2013-05-16 23:21:58 +02:00
2013-09-02 16:53:39 -04:00
2013-05-16 23:21:58 +02:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2015-04-16 09:07:43 +02:00
2014-11-24 22:05:55 +01:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2014-05-06 14:34:56 +03:00
2014-05-06 14:34:56 +03:00
2014-05-06 14:34:56 +03:00
2014-05-06 14:34:56 +03:00
2013-09-02 16:53:39 -04:00
2014-05-06 14:34:56 +03:00
2013-09-02 16:53:39 -04:00
2014-05-06 14:34:56 +03:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2015-03-17 13:09:05 -04:00
2013-04-25 13:05:10 +02:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2015-09-02 10:17:50 +02:00
2015-09-02 10:17:50 +02:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2015-06-11 14:28:29 +02:00
2015-06-11 14:28:29 +02:00
2015-01-21 13:22:36 +01:00
2015-01-21 13:22:36 +01:00
2013-09-02 16:53:39 -04:00
2013-03-13 18:21:50 -06:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2015-02-13 12:31:38 +01:00
2015-02-13 12:31:38 +01:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2014-10-06 11:49:10 -04:00
2013-09-02 16:53:39 -04:00
2012-07-11 11:19:05 +02:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2012-05-08 16:57:32 -06:00
2014-08-22 16:34:23 +02:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:32 -06:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-04-25 13:05:10 +02:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:32 -06:00
2013-09-11 13:40:50 +02:00
2013-09-11 13:40:50 +02:00
2015-02-17 09:07:09 +01:00
2014-11-10 14:55:45 +01:00
2015-01-31 08:53:22 +01:00
2014-11-10 14:55:45 +01:00
2014-07-16 20:15:45 +02:00
2015-03-16 14:32:20 +01:00
2015-02-20 17:43:03 +01:00
2014-11-10 14:55:45 +01:00
2014-08-12 17:04:31 +02:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2014-11-04 07:03:36 +01:00
2015-03-06 14:22:45 +01:00
2015-03-06 14:22:45 +01:00
2013-12-13 05:53:33 -07:00
2013-12-13 05:53:33 -07:00
2013-09-02 16:53:39 -04:00
2012-06-04 16:46:23 -06:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2014-11-24 22:05:55 +01:00
2013-09-02 16:53:39 -04:00
2014-11-24 22:05:55 +01:00
2013-07-25 13:16:46 +02:00
2015-03-02 22:38:36 -05:00
2015-03-02 22:38:36 -05:00
2013-07-12 14:55:04 +02:00
2014-11-24 22:05:55 +01:00
2015-08-08 18:37:35 -04:00
2015-08-08 18:37:35 -04:00
2015-08-08 18:37:35 -04:00
2015-03-02 22:38:36 -05:00
2015-03-02 22:38:36 -05:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2013-07-25 13:16:46 +02:00
2013-07-25 13:16:46 +02:00
2015-05-21 17:49:02 +02:00
2015-05-21 17:49:02 +02:00
2015-08-08 18:37:35 -04:00
2015-08-09 21:58:55 -04:00
2015-08-09 21:58:55 -04:00
2015-08-09 21:52:52 -04:00
2013-09-25 10:39:23 -04:00
2013-08-05 15:47:49 -04:00
2015-08-09 22:32:00 -04:00
2015-08-09 22:30:47 -04:00
2015-08-09 22:16:10 -04:00
2015-08-09 22:12:29 -04:00
2013-08-27 17:42:29 +02:00
2013-09-02 16:53:39 -04:00
2013-08-27 17:42:29 +02:00
2014-11-24 22:05:56 +01:00
2014-11-24 22:20:13 +01:00
2013-09-02 16:53:39 -04:00
2013-08-27 17:42:29 +02:00
2015-01-16 13:43:46 +01:00
2015-01-16 13:43:46 +01:00
2015-01-16 13:43:46 +01:00
2015-01-16 13:43:46 +01:00
2014-05-27 08:48:57 +02:00
2014-05-27 08:48:57 +02:00
2014-05-27 08:48:57 +02:00
2014-05-27 08:48:57 +02:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2015-09-22 16:09:28 +02:00
2014-11-07 09:20:40 +01:00
2014-10-03 11:30:29 -04:00
2013-09-05 12:31:10 +01:00
2015-03-03 10:58:02 +01:00
2015-03-03 10:58:02 +01:00
2013-11-25 10:44:46 -05:00
2015-06-01 06:44:37 -04:00
2013-09-02 16:53:39 -04:00
2015-06-01 06:44:37 -04:00
2015-06-01 06:16:29 -04:00
2015-06-01 06:44:37 -04:00
2015-06-01 06:44:37 -04:00
2015-06-01 06:16:29 -04:00
2015-06-01 06:16:29 -04:00
2014-04-23 12:44:42 +01:00
2013-04-19 11:30:49 +01:00
2014-02-19 09:16:31 +01:00
2014-02-19 09:16:31 +01:00
2013-09-02 16:53:39 -04:00
2013-04-19 11:30:49 +01:00
2012-01-13 16:10:43 -07:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-11-08 09:44:42 +01:00
2013-11-08 09:44:42 +01:00
2013-11-08 09:44:42 +01:00
2013-11-08 09:44:42 +01:00
2015-08-09 21:40:40 -04:00
2015-08-09 21:35:00 -04:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2015-09-22 16:09:28 +02:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2015-05-15 15:37:51 -04:00
2015-05-15 15:37:51 -04:00
2015-05-15 15:37:51 -04:00
2015-05-15 15:37:51 -04:00
2013-06-28 09:52:00 +02:00
2014-06-27 07:00:51 +02:00
2014-06-27 07:00:51 +02:00
2015-02-11 09:45:22 +01:00
2015-02-11 09:41:36 +01:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2013-09-02 16:53:39 -04:00
2013-08-20 10:39:03 -06:00
2014-09-05 08:35:34 +02:00
2014-07-14 11:10:09 +02:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2013-11-11 16:01:25 +01:00
2013-11-11 16:01:25 +01:00
2013-09-02 16:53:39 -04:00
2012-08-20 19:13:33 +02:00
2014-07-11 10:36:08 +02:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2013-09-02 16:53:39 -04:00
2014-04-24 16:06:18 +02:00
2013-09-02 16:53:39 -04:00
2012-03-15 12:24:56 +08:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2015-06-18 08:17:20 -04:00
2015-06-18 08:17:20 -04:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2014-02-11 13:43:55 +01:00
2014-02-11 13:43:55 +01:00
2014-11-24 22:05:55 +01:00
2014-11-24 22:20:13 +01:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2015-07-08 16:30:42 +02:00
2014-10-03 22:43:09 +02:00
2014-10-03 22:43:08 +02:00
2014-10-03 22:43:09 +02:00
2015-07-08 16:30:42 +02:00
2015-07-08 16:30:42 +02:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-05-15 12:05:22 -04:00
2015-06-18 10:10:26 +02:00
2013-05-15 12:05:22 -04:00
2015-06-18 10:10:26 +02:00
2015-06-18 10:10:26 +02:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2014-08-08 14:34:20 +02:00
2014-08-08 14:34:20 +02:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00
2015-06-11 14:17:46 +02:00
2014-09-16 15:38:34 +02:00
2013-05-09 14:25:11 +02:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2012-05-15 17:07:34 +01:00
2013-04-25 14:54:46 +02:00
2012-08-02 12:13:48 +02:00
2012-08-02 12:13:48 +02:00
2012-08-02 12:13:48 +02:00
2013-09-02 16:53:39 -04:00
2012-08-02 12:13:48 +02:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2013-09-02 16:53:39 -04:00
2012-11-21 18:43:15 +01:00
2015-04-13 12:33:41 +02:00
2015-04-13 12:33:41 +02:00
2013-09-02 16:53:39 -04:00
2012-09-13 17:22:37 +08:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2015-01-30 13:51:22 +01:00
2014-09-16 10:34:37 +02:00
2013-05-22 16:31:27 +02:00
2013-01-22 10:40:45 -07:00
2012-12-17 14:02:58 +08:00
2015-02-10 09:05:36 +01:00
2015-01-12 15:47:52 +01:00
2014-11-24 22:18:18 +01:00
2014-11-24 22:18:18 +01:00
2014-11-24 22:18:18 +01:00
2014-11-24 22:18:18 +01:00
2014-11-24 22:18:18 +01:00
2015-01-12 15:47:52 +01:00
2014-11-24 22:18:18 +01:00
2014-11-24 22:18:18 +01:00
2014-11-24 22:18:18 +01:00
2014-11-24 22:18:18 +01:00
2014-11-24 22:18:18 +01:00
2014-11-24 22:18:18 +01:00
2014-11-24 22:18:18 +01:00
2014-11-24 22:18:18 +01:00
2014-11-24 22:18:18 +01:00
2014-11-24 22:18:18 +01:00
2013-09-02 16:53:39 -04:00
2013-04-25 13:05:10 +02:00
2015-02-10 13:05:22 +01:00
2013-03-14 15:53:20 -06:00
2015-02-10 13:05:22 +01:00
2013-12-06 11:03:56 +01:00
2013-09-26 08:48:38 +02:00
2015-02-10 13:05:22 +01:00
2013-04-25 13:05:10 +02:00
2015-02-10 13:05:22 +01:00
2014-07-25 09:34:53 +02:00
2015-02-10 13:05:22 +01:00
2013-04-25 13:05:10 +02:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2015-06-24 15:26:32 +02:00
2015-06-24 15:26:32 +02:00
2013-09-02 16:53:39 -04:00
2012-05-08 16:57:37 -06:00
2015-06-24 15:26:31 +02:00
2015-06-24 15:26:31 +02:00
2013-09-02 16:53:39 -04:00
2014-06-23 16:34:53 +03:00