Show a series.

GET /api/series/497651/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 497651,
    "url": "http://patchwork.ozlabs.org/api/series/497651/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/list/?series=497651",
    "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": "vmstate: Implement VMS_ARRAY_OF_POINTER_AUTO_ALLOC",
    "date": "2026-03-26T21:05:22",
    "submitter": {
        "id": 67717,
        "url": "http://patchwork.ozlabs.org/api/people/67717/?format=api",
        "name": "Peter Xu",
        "email": "peterx@redhat.com"
    },
    "version": 2,
    "total": 11,
    "received_total": 11,
    "received_all": true,
    "mbox": "http://patchwork.ozlabs.org/series/497651/mbox/",
    "cover_letter": {
        "id": 2216579,
        "url": "http://patchwork.ozlabs.org/api/covers/2216579/?format=api",
        "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/cover/20260326210532.379027-1-peterx@redhat.com/",
        "msgid": "<20260326210532.379027-1-peterx@redhat.com>",
        "list_archive_url": null,
        "date": "2026-03-26T21:05:21",
        "name": "[RFC,v2,00/11] vmstate: Implement VMS_ARRAY_OF_POINTER_AUTO_ALLOC",
        "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/cover/20260326210532.379027-1-peterx@redhat.com/mbox/"
    },
    "patches": [
        {
            "id": 2216578,
            "url": "http://patchwork.ozlabs.org/api/patches/2216578/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20260326210532.379027-2-peterx@redhat.com/",
            "msgid": "<20260326210532.379027-2-peterx@redhat.com>",
            "list_archive_url": null,
            "date": "2026-03-26T21:05:22",
            "name": "[RFC,v2,01/11] vmstate: Pass in struct itself for VMSTATE_ARRAY_OF_POINTER",
            "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20260326210532.379027-2-peterx@redhat.com/mbox/"
        },
        {
            "id": 2216582,
            "url": "http://patchwork.ozlabs.org/api/patches/2216582/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20260326210532.379027-3-peterx@redhat.com/",
            "msgid": "<20260326210532.379027-3-peterx@redhat.com>",
            "list_archive_url": null,
            "date": "2026-03-26T21:05:23",
            "name": "[RFC,v2,02/11] vmstate: Pass in struct itself for VMSTATE_VARRAY_OF_POINTER_UINT32",
            "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20260326210532.379027-3-peterx@redhat.com/mbox/"
        },
        {
            "id": 2216581,
            "url": "http://patchwork.ozlabs.org/api/patches/2216581/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20260326210532.379027-4-peterx@redhat.com/",
            "msgid": "<20260326210532.379027-4-peterx@redhat.com>",
            "list_archive_url": null,
            "date": "2026-03-26T21:05:24",
            "name": "[RFC,v2,03/11] vmstate: Do not set size for VMS_ARRAY_OF_POINTER",
            "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20260326210532.379027-4-peterx@redhat.com/mbox/"
        },
        {
            "id": 2216580,
            "url": "http://patchwork.ozlabs.org/api/patches/2216580/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20260326210532.379027-5-peterx@redhat.com/",
            "msgid": "<20260326210532.379027-5-peterx@redhat.com>",
            "list_archive_url": null,
            "date": "2026-03-26T21:05:25",
            "name": "[RFC,v2,04/11] vmstate: Update max_elems early and check field compressable once",
            "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20260326210532.379027-5-peterx@redhat.com/mbox/"
        },
        {
            "id": 2216584,
            "url": "http://patchwork.ozlabs.org/api/patches/2216584/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20260326210532.379027-6-peterx@redhat.com/",
            "msgid": "<20260326210532.379027-6-peterx@redhat.com>",
            "list_archive_url": null,
            "date": "2026-03-26T21:05:26",
            "name": "[RFC,v2,05/11] vmstate: Rename VMS_NULLPTR_MARKER to VMS_MARKER_PTR_NULL",
            "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20260326210532.379027-6-peterx@redhat.com/mbox/"
        },
        {
            "id": 2216583,
            "url": "http://patchwork.ozlabs.org/api/patches/2216583/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20260326210532.379027-7-peterx@redhat.com/",
            "msgid": "<20260326210532.379027-7-peterx@redhat.com>",
            "list_archive_url": null,
            "date": "2026-03-26T21:05:27",
            "name": "[RFC,v2,06/11] vmstate: Introduce vmstate_save_field_with_vmdesc()",
            "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20260326210532.379027-7-peterx@redhat.com/mbox/"
        },
        {
            "id": 2216586,
            "url": "http://patchwork.ozlabs.org/api/patches/2216586/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20260326210532.379027-8-peterx@redhat.com/",
            "msgid": "<20260326210532.379027-8-peterx@redhat.com>",
            "list_archive_url": null,
            "date": "2026-03-26T21:05:28",
            "name": "[RFC,v2,07/11] vmstate: Allow vmstate_info_nullptr to emit non-NULL markers",
            "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20260326210532.379027-8-peterx@redhat.com/mbox/"
        },
        {
            "id": 2216588,
            "url": "http://patchwork.ozlabs.org/api/patches/2216588/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20260326210532.379027-9-peterx@redhat.com/",
            "msgid": "<20260326210532.379027-9-peterx@redhat.com>",
            "list_archive_url": null,
            "date": "2026-03-26T21:05:29",
            "name": "[RFC,v2,08/11] vmstate: Implement load of ptr marker in vmstate core",
            "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20260326210532.379027-9-peterx@redhat.com/mbox/"
        },
        {
            "id": 2216587,
            "url": "http://patchwork.ozlabs.org/api/patches/2216587/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20260326210532.379027-10-peterx@redhat.com/",
            "msgid": "<20260326210532.379027-10-peterx@redhat.com>",
            "list_archive_url": null,
            "date": "2026-03-26T21:05:30",
            "name": "[RFC,v2,09/11] vmstate: Implement VMS_ARRAY_OF_POINTER_AUTO_ALLOC",
            "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20260326210532.379027-10-peterx@redhat.com/mbox/"
        },
        {
            "id": 2216589,
            "url": "http://patchwork.ozlabs.org/api/patches/2216589/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20260326210532.379027-11-peterx@redhat.com/",
            "msgid": "<20260326210532.379027-11-peterx@redhat.com>",
            "list_archive_url": null,
            "date": "2026-03-26T21:05:31",
            "name": "[RFC,v2,10/11] vmstate: Stop checking size for nullptr compression",
            "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20260326210532.379027-11-peterx@redhat.com/mbox/"
        },
        {
            "id": 2216585,
            "url": "http://patchwork.ozlabs.org/api/patches/2216585/?format=api",
            "web_url": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20260326210532.379027-12-peterx@redhat.com/",
            "msgid": "<20260326210532.379027-12-peterx@redhat.com>",
            "list_archive_url": null,
            "date": "2026-03-26T21:05:32",
            "name": "[RFC,v2,11/11] tests/unit/test-vmstate: add tests for VMS_ARRAY_OF_POINTER_AUTO_ALLOC",
            "mbox": "http://patchwork.ozlabs.org/project/qemu-devel/patch/20260326210532.379027-12-peterx@redhat.com/mbox/"
        }
    ]
}