From patchwork Sun Sep 2 21:35:21 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?S=C3=B8ren_Sandmann_Pedersen?= X-Patchwork-Id: 181289 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 E83492C0096 for ; Mon, 3 Sep 2012 14:21:05 +1000 (EST) Received: from localhost ([::1]:45236 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8O9n-0003ls-GE for incoming@patchwork.ozlabs.org; Mon, 03 Sep 2012 00:21:03 -0400 Received: from eggs.gnu.org ([208.118.235.92]:35291) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8Hmh-0003t4-UM for qemu-devel@nongnu.org; Sun, 02 Sep 2012 17:32:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T8Hmh-0006QX-30 for qemu-devel@nongnu.org; Sun, 02 Sep 2012 17:32:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22876) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8Hmg-0006Pq-Ql for qemu-devel@nongnu.org; Sun, 02 Sep 2012 17:32:47 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q82LWiNP005374 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 2 Sep 2012 17:32:44 -0400 Received: from dhcp-100-3-184.bos.redhat.com (dhcp-189-4.bos.redhat.com [10.16.189.4]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q82LWgWm007933; Sun, 2 Sep 2012 17:32:43 -0400 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= To: qemu-devel@nongnu.org, spice-devel@lists.freedesktop.org Date: Sun, 2 Sep 2012 17:35:21 -0400 Message-Id: <1346621726-11313-2-git-send-email-ssp@redhat.com> In-Reply-To: <1346621726-11313-1-git-send-email-ssp@redhat.com> References: <5040688D.5070707@redhat.com> <1346621726-11313-1-git-send-email-ssp@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 X-Mailman-Approved-At: Mon, 03 Sep 2012 00:20:52 -0400 Cc: kraxel@redhat.com, =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Subject: [Qemu-devel] [PATCH-v2 spice-protocol 1/2] Add A8 surface capability 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 Even though the ability to handle a8 surfaces was added at the same time as the composite command, they are logically separate, so add a capability bit to indicate the presence of a8 surfaces. --- spice/protocol.h | 1 + 1 file changed, 1 insertion(+) diff --git a/spice/protocol.h b/spice/protocol.h index 7008399..0671292 100644 --- a/spice/protocol.h +++ b/spice/protocol.h @@ -128,6 +128,7 @@ enum { SPICE_DISPLAY_CAP_SIZED_STREAM, SPICE_DISPLAY_CAP_MONITORS_CONFIG, SPICE_DISPLAY_CAP_COMPOSITE, + SPICE_DISPLAY_CAP_A8_SURFACE, }; enum {