From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWA1v-0003Ui-Gm for qemu-devel@nongnu.org; Thu, 12 Mar 2015 16:48:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YWA1s-0007Wb-6t for qemu-devel@nongnu.org; Thu, 12 Mar 2015 16:48:31 -0400 Received: from mail-wg0-x229.google.com ([2a00:1450:400c:c00::229]:40668) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWA1r-0007WT-VV for qemu-devel@nongnu.org; Thu, 12 Mar 2015 16:48:28 -0400 Received: by wghk14 with SMTP id k14so19002743wgh.7 for ; Thu, 12 Mar 2015 13:48:26 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5501FB95.2050203@redhat.com> Date: Thu, 12 Mar 2015 21:48:21 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1426170808-6343-1-git-send-email-stefanha@redhat.com> <20150312195830.GA7716@stefanha-thinkpad.redhat.com> In-Reply-To: <20150312195830.GA7716@stefanha-thinkpad.redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL v4 00/11] Net patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , dsahern@gmail.com, jiri@resnulli.us, sfeldma@gmail.com Cc: Peter Maydell , QEMU Developers , Stefan Hajnoczi On 12/03/2015 20:58, Stefan Hajnoczi wrote: > David, Jiri, Scott: The minimum required glib version is 2.12 so > glib APIs that were added later cannot be used. Also note the > Windows integer constant warning above. > > My build environments didn't hit these issues so we need to go > around one more time. Please post fixes. BTW, the best way to add support is probably to add implementation of the new functions in include/glib-compat.h. Paolo