]> git.proxmox.com Git - pve-qemu-kvm.git/blame - debian/patches/pve/0037-qapi-qmp_marshal_-renames-for-pve-monitor-commands.patch
bump version to 2.6.2-2
[pve-qemu-kvm.git] / debian / patches / pve / 0037-qapi-qmp_marshal_-renames-for-pve-monitor-commands.patch
CommitLineData
6fb04df7 1From 48d52946667b9814ff390405e649d8a8705ee584 Mon Sep 17 00:00:00 2001
ca0fe5f5
WB
2From: Wolfgang Bumiller <w.bumiller@proxmox.com>
3Date: Thu, 10 Dec 2015 15:19:42 +0100
6fb04df7 4Subject: [PATCH 37/55] qapi: qmp_marshal_* renames for pve monitor commands
ca0fe5f5
WB
5
6As per 7fad30f0:
7qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()
8
9For-patch: backup: add pve monitor commands
10---
11 qmp-commands.hx | 6 +++---
12 1 file changed, 3 insertions(+), 3 deletions(-)
13
14diff --git a/qmp-commands.hx b/qmp-commands.hx
6fb04df7 15index 964563e..0eebb75 100644
ca0fe5f5
WB
16--- a/qmp-commands.hx
17+++ b/qmp-commands.hx
6fb04df7 18@@ -1281,19 +1281,19 @@ EQMP
ca0fe5f5
WB
19 {
20 .name = "backup",
21 .args_type = "backup-file:s,format:s?,config-file:F?,firewall-file:F?,speed:o?,devlist:s?",
22- .mhandler.cmd_new = qmp_marshal_input_backup,
23+ .mhandler.cmd_new = qmp_marshal_backup,
24 },
25
26 {
27 .name = "backup-cancel",
28 .args_type = "",
29- .mhandler.cmd_new = qmp_marshal_input_backup_cancel,
30+ .mhandler.cmd_new = qmp_marshal_backup_cancel,
31 },
32
33 {
34 .name = "query-backup",
35 .args_type = "",
36- .mhandler.cmd_new = qmp_marshal_input_query_backup,
37+ .mhandler.cmd_new = qmp_marshal_query_backup,
38 },
39
40 {
41--
422.1.4
43