]> git.proxmox.com Git - pve-qemu-kvm.git/blob - debian/patches/pve/0039-qapi-qmp_mashal_-renames-for-get_link_status.patch
adding 2.5 pve patches and left-over extra fixes
[pve-qemu-kvm.git] / debian / patches / pve / 0039-qapi-qmp_mashal_-renames-for-get_link_status.patch
1 From 729410b4b0c9fc9a8d8462480ef580b5b97782d9 Mon Sep 17 00:00:00 2001
2 From: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 Date: Thu, 10 Dec 2015 15:21:59 +0100
4 Subject: [PATCH 39/41] qapi: qmp_mashal_* renames for get_link_status
5
6 As per 7fad30f0:
7 qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()
8
9 For-patch: qmp: add get_link_status
10 ---
11 qmp-commands.hx | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/qmp-commands.hx b/qmp-commands.hx
15 index 129e1b3..12b884c 100644
16 --- a/qmp-commands.hx
17 +++ b/qmp-commands.hx
18 @@ -1773,7 +1773,7 @@ EQMP
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 --
28 2.1.4
29