X-Git-Url: https://git.proxmox.com/?p=pve-qemu.git;a=blobdiff_plain;f=debian%2Fpatches%2Fpve%2F0048-PVE-whitelist-invalid-QAPI-names-for-backwards-compa.patch;fp=debian%2Fpatches%2Fpve%2F0048-PVE-whitelist-invalid-QAPI-names-for-backwards-compa.patch;h=0000000000000000000000000000000000000000;hp=0496b9302d4b4e8a54e0d73df2e0719c5b5548da;hb=5b15e2ecaf054107200a49c7d2509053fb91c9fe;hpb=2775b2e3788bfed64345046ce6a669bcdf28eb43 diff --git a/debian/patches/pve/0048-PVE-whitelist-invalid-QAPI-names-for-backwards-compa.patch b/debian/patches/pve/0048-PVE-whitelist-invalid-QAPI-names-for-backwards-compa.patch deleted file mode 100644 index 0496b93..0000000 --- a/debian/patches/pve/0048-PVE-whitelist-invalid-QAPI-names-for-backwards-compa.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Stefan Reiter -Date: Wed, 26 May 2021 15:26:30 +0200 -Subject: [PATCH] PVE: whitelist 'invalid' QAPI names for backwards compat - -Signed-off-by: Stefan Reiter -Signed-off-by: Thomas Lamprecht ---- - qapi/pragma.json | 5 ++++- - 1 file changed, 4 insertions(+), 1 deletion(-) - -diff --git a/qapi/pragma.json b/qapi/pragma.json -index 41139d8645..a581acf7d4 100644 ---- a/qapi/pragma.json -+++ b/qapi/pragma.json -@@ -15,6 +15,7 @@ - 'device_add', - 'device_del', - 'expire_password', -+ 'get_link_status', - 'migrate_cancel', - 'netdev_add', - 'netdev_del', -@@ -63,6 +64,8 @@ - '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' - ] } }