]> git.proxmox.com Git - pve-qemu-kvm.git/blame - debian/patches/pve/0039-qapi-qmp_mashal_-renames-for-get_link_status.patch
bump version to 2.6.2-2
[pve-qemu-kvm.git] / debian / patches / pve / 0039-qapi-qmp_mashal_-renames-for-get_link_status.patch
CommitLineData
6fb04df7 1From 0c87d830e293ad329e1ac175475cd149ce189177 Mon Sep 17 00:00:00 2001
ca0fe5f5
WB
2From: Wolfgang Bumiller <w.bumiller@proxmox.com>
3Date: Thu, 10 Dec 2015 15:21:59 +0100
6fb04df7 4Subject: [PATCH 39/55] qapi: qmp_mashal_* renames for get_link_status
ca0fe5f5
WB
5
6As per 7fad30f0:
7qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()
8
9For-patch: qmp: add get_link_status
10---
11 qmp-commands.hx | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/qmp-commands.hx b/qmp-commands.hx
6fb04df7 15index 6abe9df..38ec312 100644
ca0fe5f5
WB
16--- a/qmp-commands.hx
17+++ b/qmp-commands.hx
6fb04df7 18@@ -1846,7 +1846,7 @@ EQMP
ca0fe5f5
WB
19 {
20 .name = "get_link_status",
21 .args_type = "name:s",
22- .mhandler.cmd_new = qmp_marshal_input_get_link_status,
23+ .mhandler.cmd_new = qmp_marshal_get_link_status,
24 },
25
26 SQMP
27--
282.1.4
29