From patchwork Mon Jan 14 11:46:33 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 211767 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 8E1882C0086 for ; Mon, 14 Jan 2013 22:47:10 +1100 (EST) Received: from localhost ([::1]:51032 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TuiVN-0006nQ-8W for incoming@patchwork.ozlabs.org; Mon, 14 Jan 2013 06:47:05 -0500 Received: from eggs.gnu.org ([208.118.235.92]:37476) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TuiV2-0006lA-EK for qemu-devel@nongnu.org; Mon, 14 Jan 2013 06:46:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TuiUw-00032c-3u for qemu-devel@nongnu.org; Mon, 14 Jan 2013 06:46:44 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48811) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TuiUv-00032E-ST for qemu-devel@nongnu.org; Mon, 14 Jan 2013 06:46:38 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r0EBkafa026098 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 14 Jan 2013 06:46:36 -0500 Received: from rincewind.home.kraxel.org (ovpn-116-52.ams2.redhat.com [10.36.116.52]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r0EBkZLI019336; Mon, 14 Jan 2013 06:46:36 -0500 Received: by rincewind.home.kraxel.org (Postfix, from userid 500) id 42024419FF; Mon, 14 Jan 2013 12:46:35 +0100 (CET) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Mon, 14 Jan 2013 12:46:33 +0100 Message-Id: <1358163995-13462-1-git-send-email-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Gerd Hoffmann Subject: [Qemu-devel] [PULL 0/2] 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, carrying two coverity fixes in qxl. please pull, Gerd The following changes since commit 63fb2590839162afdf14d7c0ee02d460766c0956: Merge branch 'target-arm.next' of git://git.linaro.org/people/pmaydell/qemu-arm (2013-01-12 12:47:07 +0000) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu spice.v67 for you to fetch changes up to 08688af04dc1137ac2f420b35c235183926b4a23: qxl: Don't drop client capability bits (2013-01-14 08:59:38 +0100) ---------------------------------------------------------------- Markus Armbruster (2): qxl: Fix SPICE_RING_PROD_ITEM(), SPICE_RING_CONS_ITEM() sanity check qxl: Don't drop client capability bits hw/qxl.c | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-)