From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sd0d8-00083t-08 for qemu-devel@nongnu.org; Fri, 08 Jun 2012 10:57:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sd0d1-0005mk-Pp for qemu-devel@nongnu.org; Fri, 08 Jun 2012 10:57:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10468) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sd0d1-0005mR-Ii for qemu-devel@nongnu.org; Fri, 08 Jun 2012 10:57:31 -0400 Message-ID: <4FD212D6.7080604@redhat.com> Date: Fri, 08 Jun 2012 16:57:26 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1338808409-19501-1-git-send-email-kwolf@redhat.com> <4FD00135.5020606@codemonkey.ws> <4FD1CA5F.9090008@redhat.com> <4FD2072B.4040508@codemonkey.ws> In-Reply-To: <4FD2072B.4040508@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 00/12] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org Am 08.06.2012 16:07, schrieb Anthony Liguori: > On 06/08/2012 05:48 PM, Kevin Wolf wrote: >> Am 07.06.2012 03:17, schrieb Anthony Liguori: >>> On 06/04/2012 07:13 PM, Kevin Wolf wrote: >>>> The following changes since commit 8cc9b43f7c5f826b39af4b012ad89bb55faac29c: >>>> >>>> target-microblaze: lwx/swx: first implementation (2012-06-04 10:19:46 +0200) >>>> >>>> are available in the git repository at: >>>> git://repo.or.cz/qemu/kevin.git for-anthony >>> >>> Pulled. Thanks. >> >> But not pushed? > > I'm having a really hard time connecting to repo.or.cz here. Looks like I > mistook a timeout for success and mistakenly merged nothing. > > I'm still having trouble getting to repo.or.cz. I'll be back in the States > Saturday evening so will process this pull Sunday or Monday. Hm, when repo.or.cz started behaving bad, I started to use things like 'while ! git fetch repo.or.cz; do sleep 1; done' (it would always succeed after a few attempts), but recently it never needed more than one attempt. > Do you want to update the branch in the interim to fix the build issue? Sure, updated it now. Kevin