From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56129) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2PwI-0004Ih-Bi for qemu-devel@nongnu.org; Tue, 28 Feb 2012 11:30:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2PwE-0003ev-Qz for qemu-devel@nongnu.org; Tue, 28 Feb 2012 11:30:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:63342) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2PwE-0003dC-Jr for qemu-devel@nongnu.org; Tue, 28 Feb 2012 11:30:06 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1SGU5Lh002568 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 28 Feb 2012 11:30:05 -0500 From: Gerd Hoffmann Date: Tue, 28 Feb 2012 17:29:51 +0100 Message-Id: <1330446602-10743-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL] 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 comes the spice patch queue. For the most part this brings the async local rendering (for vnc, sdl and screenshots) work done by Alon. Also a few bug fixes. please pull, Gerd The following changes since commit b4bd0b168e9f4898b98308f4a8a089f647a86d16: audio: Add some fall through comments (2012-02-25 18:16:11 +0400) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu spice.v49 Alon Levy (7): qxl: fix spice+sdl no cursor regression sdl: remove NULL check, g_malloc0 can't fail qxl: drop qxl_spice_update_area_async definition qxl: require spice >= 0.8.2 qxl: remove flipped qxl: introduce QXLCookie qxl: make qxl_render_update async Christophe Fergeau (2): spice: use error_report to report errors Error out when tls-channel option is used without TLS Gerd Hoffmann (2): qxl: add optinal 64bit vram bar qxl: properly handle upright and non-shared surfaces configure | 2 +- hw/qxl-render.c | 170 ++++++++++++++++++++++++++---------------- hw/qxl.c | 215 +++++++++++++++++++++++++++++++++++++--------------- hw/qxl.h | 31 +++++--- ui/sdl.c | 4 - ui/spice-core.c | 47 +++++------- ui/spice-display.c | 57 ++++++++------ ui/spice-display.h | 21 +++++ 8 files changed, 353 insertions(+), 194 deletions(-)