From patchwork Thu Aug 11 07:13:34 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 109551 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id DCAEFB6F82 for ; Thu, 11 Aug 2011 17:13:52 +1000 (EST) Received: from localhost ([::1]:58191 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrPSd-0000gp-Sy for incoming@patchwork.ozlabs.org; Thu, 11 Aug 2011 03:13:47 -0400 Received: from eggs.gnu.org ([140.186.70.92]:59393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrPSX-0000gi-VW for qemu-devel@nongnu.org; Thu, 11 Aug 2011 03:13:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QrPSX-0000Qb-1p for qemu-devel@nongnu.org; Thu, 11 Aug 2011 03:13:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:9750) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrPSW-0000QR-PR for qemu-devel@nongnu.org; Thu, 11 Aug 2011 03:13:41 -0400 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 p7B7DdQR020862 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 11 Aug 2011 03:13:39 -0400 Received: from rincewind.home.kraxel.org (ovpn-116-16.ams2.redhat.com [10.36.116.16]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p7B7DcUc017527; Thu, 11 Aug 2011 03:13:39 -0400 Received: by rincewind.home.kraxel.org (Postfix, from userid 500) id B961A41A8C; Thu, 11 Aug 2011 09:13:37 +0200 (CEST) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Thu, 11 Aug 2011 09:13:34 +0200 Message-Id: <1313046817-5563-1-git-send-email-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 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] 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 with two little fixes queued up and and extension of the "info spice" monitor command which reports the spice version too now. please pull, Gerd The following changes since commit b9c6cbff76061537b722d55f0e321dde2a612a23: Merge remote-tracking branch 'pm-arm/for-upstream' into pm (2011-08-09 19:16:43 +0200) are available in the git repository at: git://anongit.freedesktop.org/spice/qemu spice.v41 Alon Levy (2): qxl: unbreak after memory API conversion ui/spice-core: report compiled-version in info spice/query-spice Yonit Halperin (1): qxl: allowing the command rings to be not empty when spice worker is stopped RHBZ #728984 hw/qxl.c | 13 ++++++------- ui/spice-core.c | 8 ++++++++ 2 files changed, 14 insertions(+), 7 deletions(-)