From patchwork Mon Oct 8 10:49:43 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 189982 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 2DB282C030F for ; Mon, 8 Oct 2012 21:50:12 +1100 (EST) Received: from localhost ([::1]:38668 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLAuW-0008Cm-D3 for incoming@patchwork.ozlabs.org; Mon, 08 Oct 2012 06:50:08 -0400 Received: from eggs.gnu.org ([208.118.235.92]:39002) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLAuM-0008C7-F2 for qemu-devel@nongnu.org; Mon, 08 Oct 2012 06:49:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLAuI-0006d8-HD for qemu-devel@nongnu.org; Mon, 08 Oct 2012 06:49:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14494) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLAuI-0006cv-8P for qemu-devel@nongnu.org; Mon, 08 Oct 2012 06:49:54 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q98AnrUL016552 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 8 Oct 2012 06:49:53 -0400 Received: from rincewind.home.kraxel.org (ovpn-116-30.ams2.redhat.com [10.36.116.30]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q98AnqfP030896; Mon, 8 Oct 2012 06:49:53 -0400 Received: by rincewind.home.kraxel.org (Postfix, from userid 500) id E759543FC5; Mon, 8 Oct 2012 12:49:51 +0200 (CEST) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Mon, 8 Oct 2012 12:49:43 +0200 Message-Id: <1349693391-32704-1-git-send-email-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: Gerd Hoffmann Subject: [Qemu-devel] [PULL 0/8] spice patch queue X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Hi, Here comes the spice patch queue. It raises the minimal required spice-server version to 0.12 and the qxl device revision to 4. It also brings a collection of bugfixes. please pull, Gerd The following changes since commit 4bb26682f70a5f626cad3e0ac82bf4b6252ea7a4: Merge branch 'master' of git.qemu.org:/pub/git/qemu (2012-10-07 18:42:18 +0000) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu spice.v61 Alon Levy (3): hw/qxl: exit on failure to register qxl interface hw/qxl: fix condition for exiting guest_bug hw/qxl: qxl_dirty_surfaces: use uintptr_t Gerd Hoffmann (4): qxl: always update displaysurface on resize qxl: fix range check for rev3 io commands. spice: raise requirement to 0.12 qxl: set default revision to 4 Michael Tokarev (1): qxl/update_area_io: cleanup invalid parameters handling configure | 18 +-------------- hw/pc_piix.c | 8 +++++++ hw/qxl-render.c | 4 --- hw/qxl.c | 57 +++++++++++----------------------------------------- hw/qxl.h | 5 ---- ui/spice-core.c | 51 +-------------------------------------------- ui/spice-display.c | 38 ---------------------------------- ui/spice-display.h | 5 ---- 8 files changed, 24 insertions(+), 162 deletions(-)