qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@redhat.com>
To: Amit Shah <amit.shah@redhat.com>
Cc: Peter Maydell <peter.maydell@linaro.org>,
	Paolo Bonzini <pbonzini@redhat.com>,
	QEMU Developers <qemu-devel@nongnu.org>,
	Juan Quintela <quintela@redhat.com>
Subject: Re: [Qemu-devel] [PULL 00/16] Migration pull request (v2)
Date: Fri, 8 May 2015 10:31:56 +0100	[thread overview]
Message-ID: <20150508093156.GD11717@stefanha-thinkpad.redhat.com> (raw)
In-Reply-To: <20150507181050.GA22001@grmbl.mre>

[-- Attachment #1: Type: text/plain, Size: 1604 bytes --]

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.

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

[-- Attachment #2: Type: application/pgp-signature, Size: 473 bytes --]

  reply	other threads:[~2015-05-08  9:32 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 [this message]
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

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=20150508093156.GD11717@stefanha-thinkpad.redhat.com \
    --to=stefanha@redhat.com \
    --cc=amit.shah@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).