From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40485) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qf5LL-0004ju-AI for qemu-devel@nongnu.org; Fri, 08 Jul 2011 03:19:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qf5LI-0008J9-G6 for qemu-devel@nongnu.org; Fri, 08 Jul 2011 03:19:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47893) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qf5LH-0008Is-RV for qemu-devel@nongnu.org; Fri, 08 Jul 2011 03:19:16 -0400 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 p687JDGb012336 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 8 Jul 2011 03:19:13 -0400 Message-ID: <4E16AF6E.1040605@redhat.com> Date: Fri, 08 Jul 2011 09:19:10 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1310057455-18570-1-git-send-email-alevy@redhat.com> <1310057455-18570-11-git-send-email-alevy@redhat.com> In-Reply-To: <1310057455-18570-11-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] 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 Hi, > - DEFINE_PROP_UINT32("revision", PCIQXLDevice, revision, 2), > + DEFINE_PROP_UINT32("revision", PCIQXLDevice, revision, 3), Can't be done unconditionally. With an older libspice we can't support the rev3 features. cheers, Gerd