]> git.proxmox.com Git - pve-qemu.git/blobdiff - debian/patches/pve/0016-PVE-qapi-modify-spice-query.patch
update to QEMU 5.1
[pve-qemu.git] / debian / patches / pve / 0016-PVE-qapi-modify-spice-query.patch
index 71a3c9042f47d270f3608a6bb71d994a6cc9c2e5..e600590c2178f86b6ce3da29161e3af8b9bbfe1f 100644 (file)
@@ -1,6 +1,6 @@
 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
 From: Wolfgang Bumiller <w.bumiller@proxmox.com>
-Date: Wed, 9 Dec 2015 14:32:11 +0100
+Date: Mon, 6 Apr 2020 12:16:45 +0200
 Subject: [PATCH] PVE: qapi: modify spice query
 
 Provide the last ticket in the SpiceInfo struct optionally.
@@ -12,10 +12,10 @@ Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
  2 files changed, 8 insertions(+)
 
 diff --git a/qapi/ui.json b/qapi/ui.json
-index 59e412139a..bcd781a1b9 100644
+index 9d6721037f..af87b18db9 100644
 --- a/qapi/ui.json
 +++ b/qapi/ui.json
-@@ -211,11 +211,14 @@
+@@ -214,11 +214,14 @@
  #
  # @channels: a list of @SpiceChannel for each active spice channel
  #
@@ -31,7 +31,7 @@ index 59e412139a..bcd781a1b9 100644
    'if': 'defined(CONFIG_SPICE)' }
  
 diff --git a/ui/spice-core.c b/ui/spice-core.c
-index c95bbd6c77..ccba92a6ed 100644
+index ca04965ead..243466c13d 100644
 --- a/ui/spice-core.c
 +++ b/ui/spice-core.c
 @@ -539,6 +539,11 @@ SpiceInfo *qmp_query_spice(Error **errp)