Markus Armbruster
bce800869b
hw/rdma: Replace QList by GQueue
...
RdmaProtectedQList provides a thread-safe queue of int64_t on top of a
QList.
rdma_protected_qlist_destroy() calls qlist_destroy_obj() directly.
qlist_destroy_obj() is actually for use by qobject_destroy() only.
The next commit will make that obvious.
The minimal fix would be calling qobject_unref() instead. But QList
is actually a bad fit here. It's designed for representing JSON
arrays. We're better off with a GQueue here. Replace.
Cc: Yuval Shaia <yuval.shaia.ml@gmail.com>
Cc: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20201211171152.146877-8-armbru@redhat.com>
2020-12-19 10:38:43 +01:00
..
2020-11-05 15:21:11 +01:00
2020-12-09 13:04:17 -05:00
2020-08-21 06:30:32 -04:00
2020-12-10 12:15:18 -05:00
2020-12-15 21:24:31 +00:00
2020-12-15 10:02:07 -05:00
2020-12-10 12:15:18 -05:00
2020-12-15 16:58:27 +00:00
2020-12-10 12:15:10 -05:00
2020-12-19 10:20:14 +01:00
2020-09-22 16:48:29 -04:00
2020-12-10 12:15:07 -05:00
2020-12-13 17:54:55 +01:00
2020-12-10 12:15:04 -05:00
2020-11-15 17:04:40 +01:00
2020-12-10 12:15:18 -05:00
2020-09-23 16:07:44 +01:00
2020-11-15 17:04:40 +01:00
2020-12-16 14:06:52 -05:00
2020-12-01 15:23:05 +00:00
2020-12-13 17:54:55 +01:00
2020-12-17 21:56:43 -08:00
2020-09-18 14:12:32 -04:00
2020-09-18 14:12:32 -04:00
2020-12-09 13:04:17 -05:00
2020-12-10 12:15:18 -05:00
2020-12-12 18:06:01 +01:00
2020-11-15 17:04:40 +01:00
2020-12-15 12:51:55 -05:00
2020-12-13 20:26:02 +01:00
2020-12-15 16:58:27 +00:00
2020-12-10 12:15:08 -05:00
2020-12-19 10:20:14 +01:00
2020-12-15 21:24:31 +00:00
2020-08-21 06:30:25 -04:00
2020-12-10 12:15:18 -05:00
2020-12-15 12:04:30 +00:00
2020-12-15 12:52:00 -05:00
2020-11-15 17:04:40 +01:00
2020-12-13 17:07:05 +01:00
2020-08-27 14:04:55 -04:00
2020-12-15 12:51:55 -05:00
2020-12-19 10:38:43 +01:00
2020-12-17 21:56:44 -08:00
2020-10-18 16:21:42 +01:00
2020-12-10 12:15:06 -05:00
2020-12-15 10:02:07 -05:00
2020-12-15 12:52:04 -05:00
2020-12-10 12:15:03 -05:00
2020-08-21 06:30:25 -04:00
2020-12-10 12:15:06 -05:00
2020-12-10 12:15:08 -05:00
2020-12-10 12:15:18 -05:00
2020-12-10 12:15:18 -05:00
2020-12-10 12:15:04 -05:00
2020-11-17 12:56:32 +00:00
2020-11-15 16:44:18 +01:00
2020-11-15 16:40:30 +01:00
2020-08-21 06:30:33 -04:00
2020-12-15 21:24:31 +00:00
2020-12-15 10:02:07 -05:00
2020-12-15 12:51:52 -05:00
2020-12-11 11:38:10 +01:00
2020-12-13 17:02:42 +01:00
2020-08-21 06:30:33 -04:00
2020-12-15 12:51:55 -05:00
2020-12-10 11:30:44 +00:00
2020-08-21 06:30:33 -04:00