From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qhdd8-0001JL-0d for qemu-devel@nongnu.org; Fri, 15 Jul 2011 04:20:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qhdd6-0001Vd-16 for qemu-devel@nongnu.org; Fri, 15 Jul 2011 04:20:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27230) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qhdd5-0001VT-Ia for qemu-devel@nongnu.org; Fri, 15 Jul 2011 04:20:11 -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 p6F8KAU5016405 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 15 Jul 2011 04:20:10 -0400 Message-ID: <4E1FF838.1010305@redhat.com> Date: Fri, 15 Jul 2011 10:20:08 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1310670801-14687-1-git-send-email-alevy@redhat.com> <1310670801-14687-12-git-send-email-alevy@redhat.com> In-Reply-To: <1310670801-14687-12-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv5 11/12] qxl: bump pci rev List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: yhalperi@redhat.com, qemu-devel@nongnu.org > +#if SPICE_INTERFACE_QXL_MINOR>= 1 > +#define QXL_DEFAULT_REVISION QXL_REVISION_STABLE_V10 > +#else > +#define QXL_DEFAULT_REVISION QXL_REVISION_STABLE_V06 > +#endif Does that actually build with old spice-protocol? I don't think so ... cheers, Gerd