From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWFOl-0007AT-53 for qemu-devel@nongnu.org; Thu, 12 Mar 2015 22:32:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YWFOh-0001FD-Vg for qemu-devel@nongnu.org; Thu, 12 Mar 2015 22:32:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38222) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWFOh-0001Ef-Oa for qemu-devel@nongnu.org; Thu, 12 Mar 2015 22:32:23 -0400 Date: Fri, 13 Mar 2015 10:32:15 +0800 From: Fam Zheng Message-ID: <20150313023215.GF32054@ad.nay.redhat.com> References: <1426170808-6343-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Cc: Peter Maydell , QEMU Developers , Stefan Hajnoczi On Thu, 03/12 17:50, Stefan Hajnoczi wrote: > Hi Fam, > This pull request contains patches that fail mingw compilation and > glib version requirements. They passed in patchew: > http://qemu.patchew.org/testing/log/%3C1426170808-6343-1-git-send-email-stefanha@redhat.com%3E > > Peter's build script is here: > https://git.linaro.org/people/peter.maydell/misc-scripts.git/blob/HEAD:/remake-merge-builds A good starter to extend the coverage of patchew :) I'll work on that. Fam > > It would be great to add build environments from Peter's script so > that patchew can flag patches that will fail. > > Any thoughts? Do you need help with that? > > Stefan