]> git.proxmox.com Git - pve-qemu-kvm.git/blob - 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
1 From 0c87d830e293ad329e1ac175475cd149ce189177 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/55] 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 6abe9df..38ec312 100644
16 --- a/qmp-commands.hx
17 +++ b/qmp-commands.hx
18 @@ -1846,7 +1846,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