From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsKf8-00014c-R2 for qemu-devel@nongnu.org; Thu, 27 Jun 2013 18:27:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsKf7-0004hC-Mq for qemu-devel@nongnu.org; Thu, 27 Jun 2013 18:27:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27580) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsKf7-0004h3-Et for qemu-devel@nongnu.org; Thu, 27 Jun 2013 18:27:33 -0400 From: Juan Quintela In-Reply-To: (Peter Maydell's message of "Thu, 27 Jun 2013 20:20:33 +0100") References: <1372329455-5995-1-git-send-email-quintela@redhat.com> Date: Fri, 28 Jun 2013 07:27:24 +0200 Message-ID: <87k3leztxf.fsf@elfo.elfo> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PULL 00/12] migration queue Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: anthony@redhat.com, qemu-devel@nongnu.org Peter Maydell wrote: > On 27 June 2013 11:37, Juan Quintela wrote: >> Anthony, please pull. >> >> - improve error message (Alon) >> - Make zero pages to work again (Peter Lieven) >> - First 10 patches of RDMA support > > Hi; could you adjust your pullrequest scripts to retransmit > the patches as followup emails to the pullreq mail, please? > It makes it easier to follow up when patches within a merge > turn out to have issues. > > (cf http://wiki.qemu.org/Contribute/SubmitAPullRequest > and previous on-list discussion.) Sorry, actually my problem was dtc, that for some reason got wrong :-( $ time make -j3 -C /scratch/tmp/all/make: Entering directory `/scratch/tmp/all' config-host.mak is out-of-date, running configure ERROR: DTC not present. Your options: (1) Preferred: Install the DTC devel package (2) Fetch the DTC submodule, using: git submodule update --init dtc make: *** [config-host.mak] Error 1 make: Leaving directory `/scratch/tmp/all' real 0m4.273s user 0m2.568s sys 0m1.044s It used to compile on this machine (I had installed the dtc package, as this used to work, something else got broken). Sorry about this. Later, Juan.