]> git.proxmox.com Git - pve-qemu.git/blob - debian/patches/pve/0049-PVE-whitelist-invalid-QAPI-names-for-backwards-compa.patch
95f191f079413346c3ade809a728b94c72433daa
[pve-qemu.git] / debian / patches / pve / 0049-PVE-whitelist-invalid-QAPI-names-for-backwards-compa.patch
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: Stefan Reiter <s.reiter@proxmox.com>
3 Date: Wed, 26 May 2021 15:26:30 +0200
4 Subject: [PATCH] PVE: whitelist 'invalid' QAPI names for backwards compat
5
6 Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
7 Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
8 ---
9 qapi/pragma.json | 5 ++++-
10 1 file changed, 4 insertions(+), 1 deletion(-)
11
12 diff --git a/qapi/pragma.json b/qapi/pragma.json
13 index a2358e303a..9ff5c84ffd 100644
14 --- a/qapi/pragma.json
15 +++ b/qapi/pragma.json
16 @@ -15,6 +15,7 @@
17 'device_add',
18 'device_del',
19 'expire_password',
20 + 'get_link_status',
21 'migrate_cancel',
22 'netdev_add',
23 'netdev_del',
24 @@ -64,6 +65,8 @@
25 'SysEmuTarget', # query-cpu-fast, query-target
26 'UuidInfo', # query-uuid
27 'VncClientInfo', # query-vnc, query-vnc-servers, ...
28 - 'X86CPURegister32' # qom-get of x86 CPU properties
29 + 'X86CPURegister32', # qom-get of x86 CPU properties
30 # feature-words, filtered-features
31 + 'BlockdevOptionsPbs', # for PBS backwards compat
32 + 'BalloonInfo'
33 ] } }