qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 1/1] OpenBIOS: Switch over to official OpenBIOS git repo
@ 2016-07-07 21:22 Jeff Cody
  2016-07-08 10:31 ` Stefan Hajnoczi
  2016-07-08 10:41 ` Andreas Färber
  0 siblings, 2 replies; 7+ messages in thread
From: Jeff Cody @ 2016-07-07 21:22 UTC (permalink / raw)
  To: qemu-devel; +Cc: mark.cave-ayland, agraf, afaerber, peter.maydell, stefanha

This update should preserve git history, and switches 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).

The origin/master tag now follows the github hashes, so that means
users will need to update their local tracking branch:

e.g.: git reset --hard origin/master

If you have local commits or branches to preserver, a rebase may be more
appropriate:

e.g. git rebase origin/master

N.B.: The server-side git changes have already happened, independent of this
      patch.

Proposed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Jeff Cody <jcody@redhat.com>
---
 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

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-07-12  7:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-07 21:22 [Qemu-devel] [PATCH 1/1] OpenBIOS: Switch over to official OpenBIOS git repo Jeff Cody
2016-07-08 10:31 ` Stefan Hajnoczi
2016-07-08 10:41 ` Andreas Färber
2016-07-08 16:02   ` Mark Cave-Ayland
2016-07-11 19:46     ` Mark Cave-Ayland
2016-07-11 20:57       ` Jeff Cody
2016-07-12  7:26         ` Mark Cave-Ayland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).