From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53098) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzSWf-0002N3-8l for qemu-devel@nongnu.org; Mon, 20 Feb 2012 07:39:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RzSWb-0004o9-A1 for qemu-devel@nongnu.org; Mon, 20 Feb 2012 07:39:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39249) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzSWb-0004o4-3Y for qemu-devel@nongnu.org; Mon, 20 Feb 2012 07:39:25 -0500 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 q1KCdOSp015999 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 20 Feb 2012 07:39:24 -0500 Message-ID: <4F423EFA.2010600@redhat.com> Date: Mon, 20 Feb 2012 13:39:22 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1329686886-6853-1-git-send-email-alevy@redhat.com> <1329686886-6853-4-git-send-email-alevy@redhat.com> <4F4226FA.4050107@redhat.com> <20120220123102.GD23926@garlic.redhat.com> In-Reply-To: <20120220123102.GD23926@garlic.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC 3/7] qxl: introduce QXLCookie List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, elmarco@redhat.com Hi, >> Which spice server version added async support? IIRC this is 0.8.2? >> >> I'm tempted to raise the minimal supported version to 0.8.latest and zap >> a bunch of #ifdefs from the code. What do you think? >> > > How does that work? raise the minimal supported version in configure? Yes. Then zap code handling older versions. Maybe some cleanups afterwards. > and in RHEL we would do that as well? should be fine. Probably, otherwise backporting becomes messy ;) cheers, Gerd