From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z58ja-0000Fm-7u for qemu-devel@nongnu.org; Wed, 17 Jun 2015 04:30:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z58jU-0004U2-AK for qemu-devel@nongnu.org; Wed, 17 Jun 2015 04:30:10 -0400 Received: from s16892447.onlinehome-server.info ([82.165.15.123]:33517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z58jU-0004LE-4A for qemu-devel@nongnu.org; Wed, 17 Jun 2015 04:30:04 -0400 Message-ID: <55812FF7.400@ilande.co.uk> Date: Wed, 17 Jun 2015 09:29:43 +0100 From: Mark Cave-Ayland MIME-Version: 1.0 References: <554C9EEB.1010308@ilande.co.uk> <20150519104200.GA27737@stefanha-thinkpad.redhat.com> <555B32B8.7020808@suse.de> <555BA152.5040908@ilande.co.uk> <20150609102221.GB27900@stefanha-thinkpad.redhat.com> <557A0CFF.8080601@ilande.co.uk> <20150613075326.GB19635@aurel32.net> <557C460A.4020606@ilande.co.uk> <20150616125549.GB29405@stefanha-thinkpad.redhat.com> In-Reply-To: <20150616125549.GB29405@stefanha-thinkpad.redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] openbios.git mirror on git.qemu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Peter Maydell , Alexander Graf , qemu-devel , Blue Swirl , Anthony Liguori , =?windows-1252?Q?Andreas_F=E4rb?= =?windows-1252?Q?er?= , Aurelien Jarno On 16/06/15 13:55, Stefan Hajnoczi wrote: >> I've just done a complete OpenBIOS test run on my images here so I'm >> ready to send the pull request. Should I just send it regardless or wait >> for the repository switch first? > > I got confused when looking at the git mirror configuration. > > git-svn is already being used to fetch OpenBIOS from: > > svn://openbios.org/openbios/trunk/openbios-devel > > Please ignore the git repo with a static IP, it never gets used because > the update-openbios.sh script runs from a cronjob and pushes into the > following repo: > > http://git.qemu-project.org/?p=openbios.git;a=summary > > Here are the latest commits: > > 2015-05-12 mcayland SPARC32: Reduce OpenBIOS reserved space > 2015-05-12 mcayland OFMEM: fix off-by-one calculation in available property... > 2015-05-12 mcayland OFMEM: remove ofmem_arch_get_phys_top() implementation > ... > > Does this look in sync? Yes, that's what I'd expect to see. In that case I'll get a pull request for 2.4 sent out when I'm back from work this evening - thanks a lot for looking into this. ATB, Mark.