From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0sso-00067d-7J for qemu-devel@nongnu.org; Tue, 16 Dec 2014 09:13:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y0ssj-0004uz-9A for qemu-devel@nongnu.org; Tue, 16 Dec 2014 09:13:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50840) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0ssj-0004uo-1J for qemu-devel@nongnu.org; Tue, 16 Dec 2014 09:13:45 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sBGEDhS3009237 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 16 Dec 2014 09:13:44 -0500 From: Gerd Hoffmann Date: Tue, 16 Dec 2014 15:13:31 +0100 Message-Id: <1418739217-6561-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/6] spice patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Collection of misc spice patches, piled up during the 2.2 freeze. please pull, Gerd The following changes since commit dfa9c2a0f4d0a0c8b2c1449ecdbb1297427e15= 60: Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into s= taging (2014-12-15 16:43:42 +0000) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu tags/pull-spice-20141216-1 for you to fetch changes up to a41642708a5d1cbe8ad966227bbee1ed5eb421ad: spice: fix memory leak (2014-12-16 14:15:29 +0100) ---------------------------------------------------------------- misc spice updates. ---------------------------------------------------------------- Gerd Hoffmann (3): spice: use bottom half instead of refresh timer for cursor updates spice: reduce refresh rate in native mode spice: rework mirror allocation, add no-resize fast path Gonglei (1): spice: fix memory leak Marc-Andr=C3=A9 Lureau (2): spice: do not require TCP ports spice: remove spice-experimental.h include hw/display/qxl-render.c | 2 ++ hw/display/qxl.c | 8 ++++---- include/ui/spice-display.h | 3 ++- spice-qemu-char.c | 1 - ui/spice-core.c | 10 +--------- ui/spice-display.c | 45 ++++++++++++++++++++++++++++++++++++----= ----- 6 files changed, 45 insertions(+), 24 deletions(-)