]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - debian/patches/pve/0009-qapi-modify-spice-query.patch
vma: don't use O_DIRECT on pipes
[pve-qemu-kvm.git] / debian / patches / pve / 0009-qapi-modify-spice-query.patch
index b7263050238951a2f271747f5a1e5eff25e19e07..50e3306c12d8487a1a8309ec691e3aafc1d887da 100644 (file)
@@ -1,7 +1,7 @@
-From d72cdaed95ca8c8d39b367e187bcc03f0c3c3e42 Mon Sep 17 00:00:00 2001
+From c51f39a5741210b7df2ac212a8ced14ef950d415 Mon Sep 17 00:00:00 2001
 From: Wolfgang Bumiller <w.bumiller@proxmox.com>
 Date: Wed, 9 Dec 2015 14:32:11 +0100
-Subject: [PATCH 09/41] qapi: modify spice query
+Subject: [PATCH 09/48] qapi: modify spice query
 
 Provide the last ticket in the SpiceInfo struct optionally.
 ---
@@ -10,14 +10,14 @@ Provide the last ticket in the SpiceInfo struct optionally.
  2 files changed, 8 insertions(+)
 
 diff --git a/qapi-schema.json b/qapi-schema.json
-index 3ac59c5..1aa434d 100644
+index 2c40928..ca534cc 100644
 --- a/qapi-schema.json
 +++ b/qapi-schema.json
-@@ -1120,11 +1120,14 @@
+@@ -1841,11 +1841,14 @@
  #
  # @channels: a list of @SpiceChannel for each active spice channel
  #
-+# @ticket: #optional The last ticket set with set_password
++# @ticket: The last ticket set with set_password
 +#
  # Since: 0.14.0
  ##
@@ -29,10 +29,10 @@ index 3ac59c5..1aa434d 100644
  
  ##
 diff --git a/ui/spice-core.c b/ui/spice-core.c
-index 6a62d71..05d24a1 100644
+index 804abc5..4a41731 100644
 --- a/ui/spice-core.c
 +++ b/ui/spice-core.c
-@@ -537,6 +537,11 @@ SpiceInfo *qmp_query_spice(Error **errp)
+@@ -552,6 +552,11 @@ SpiceInfo *qmp_query_spice(Error **errp)
      micro = SPICE_SERVER_VERSION & 0xff;
      info->compiled_version = g_strdup_printf("%d.%d.%d", major, minor, micro);