Series Detail
Show a series.
GET /api/series/1006/?format=api
{ "id": 1006, "url": "http://patchwork.ozlabs.org/api/series/1006/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/list/?series=1006", "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": "scripts/qemu.py fixes and cleanups", "date": "2017-09-01T11:28:16", "submitter": { "id": 71999, "url": "http://patchwork.ozlabs.org/api/people/71999/?format=api", "name": "Amador Pahim", "email": "apahim@redhat.com" }, "version": 8, "total": 13, "received_total": 13, "received_all": true, "mbox": "http://patchwork.ozlabs.org/series/1006/mbox/", "cover_letter": { "id": 808639, "url": "http://patchwork.ozlabs.org/api/covers/808639/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/cover/20170901112829.2571-1-apahim@redhat.com/", "msgid": "<20170901112829.2571-1-apahim@redhat.com>", "list_archive_url": null, "date": "2017-09-01T11:28:16", "name": "[v8,00/13] scripts/qemu.py fixes and cleanups", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/cover/20170901112829.2571-1-apahim@redhat.com/mbox/" }, "patches": [ { "id": 808643, "url": "http://patchwork.ozlabs.org/api/patches/808643/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170901112829.2571-2-apahim@redhat.com/", "msgid": "<20170901112829.2571-2-apahim@redhat.com>", "list_archive_url": null, "date": "2017-09-01T11:28:17", "name": "[v8,01/13] qemu.py: fix is_running() return before first launch()", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170901112829.2571-2-apahim@redhat.com/mbox/" }, { "id": 808640, "url": "http://patchwork.ozlabs.org/api/patches/808640/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170901112829.2571-3-apahim@redhat.com/", "msgid": "<20170901112829.2571-3-apahim@redhat.com>", "list_archive_url": null, "date": "2017-09-01T11:28:18", "name": "[v8,02/13] qemu.py: avoid writing to stdout/stderr", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170901112829.2571-3-apahim@redhat.com/mbox/" }, { "id": 808641, "url": "http://patchwork.ozlabs.org/api/patches/808641/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170901112829.2571-4-apahim@redhat.com/", "msgid": "<20170901112829.2571-4-apahim@redhat.com>", "list_archive_url": null, "date": "2017-09-01T11:28:19", "name": "[v8,03/13] qemu.py: use os.path.null instead of /dev/null", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170901112829.2571-4-apahim@redhat.com/mbox/" }, { "id": 808648, "url": "http://patchwork.ozlabs.org/api/patches/808648/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170901112829.2571-5-apahim@redhat.com/", "msgid": "<20170901112829.2571-5-apahim@redhat.com>", "list_archive_url": null, "date": "2017-09-01T11:28:20", "name": "[v8,04/13] qemu.py: improve message on negative exit code", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170901112829.2571-5-apahim@redhat.com/mbox/" }, { "id": 808645, "url": "http://patchwork.ozlabs.org/api/patches/808645/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170901112829.2571-6-apahim@redhat.com/", "msgid": "<20170901112829.2571-6-apahim@redhat.com>", "list_archive_url": null, "date": "2017-09-01T11:28:21", "name": "[v8,05/13] qemu.py: include debug information on launch error", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170901112829.2571-6-apahim@redhat.com/mbox/" }, { "id": 808642, "url": "http://patchwork.ozlabs.org/api/patches/808642/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170901112829.2571-7-apahim@redhat.com/", "msgid": "<20170901112829.2571-7-apahim@redhat.com>", "list_archive_url": null, "date": "2017-09-01T11:28:22", "name": "[v8,06/13] qemu.py: make sure we only remove files we create", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170901112829.2571-7-apahim@redhat.com/mbox/" }, { "id": 808644, "url": "http://patchwork.ozlabs.org/api/patches/808644/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170901112829.2571-8-apahim@redhat.com/", "msgid": "<20170901112829.2571-8-apahim@redhat.com>", "list_archive_url": null, "date": "2017-09-01T11:28:23", "name": "[v8,07/13] qemu.py: close _qemu_log_path on cleanup", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170901112829.2571-8-apahim@redhat.com/mbox/" }, { "id": 808647, "url": "http://patchwork.ozlabs.org/api/patches/808647/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170901112829.2571-9-apahim@redhat.com/", "msgid": "<20170901112829.2571-9-apahim@redhat.com>", "list_archive_url": null, "date": "2017-09-01T11:28:24", "name": "[v8,08/13] qemu.py: refactor launch()", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170901112829.2571-9-apahim@redhat.com/mbox/" }, { "id": 808649, "url": "http://patchwork.ozlabs.org/api/patches/808649/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170901112829.2571-10-apahim@redhat.com/", "msgid": "<20170901112829.2571-10-apahim@redhat.com>", "list_archive_url": null, "date": "2017-09-01T11:28:25", "name": "[v8,09/13] qemu.py: always cleanup on shutdown()", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170901112829.2571-10-apahim@redhat.com/mbox/" }, { "id": 808651, "url": "http://patchwork.ozlabs.org/api/patches/808651/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170901112829.2571-11-apahim@redhat.com/", "msgid": "<20170901112829.2571-11-apahim@redhat.com>", "list_archive_url": null, "date": "2017-09-01T11:28:26", "name": "[v8,10/13] qemu.py: use poll() instead of 'returncode'", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170901112829.2571-11-apahim@redhat.com/mbox/" }, { "id": 808650, "url": "http://patchwork.ozlabs.org/api/patches/808650/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170901112829.2571-12-apahim@redhat.com/", "msgid": "<20170901112829.2571-12-apahim@redhat.com>", "list_archive_url": null, "date": "2017-09-01T11:28:27", "name": "[v8,11/13] qemu.py: cleanup redundant calls in launch()", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170901112829.2571-12-apahim@redhat.com/mbox/" }, { "id": 808654, "url": "http://patchwork.ozlabs.org/api/patches/808654/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170901112829.2571-13-apahim@redhat.com/", "msgid": "<20170901112829.2571-13-apahim@redhat.com>", "list_archive_url": null, "date": "2017-09-01T11:28:28", "name": "[v8,12/13] qemu.py: launch vm only if it's not running", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170901112829.2571-13-apahim@redhat.com/mbox/" }, { "id": 808656, "url": "http://patchwork.ozlabs.org/api/patches/808656/?format=api", "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170901112829.2571-14-apahim@redhat.com/", "msgid": "<20170901112829.2571-14-apahim@redhat.com>", "list_archive_url": null, "date": "2017-09-01T11:28:29", "name": "[v8,13/13] qemu.py: don't launch again before shutdown()", "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20170901112829.2571-14-apahim@redhat.com/mbox/" } ] }