From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhHXL-0004wr-5C for qemu-devel@nongnu.org; Thu, 14 Jul 2011 04:44:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QhHXJ-0002PG-N1 for qemu-devel@nongnu.org; Thu, 14 Jul 2011 04:44:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10496) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhHXJ-0002P8-Aa for qemu-devel@nongnu.org; Thu, 14 Jul 2011 04:44:45 -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 p6E8iiAM023197 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 14 Jul 2011 04:44:44 -0400 Message-ID: <4E1EAC7A.8060400@redhat.com> Date: Thu, 14 Jul 2011 10:44:42 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1310568597-24181-1-git-send-email-alevy@redhat.com> <1310568597-24181-9-git-send-email-alevy@redhat.com> In-Reply-To: <1310568597-24181-9-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv4 08/11] 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 On 07/13/11 16:49, Alon Levy wrote: > From: Gerd Hoffmann > > Inform guest drivers about the new features I/O commands we have > now (async commands, S3 support) if building with newer spice, i.e. > if SPICE_INTERFACE_QXL_MINOR>= 1. This needs to be ordered to come *after* the S3+S4 support patch. cheers, Gerd