]> git.proxmox.com Git - pve-qemu.git/blobdiff - debian/patches/pve/0033-PVE-add-query_proxmox_support-QMP-command.patch
update submodule and patches to 7.0.0
[pve-qemu.git] / debian / patches / pve / 0033-PVE-add-query_proxmox_support-QMP-command.patch
index 7c634fc4b692502b2bf46aeb635f74ea6c42ff00..0f1f0c6be4c14700a86aa578c2d0acd46d7101c3 100644 (file)
@@ -16,7 +16,7 @@ Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
  2 files changed, 38 insertions(+)
 
 diff --git a/pve-backup.c b/pve-backup.c
-index 129ebd0eb4..96e3d731da 100644
+index c15abefdda..4684789813 100644
 --- a/pve-backup.c
 +++ b/pve-backup.c
 @@ -1075,3 +1075,12 @@ BackupStatus *qmp_query_backup(Error **errp)
@@ -33,10 +33,10 @@ index 129ebd0eb4..96e3d731da 100644
 +    return ret;
 +}
 diff --git a/qapi/block-core.json b/qapi/block-core.json
-index db11dd6aae..79aef65616 100644
+index 68591cb343..7d25aa4fa1 100644
 --- a/qapi/block-core.json
 +++ b/qapi/block-core.json
-@@ -806,6 +806,35 @@
+@@ -867,6 +867,35 @@
  ##
  { 'command': 'backup-cancel' }