From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0yua-0006aQ-C5 for qemu-devel@nongnu.org; Mon, 13 Aug 2012 13:58:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T0yuZ-0003FE-1C for qemu-devel@nongnu.org; Mon, 13 Aug 2012 13:58:44 -0400 Received: from mail-wi0-f175.google.com ([209.85.212.175]:60985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0yuY-0003FA-Qg for qemu-devel@nongnu.org; Mon, 13 Aug 2012 13:58:42 -0400 Received: by wibhm2 with SMTP id hm2so2815606wib.10 for ; Mon, 13 Aug 2012 10:58:42 -0700 (PDT) Date: Mon, 13 Aug 2012 19:58:36 +0200 From: "Edgar E. Iglesias" Message-ID: <20120813175836.GA9152@zapo> References: <1344568571-11755-1-git-send-email-peter.crosthwaite@petalogix.com> <20120813094143.GD14484@edde.se.axis.com> <50293063.8040808@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <50293063.8040808@suse.de> Subject: Re: [Qemu-devel] [PULL 0/2] QOMify AXI stream for Xilinx AXI ethernet/DMA List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?iso-8859-1?Q?F=E4rber?= Cc: "Peter A. G. Crosthwaite" , pbonzini@redhat.com, aliguori@us.ibm.com, qemu-devel@nongnu.org On Mon, Aug 13, 2012 at 06:50:43PM +0200, Andreas Färber wrote: > Hej Edgar, > > Am 13.08.2012 11:41, schrieb Edgar E. Iglesias: > > On Fri, Aug 10, 2012 at 01:16:09PM +1000, Peter A. G. Crosthwaite wrote: > >> The following changes since commit 3d1d9652978ac5a32a0beb4bdf6065ca39440d89: > >> Bruce Rogers (1): > >> handle device help before accelerator set up > >> > >> are available in the git repository at: > >> > >> git://developer.petalogix.com/public/qemu.git for-upstream/axi-stream.next > >> > >> Anthony Liguori (1): > >> qom: Reimplement Interfaces > >> > >> Peter A. G. Crosthwaite (1): > >> xilinx_axi*: Re-implemented interconnect > > > > Applied, thanks Peter. > > Sorry to bug you again, but I notice that in qemu.git HEAD these patches > have changed order. I have no clue if the introduction of a first > interface user before the infrastructure changes causes any > bisectability problems in practice, but since the above branch matches > this pull request it suggests that you are not using git-merge and may > want to check the script you are using in its place (git-rev-list?). Hi, Yeah, I had problems reaching the host so applied manually with git am. I must have reversed the order between these, sorry. I guess the bisectability harm is already done... Cheers, Edgar