get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

GET /api/patches/51187/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 51187,
    "url": "https://patches.dpdk.org/api/patches/51187/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20190314144752.13812-1-marcinx.hajkowski@intel.com/",
    "project": {
        "id": 1,
        "url": "https://patches.dpdk.org/api/projects/1/?format=api",
        "name": "DPDK",
        "link_name": "dpdk",
        "list_id": "dev.dpdk.org",
        "list_email": "dev@dpdk.org",
        "web_url": "http://core.dpdk.org",
        "scm_url": "git://dpdk.org/dpdk",
        "webscm_url": "http://git.dpdk.org/dpdk",
        "list_archive_url": "https://inbox.dpdk.org/dev",
        "list_archive_url_format": "https://inbox.dpdk.org/dev/{}",
        "commit_url_format": ""
    },
    "msgid": "<20190314144752.13812-1-marcinx.hajkowski@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190314144752.13812-1-marcinx.hajkowski@intel.com",
    "date": "2019-03-14T14:47:48",
    "name": "[0/4] bidirect guest channel",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1246,
        "url": "https://patches.dpdk.org/api/people/1246/?format=api",
        "name": "Marcin Hajkowski",
        "email": "marcinx.hajkowski@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20190314144752.13812-1-marcinx.hajkowski@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/51187/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/51187/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@dpdk.org",
        "Delivered-To": "patchwork@dpdk.org",
        "Received": [
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id D9C024C96;\n\tThu, 14 Mar 2019 15:51:47 +0100 (CET)",
            "from mga09.intel.com (mga09.intel.com [134.134.136.24])\n\tby dpdk.org (Postfix) with ESMTP id 91CF72C17\n\tfor <dev@dpdk.org>; Thu, 14 Mar 2019 15:51:46 +0100 (CET)",
            "from fmsmga002.fm.intel.com ([10.253.24.26])\n\tby orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t14 Mar 2019 07:51:44 -0700",
            "from mhajkowx-mobl.ger.corp.intel.com ([10.104.14.190])\n\tby fmsmga002.fm.intel.com with ESMTP; 14 Mar 2019 07:51:42 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.58,478,1544515200\"; d=\"scan'208\";a=\"151697811\"",
        "From": "Hajkowski <marcinx.hajkowski@intel.com>",
        "To": "david.hunt@intel.com",
        "Cc": "dev@dpdk.org,\n\tMarcin Hajkowski <marcinx.hajkowski@intel.com>",
        "Date": "Thu, 14 Mar 2019 15:47:48 +0100",
        "Message-Id": "<20190314144752.13812-1-marcinx.hajkowski@intel.com>",
        "X-Mailer": "git-send-email 2.20.1.windows.1",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=\"us-ascii\"",
        "Content-Transfer-Encoding": "7bit",
        "Subject": "[dpdk-dev] [PATCH 0/4] bidirect guest channel",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "From: Marcin Hajkowski <marcinx.hajkowski@intel.com>\n\nExtend guest channel API to allow bidirectional\ncommunication. Modify power manager host and guest\nside to communicate in both directions.\n\nMarcin Hajkowski (4):\n  power: fix invalid socket indicator value\n  power: extend guest channel api for reading\n  power: process incoming confirmation cmds\n  power: send confirmation cmd to vm guest\n\n examples/vm_power_manager/channel_monitor.c   | 64 +++++++++++++++--\n examples/vm_power_manager/guest_cli/Makefile  |  1 +\n .../guest_cli/vm_power_cli_guest.c            | 65 +++++++++++++----\n lib/librte_power/channel_commands.h           |  5 ++\n lib/librte_power/guest_channel.c              | 69 +++++++++++++++++--\n lib/librte_power/guest_channel.h              | 35 ++++++++++\n lib/librte_power/rte_power_version.map        |  1 +\n 7 files changed, 216 insertions(+), 24 deletions(-)",
    "diff": null,
    "prefixes": [
        "0/4"
    ]
}