From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34339) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrlVW-0002xW-Am for qemu-devel@nongnu.org; Mon, 11 May 2015 07:04:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YrlVS-0000xs-18 for qemu-devel@nongnu.org; Mon, 11 May 2015 07:04:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36157) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrlVR-0000wv-Qo for qemu-devel@nongnu.org; Mon, 11 May 2015 07:04:17 -0400 Date: Mon, 11 May 2015 16:34:05 +0530 From: Amit Shah Message-ID: <20150511110405.GA11321@grmbl.mre> References: <1430999444-24315-1-git-send-email-quintela@redhat.com> <20150507181050.GA22001@grmbl.mre> <20150508093156.GD11717@stefanha-thinkpad.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150508093156.GD11717@stefanha-thinkpad.redhat.com> Subject: Re: [Qemu-devel] [PULL 00/16] Migration pull request (v2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Peter Maydell , Paolo Bonzini , QEMU Developers , Juan Quintela On (Fri) 08 May 2015 [10:31:56], Stefan Hajnoczi wrote: > On Thu, May 07, 2015 at 11:40:50PM +0530, Amit Shah wrote: > > On (Thu) 07 May 2015 [13:45:26], Peter Maydell wrote: > > > On 7 May 2015 at 12:50, Juan Quintela wrote: > > > > > > > > > > > > Hi again > > > > > > > > For v2 > > > > > > > > - fix 32bit compilation (as said, compiling for 64bit linux, 64bit > > > > windows and 32bit windows was not enough) > > > > > > > > - Now, we have versions 2.4 everywhere (thanks Eric) > > > > > > > > - Liang Li sent a new patch to the list to fix the update of a migration parameter, included. > > > > > > > > Please apply, and sorry for the inconvenience. > > > > > > Fails to build on win32: > > > > Does the buildbot try all these combinations? I want to have a > > 'stage' branch where I just push unapplied patches and receive > > complaints before sending a pull req. > > The buildbot is dead and requires maintenance: > http://buildbot.b1-systems.de/qemu/one_line_per_build > > There are two alternatives: > > 1. Travis (see .travis.yml) but it's missing mingw32. It will never be > able to do builds for host operating systems that do not support > cross-compilation from Linux. > > 2. patchew (http://qemu.patchew.org/) but it only has Fedora 20 x86_64 > builds at the moment. Adding mingw32 cross-compilation should be > possible but it scans the mailing list rather than git repos. > > The source code to patchew is available here: > https://github.com/famz/patchew > > The trouble with continuous integration and build farms is that they > require maintenance. I think patchew is the best bet right now since > Fam is developing it. Yes, thanks a lot! I'm wondering how Peter does his builds, and if he can share his recipes or build farms for maintainer trees (or just some -staging tree like the kernel). Amit