From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56877) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFES3-0004Ti-JZ for qemu-devel@nongnu.org; Tue, 21 Jun 2016 01:42:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bFES0-0002DD-GQ for qemu-devel@nongnu.org; Tue, 21 Jun 2016 01:42:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50645) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFES0-0002D4-An for qemu-devel@nongnu.org; Tue, 21 Jun 2016 01:42:16 -0400 Date: Tue, 21 Jun 2016 01:42:13 -0400 From: Jeff Cody Message-ID: <20160621054213.GE3448@localhost.localdomain> References: <87ca06506c68e50a482fe33d0c86a438dc83fbe7.1466487614.git.jcody@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87ca06506c68e50a482fe33d0c86a438dc83fbe7.1466487614.git.jcody@redhat.com> Subject: Re: [Qemu-devel] [RFC PATCH 1/1] OpenBIOS: Switch over to official OpenBIOS git repo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: mark.cave-ayland@ilande.co.uk, agraf@suse.de, afaerber@suse.de, peter.maydell@linaro.org, stefanha@redhat.com On Tue, Jun 21, 2016 at 01:40:42AM -0400, Jeff Cody wrote: > This update should preserve git history, and allow seamless switching > over to the official openbios git repo, rather than pulling from the > svn mirror. All prior history from the svn repository should still be > preserved (i.e., commit hashes are the same for historical commits). > > In the roms/openbios submodule, the branch "origin/official" is the > latest mirror of the official git repository (fetched daily). > > Signed-off-by: Jeff Cody > --- > roms/openbios | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/roms/openbios b/roms/openbios > index 422b916..36785d7 160000 > --- a/roms/openbios > +++ b/roms/openbios > @@ -1 +1 @@ > -Subproject commit 422b916649aa0db8c5edadccb22387b3e807e3b2 > +Subproject commit 36785d7b59726beca320a0b99cfa0a903782c6f3 > -- > 1.9.3 > I marked this as RFC, because I did not want to this to get merged without making sure that this is the correct approach.