From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqedY-0005NY-93 for qemu-devel@nongnu.org; Fri, 08 May 2015 05:32:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqedU-000708-Sd for qemu-devel@nongnu.org; Fri, 08 May 2015 05:32:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41882) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqedU-0006zl-LB for qemu-devel@nongnu.org; Fri, 08 May 2015 05:32:00 -0400 Date: Fri, 8 May 2015 10:31:56 +0100 From: Stefan Hajnoczi Message-ID: <20150508093156.GD11717@stefanha-thinkpad.redhat.com> References: <1430999444-24315-1-git-send-email-quintela@redhat.com> <20150507181050.GA22001@grmbl.mre> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UoPmpPX/dBe4BELn" Content-Disposition: inline In-Reply-To: <20150507181050.GA22001@grmbl.mre> Subject: Re: [Qemu-devel] [PULL 00/16] Migration pull request (v2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: Peter Maydell , Paolo Bonzini , QEMU Developers , Juan Quintela --UoPmpPX/dBe4BELn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 migrat= ion parameter, included. > > > > > > Please apply, and sorry for the inconvenience. > >=20 > > Fails to build on win32: >=20 > 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. Stefan --UoPmpPX/dBe4BELn Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJVTIKMAAoJEJykq7OBq3PIipYIAKy6Y6nx4O9dKlPTz15oyIkS pngqQLbd3gTQOddccoUd0vpIVNXhnh+2cz56GXy5AJ3Z6SIKb1HmXqQfHUtHg38L Q8+V/ISbQniTyl3TitB7/mf1ywsf8yYCp0D7CiCzAXKGkhAApvye5kNtp5ITfde5 KBZLTn0ok8muzVSMdmBjHe8mgGXf/O4oqRi92skE+Uo3QvM4y6qixPp/iFeGKorQ IF1NYVJ8ahKbNNCef5HgnAme4jzAnTgpHRxsaiY8YhrGbITF9pAlG29BHLk/DKdm Lt2UwtkU5BRfzrlnzJhc4Nm8+4bHywLt6A15I2nDKzwLefOl7nRwgJVbXCBiJPc= =nvyo -----END PGP SIGNATURE----- --UoPmpPX/dBe4BELn--