Files
pve-qemu-qoup/debian/patches/pve/0049-PVE-whitelist-invalid-QAPI-names-for-backwards-compa.patch
T

34 lines
1.2 KiB
Diff
Raw Normal View History

2021-05-27 12:43:32 +02:00
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Stefan Reiter <s.reiter@proxmox.com>
Date: Wed, 26 May 2021 15:26:30 +0200
Subject: [PATCH] PVE: whitelist 'invalid' QAPI names for backwards compat
Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
2022-01-13 10:34:33 +01:00
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-05-27 12:43:32 +02:00
---
qapi/pragma.json | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/qapi/pragma.json b/qapi/pragma.json
2022-10-14 14:07:13 +02:00
index a2358e303a..9ff5c84ffd 100644
2021-05-27 12:43:32 +02:00
--- a/qapi/pragma.json
+++ b/qapi/pragma.json
2022-06-27 13:05:40 +02:00
@@ -15,6 +15,7 @@
2021-05-27 12:43:32 +02:00
'device_add',
'device_del',
'expire_password',
+ 'get_link_status',
'migrate_cancel',
'netdev_add',
'netdev_del',
2022-10-14 14:07:13 +02:00
@@ -64,6 +65,8 @@
2021-05-27 12:43:32 +02:00
'SysEmuTarget', # query-cpu-fast, query-target
'UuidInfo', # query-uuid
'VncClientInfo', # query-vnc, query-vnc-servers, ...
- 'X86CPURegister32' # qom-get of x86 CPU properties
+ 'X86CPURegister32', # qom-get of x86 CPU properties
# feature-words, filtered-features
+ 'BlockdevOptionsPbs', # for PBS backwards compat
+ 'BalloonInfo'
] } }