Series Detail
Show a series.
GET /api/series/3931/?format=api
{ "id": 3931, "url": "http://patchwork.ozlabs.org/api/series/3931/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/list/?series=3931", "project": { "id": 14, "url": "http://patchwork.ozlabs.org/api/projects/14/?format=api", "name": "QEMU Development", "link_name": "qemu-devel", "list_id": "qemu-devel.nongnu.org", "list_email": "qemu-devel@nongnu.org", "web_url": "", "scm_url": "", "webscm_url": "", "list_archive_url": "", "list_archive_url_format": "", "commit_url_format": "" }, "name": "vhost-user-scsi: code clean-up", "date": "2017-09-19T16:51:59", "submitter": { "id": 66774, "url": "http://patchwork.ozlabs.org/api/people/66774/?format=api", "name": "Marc-André Lureau", "email": "marcandre.lureau@redhat.com" }, "version": 2, "total": 27, "received_total": 27, "received_all": true, "mbox": "http://patchwork.ozlabs.org/series/3931/mbox/", "cover_letter": { "id": 815704, "url": "http://patchwork.ozlabs.org/api/covers/815704/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/cover/20170919165226.23022-1-marcandre.lureau@redhat.com/", "msgid": "<20170919165226.23022-1-marcandre.lureau@redhat.com>", "list_archive_url": null, "date": "2017-09-19T16:51:59", "name": "[v2,00/27] vhost-user-scsi: code clean-up", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/cover/20170919165226.23022-1-marcandre.lureau@redhat.com/mbox/" }, "patches": [ { "id": 815707, "url": "http://patchwork.ozlabs.org/api/patches/815707/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-2-marcandre.lureau@redhat.com/", "msgid": "<20170919165226.23022-2-marcandre.lureau@redhat.com>", "list_archive_url": null, "date": "2017-09-19T16:52:00", "name": "[v2,01/27] glib-compat: move G_SOURCE_CONTINUE/REMOVE there", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-2-marcandre.lureau@redhat.com/mbox/" }, { "id": 815709, "url": "http://patchwork.ozlabs.org/api/patches/815709/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-3-marcandre.lureau@redhat.com/", "msgid": "<20170919165226.23022-3-marcandre.lureau@redhat.com>", "list_archive_url": null, "date": "2017-09-19T16:52:01", "name": "[v2,02/27] build-sys: fix libvhost-user.a build", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-3-marcandre.lureau@redhat.com/mbox/" }, { "id": 815706, "url": "http://patchwork.ozlabs.org/api/patches/815706/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-4-marcandre.lureau@redhat.com/", "msgid": "<20170919165226.23022-4-marcandre.lureau@redhat.com>", "list_archive_url": null, "date": "2017-09-19T16:52:02", "name": "[v2,03/27] build-sys: make vhost-user-scsi depend on libvhost-user.a", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-4-marcandre.lureau@redhat.com/mbox/" }, { "id": 815710, "url": "http://patchwork.ozlabs.org/api/patches/815710/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-5-marcandre.lureau@redhat.com/", "msgid": "<20170919165226.23022-5-marcandre.lureau@redhat.com>", "list_archive_url": null, "date": "2017-09-19T16:52:03", "name": "[v2,04/27] libvhost-user: drop dependency on glib", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-5-marcandre.lureau@redhat.com/mbox/" }, { "id": 815726, "url": "http://patchwork.ozlabs.org/api/patches/815726/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-6-marcandre.lureau@redhat.com/", "msgid": "<20170919165226.23022-6-marcandre.lureau@redhat.com>", "list_archive_url": null, "date": "2017-09-19T16:52:04", "name": "[v2,05/27] libvhost-user: improve vu_queue_pop() doc", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-6-marcandre.lureau@redhat.com/mbox/" }, { "id": 815731, "url": "http://patchwork.ozlabs.org/api/patches/815731/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-7-marcandre.lureau@redhat.com/", "msgid": "<20170919165226.23022-7-marcandre.lureau@redhat.com>", "list_archive_url": null, "date": "2017-09-19T16:52:05", "name": "[v2,06/27] vhost-user-scsi: use g_strdup()", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-7-marcandre.lureau@redhat.com/mbox/" }, { "id": 815735, "url": "http://patchwork.ozlabs.org/api/patches/815735/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-8-marcandre.lureau@redhat.com/", "msgid": "<20170919165226.23022-8-marcandre.lureau@redhat.com>", "list_archive_url": null, "date": "2017-09-19T16:52:06", "name": "[v2,07/27] vhost-user-scsi: connect unix socket before allocating", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-8-marcandre.lureau@redhat.com/mbox/" }, { "id": 815714, "url": "http://patchwork.ozlabs.org/api/patches/815714/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-9-marcandre.lureau@redhat.com/", "msgid": "<20170919165226.23022-9-marcandre.lureau@redhat.com>", "list_archive_url": null, "date": "2017-09-19T16:52:07", "name": "[v2,08/27] vhost-user-scsi: code style fixes", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-9-marcandre.lureau@redhat.com/mbox/" }, { "id": 815719, "url": "http://patchwork.ozlabs.org/api/patches/815719/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-10-marcandre.lureau@redhat.com/", "msgid": "<20170919165226.23022-10-marcandre.lureau@redhat.com>", "list_archive_url": null, "date": "2017-09-19T16:52:08", "name": "[v2,09/27] vhost-user-scsi: use glib allocation", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-10-marcandre.lureau@redhat.com/mbox/" }, { "id": 815738, "url": "http://patchwork.ozlabs.org/api/patches/815738/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-11-marcandre.lureau@redhat.com/", "msgid": "<20170919165226.23022-11-marcandre.lureau@redhat.com>", "list_archive_url": null, "date": "2017-09-19T16:52:09", "name": "[v2,10/27] vhost-user-scsi: glib calls that allocate don't return NULL", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-11-marcandre.lureau@redhat.com/mbox/" }, { "id": 815723, "url": "http://patchwork.ozlabs.org/api/patches/815723/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-12-marcandre.lureau@redhat.com/", "msgid": "<20170919165226.23022-12-marcandre.lureau@redhat.com>", "list_archive_url": null, "date": "2017-09-19T16:52:10", "name": "[v2,11/27] vhost-user-scsi: also free the gtree", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-12-marcandre.lureau@redhat.com/mbox/" }, { "id": 815727, "url": "http://patchwork.ozlabs.org/api/patches/815727/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-13-marcandre.lureau@redhat.com/", "msgid": "<20170919165226.23022-13-marcandre.lureau@redhat.com>", "list_archive_url": null, "date": "2017-09-19T16:52:11", "name": "[v2,12/27] vhost-user-scsi: remove vdev_scsi_find_by_vu()", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-13-marcandre.lureau@redhat.com/mbox/" }, { "id": 815741, "url": "http://patchwork.ozlabs.org/api/patches/815741/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-14-marcandre.lureau@redhat.com/", "msgid": "<20170919165226.23022-14-marcandre.lureau@redhat.com>", "list_archive_url": null, "date": "2017-09-19T16:52:12", "name": "[v2,13/27] vhost-user-scsi: simplify unix path cleanup", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-14-marcandre.lureau@redhat.com/mbox/" }, { "id": 815721, "url": "http://patchwork.ozlabs.org/api/patches/815721/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-15-marcandre.lureau@redhat.com/", "msgid": "<20170919165226.23022-15-marcandre.lureau@redhat.com>", "list_archive_url": null, "date": "2017-09-19T16:52:13", "name": "[v2,14/27] vhost-user-scsi: use NULL pointer", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-15-marcandre.lureau@redhat.com/mbox/" }, { "id": 815724, "url": "http://patchwork.ozlabs.org/api/patches/815724/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-16-marcandre.lureau@redhat.com/", "msgid": "<20170919165226.23022-16-marcandre.lureau@redhat.com>", "list_archive_url": null, "date": "2017-09-19T16:52:14", "name": "[v2,15/27] vhost-user-scsi: assert() in iscsi_add_lun()", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-16-marcandre.lureau@redhat.com/mbox/" }, { "id": 815732, "url": "http://patchwork.ozlabs.org/api/patches/815732/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-17-marcandre.lureau@redhat.com/", "msgid": "<20170919165226.23022-17-marcandre.lureau@redhat.com>", "list_archive_url": null, "date": "2017-09-19T16:52:15", "name": "[v2,16/27] vhost-user-scsi: remove vdev_scsi_add_iscsi_lun()", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-17-marcandre.lureau@redhat.com/mbox/" }, { "id": 815725, "url": "http://patchwork.ozlabs.org/api/patches/815725/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-18-marcandre.lureau@redhat.com/", "msgid": "<20170919165226.23022-18-marcandre.lureau@redhat.com>", "list_archive_url": null, "date": "2017-09-19T16:52:16", "name": "[v2,17/27] vhost-user-scsi: remove VUS_MAX_LUNS", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-18-marcandre.lureau@redhat.com/mbox/" }, { "id": 815728, "url": "http://patchwork.ozlabs.org/api/patches/815728/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-19-marcandre.lureau@redhat.com/", "msgid": "<20170919165226.23022-19-marcandre.lureau@redhat.com>", "list_archive_url": null, "date": "2017-09-19T16:52:17", "name": "[v2,18/27] vhost-user-scsi: remove unimplemented functions", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-19-marcandre.lureau@redhat.com/mbox/" }, { "id": 815736, "url": "http://patchwork.ozlabs.org/api/patches/815736/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-20-marcandre.lureau@redhat.com/", "msgid": "<20170919165226.23022-20-marcandre.lureau@redhat.com>", "list_archive_url": null, "date": "2017-09-19T16:52:18", "name": "[v2,19/27] vhost-user-scsi: rename VUS types", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-20-marcandre.lureau@redhat.com/mbox/" }, { "id": 815729, "url": "http://patchwork.ozlabs.org/api/patches/815729/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-21-marcandre.lureau@redhat.com/", "msgid": "<20170919165226.23022-21-marcandre.lureau@redhat.com>", "list_archive_url": null, "date": "2017-09-19T16:52:19", "name": "[v2,20/27] vhost-user-scsi: avoid use of iscsi_ namespace", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-21-marcandre.lureau@redhat.com/mbox/" }, { "id": 815734, "url": "http://patchwork.ozlabs.org/api/patches/815734/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-22-marcandre.lureau@redhat.com/", "msgid": "<20170919165226.23022-22-marcandre.lureau@redhat.com>", "list_archive_url": null, "date": "2017-09-19T16:52:20", "name": "[v2,21/27] vhost-user-scsi: don't copy iscsi/scsi-lowlevel.h", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-22-marcandre.lureau@redhat.com/mbox/" }, { "id": 815739, "url": "http://patchwork.ozlabs.org/api/patches/815739/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-23-marcandre.lureau@redhat.com/", "msgid": "<20170919165226.23022-23-marcandre.lureau@redhat.com>", "list_archive_url": null, "date": "2017-09-19T16:52:21", "name": "[v2,22/27] vhost-user-scsi: drop extra callback pointer", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-23-marcandre.lureau@redhat.com/mbox/" }, { "id": 815740, "url": "http://patchwork.ozlabs.org/api/patches/815740/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-24-marcandre.lureau@redhat.com/", "msgid": "<20170919165226.23022-24-marcandre.lureau@redhat.com>", "list_archive_url": null, "date": "2017-09-19T16:52:22", "name": "[v2,23/27] vhost-user-scsi: simplify source handling", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-24-marcandre.lureau@redhat.com/mbox/" }, { "id": 815743, "url": "http://patchwork.ozlabs.org/api/patches/815743/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-25-marcandre.lureau@redhat.com/", "msgid": "<20170919165226.23022-25-marcandre.lureau@redhat.com>", "list_archive_url": null, "date": "2017-09-19T16:52:23", "name": "[v2,24/27] vhost-user-scsi: use glib logging", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-25-marcandre.lureau@redhat.com/mbox/" }, { "id": 815742, "url": "http://patchwork.ozlabs.org/api/patches/815742/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-26-marcandre.lureau@redhat.com/", "msgid": "<20170919165226.23022-26-marcandre.lureau@redhat.com>", "list_archive_url": null, "date": "2017-09-19T16:52:24", "name": "[v2,25/27] libvhost-user: add glib source helper", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-26-marcandre.lureau@redhat.com/mbox/" }, { "id": 815746, "url": "http://patchwork.ozlabs.org/api/patches/815746/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-27-marcandre.lureau@redhat.com/", "msgid": "<20170919165226.23022-27-marcandre.lureau@redhat.com>", "list_archive_url": null, "date": "2017-09-19T16:52:25", "name": "[v2,26/27] vhost-user-scsi: use libvhost-user glib helper", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-27-marcandre.lureau@redhat.com/mbox/" }, { "id": 815747, "url": "http://patchwork.ozlabs.org/api/patches/815747/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-28-marcandre.lureau@redhat.com/", "msgid": "<20170919165226.23022-28-marcandre.lureau@redhat.com>", "list_archive_url": null, "date": "2017-09-19T16:52:26", "name": "[v2,27/27] vhost-user-scsi: remove server_sock from VusDev", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170919165226.23022-28-marcandre.lureau@redhat.com/mbox/" } ] }