All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: Stefan Hajnoczi <stefanha@redhat.com>
Cc: Amit Shah <amit.shah@redhat.com>,
	Peter Maydell <peter.maydell@linaro.org>,
	Juan Quintela <quintela@redhat.com>,
	QEMU Developers <qemu-devel@nongnu.org>,
	Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [Qemu-devel] [PULL 00/16] Migration pull request (v2)
Date: Mon, 11 May 2015 12:47:26 +0100	[thread overview]
Message-ID: <873833gwtt.fsf@linaro.org> (raw)
In-Reply-To: <20150508093156.GD11717@stefanha-thinkpad.redhat.com>


Stefan Hajnoczi <stefanha@redhat.com> writes:

> 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 <quintela@redhat.com> 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.

In theory you can get some cross compilers on Travis' trusty images. I
believe they have some docker based solution that might make it easier
to get cross compilation working for various (x86-based) distros.

>
> 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.

We build a few variants but the data is hard to mine. We've been
experimenting with kernelci.org to aggregate result for kernel builds
from various places internally.

One problem would be where the information on failures should be sent?

>
> Stefan

-- 
Alex Bennée

      parent reply	other threads:[~2015-05-11 11:46 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-07 11:50 [Qemu-devel] [PULL 00/16] Migration pull request (v2) Juan Quintela
2015-05-07 11:50 ` [Qemu-devel] [PULL 01/16] docs: Add a doc about multiple thread compression Juan Quintela
2015-05-07 11:50 ` [Qemu-devel] [PULL 02/16] migration: Add the framework of multi-thread compression Juan Quintela
2015-05-07 11:50 ` [Qemu-devel] [PULL 03/16] migration: Add the framework of multi-thread decompression Juan Quintela
2015-05-07 11:50 ` [Qemu-devel] [PULL 04/16] qemu-file: Add compression functions to QEMUFile Juan Quintela
2015-05-07 11:50 ` [Qemu-devel] [PULL 05/16] arch_init: Alloc and free data struct for compression Juan Quintela
2015-05-07 11:50 ` [Qemu-devel] [PULL 06/16] arch_init: Add and free data struct for decompression Juan Quintela
2015-05-07 11:50 ` [Qemu-devel] [PULL 07/16] migration: Split save_zero_page from ram_save_page Juan Quintela
2015-05-07 11:50 ` [Qemu-devel] [PULL 08/16] migration: Add the core code of multi-thread compression Juan Quintela
2015-05-07 11:50 ` [Qemu-devel] [PULL 09/16] migration: Make compression co-work with xbzrle Juan Quintela
2015-05-07 11:50 ` [Qemu-devel] [PULL 10/16] migration: Add the core code for decompression Juan Quintela
2015-05-07 11:50 ` [Qemu-devel] [PULL 11/16] migration: Add interface to control compression Juan Quintela
2015-05-07 11:50 ` [Qemu-devel] [PULL 12/16] migration: Use an array instead of 3 parameters Juan Quintela
2015-05-07 11:50 ` [Qemu-devel] [PULL 13/16] migration: Add qmp commands to set and query parameters Juan Quintela
2015-05-07 11:50 ` [Qemu-devel] [PULL 14/16] migration: Add hmp interface " Juan Quintela
2015-05-07 11:50 ` [Qemu-devel] [PULL 15/16] migration: avoid divide by zero in xbzrle cache miss rate Juan Quintela
2015-05-07 11:50 ` [Qemu-devel] [PULL 16/16] migration: Fix migration state update issue Juan Quintela
2015-05-07 12:45 ` [Qemu-devel] [PULL 00/16] Migration pull request (v2) Peter Maydell
2015-05-07 14:43   ` Eric Blake
2015-05-07 14:56     ` Paolo Bonzini
2015-05-07 18:10   ` Amit Shah
2015-05-08  9:31     ` Stefan Hajnoczi
2015-05-11 11:04       ` Amit Shah
2015-05-11 11:37         ` Peter Maydell
2015-05-11 14:29           ` Dr. David Alan Gilbert
2015-05-11 11:47       ` Alex Bennée [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=873833gwtt.fsf@linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=amit.shah@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@redhat.com \
    --cc=stefanha@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.