From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51678) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLDCF-0000x9-5e for qemu-devel@nongnu.org; Mon, 08 Oct 2012 09:16:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLDCB-00081N-21 for qemu-devel@nongnu.org; Mon, 08 Oct 2012 09:16:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57023) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLDCA-00081F-QL for qemu-devel@nongnu.org; Mon, 08 Oct 2012 09:16:30 -0400 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 q98DGT07005125 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 8 Oct 2012 09:16:29 -0400 Message-ID: <5072D22A.9030002@redhat.com> Date: Mon, 08 Oct 2012 15:16:26 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1346916100-12958-1-git-send-email-kraxel@redhat.com> <1346916100-12958-11-git-send-email-kraxel@redhat.com> <50657321.2030100@redhat.com> <20121007093531.GA6184@garlic.redhat.com> In-Reply-To: <20121007093531.GA6184@garlic.redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 10/14] qxl: add QXL_IO_MONITORS_CONFIG_ASYNC List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: Gerd Hoffmann , qemu-devel@nongnu.org Il 07/10/2012 11:35, Alon Levy ha scritto: >> > Also, please consider adding the library version in the spice-protocol >> > header files, so that you do not need >> > CONFIG_QXL_IO_MONITORS_CONFIG_ASYNC at all. > spice-protocol is a separate repository from spice library. Yes, I mean adding to the spice-protocol header files some #defines for the version of spice-protocol itself. Paolo > Adding the spice-protocol dependency as a submodule would have been my > preferred solution but it has been shot down by Anthony. >