From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53864) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ymgsh-0004Fz-6B for qemu-devel@nongnu.org; Mon, 27 Apr 2015 07:07:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ymgsc-00044v-V3 for qemu-devel@nongnu.org; Mon, 27 Apr 2015 07:07:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45340) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ymgsc-00044k-Q1 for qemu-devel@nongnu.org; Mon, 27 Apr 2015 07:07:14 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 6B33B8E748 for ; Mon, 27 Apr 2015 11:07:14 +0000 (UTC) From: Gerd Hoffmann Date: Mon, 27 Apr 2015 13:07:01 +0200 Message-Id: <1430132826-1121-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/5] spice patch queue. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here is the spice patch queue, carrying a bunch of minor patches piled up during the freeze. My spice patch queue is empty now, if I happened to have missed anything please resend. please pull, Gerd The following changes since commit f2a581010cb8e3a2564a45a2863a33a732cc2f= c7: Update version for v2.3.0-rc4 release (2015-04-20 17:13:16 +0100) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu tags/pull-spice-20150427-1 for you to fetch changes up to 700cd855def54c2a9f2b6a016dcebf75fe19c238: spice: learn to hide cursor (2015-04-27 12:47:04 +0200) ---------------------------------------------------------------- spice: misc fixes. ---------------------------------------------------------------- Gerd Hoffmann (1): spice: fix simple display on bigendian hosts Marc-Andr=C3=A9 Lureau (3): spice: fix mouse cursor position spice: set pointer position on hotspot spice: learn to hide cursor Markus Armbruster (1): monitor: Make client_migrate_info synchronous hmp-commands.hx | 3 +-- include/ui/qemu-pixman.h | 2 ++ include/ui/qemu-spice.h | 7 ++----- include/ui/spice-display.h | 3 ++- monitor.c | 5 ++--- qmp-commands.hx | 3 +-- ui/spice-core.c | 26 +++++--------------------- ui/spice-display.c | 23 ++++++++++++++--------- 8 files changed, 29 insertions(+), 43 deletions(-)