From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3mI6-00012H-Pu for qemu-devel@nongnu.org; Tue, 21 Aug 2012 07:06:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T3mI5-0007T6-Ra for qemu-devel@nongnu.org; Tue, 21 Aug 2012 07:06:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3mI5-0007T0-Jv for qemu-devel@nongnu.org; Tue, 21 Aug 2012 07:06:33 -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 q7LB6Xrx018094 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 21 Aug 2012 07:06:33 -0400 Message-ID: <50336BB7.2010705@redhat.com> Date: Tue, 21 Aug 2012 13:06:31 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1345546294-22144-1-git-send-email-alevy@redhat.com> <1345546294-22144-3-git-send-email-alevy@redhat.com> In-Reply-To: <1345546294-22144-3-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v11 3/4] qxl: add QXL_IO_MONITORS_CONFIG_ASYNC List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: qemu-devel@nongnu.org On 08/21/12 12:51, Alon Levy wrote: > Revision bumped to 4 for new IO support, enabled for spice-server >= > 0.11.1. New io enabled iff revision is 4. Revision can be set to 4, and > defaults to 4, iff spice-server >= 0.11.1 && spice-protocol >= > 0.12.0. All four patches added to spice patch queue. thanks, Gerd